]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-09-25 nulltokenrefs: make git_reference_normalize_name() accept refspe...
2012-09-22 Michael SchubertFix -Wmaybe-uninitialized warning
2012-09-21 Russell BelferMerge pull request #948 from csware/comment-fix
2012-09-21 Sven StrickrothMake clear that git_odb_hashfile does not use filters
2012-09-21 Russell BelferMerge pull request #942 from nulltoken/topic/checkout...
2012-09-21 Russell BelferMerge pull request #943 from csware/only-close-open...
2012-09-21 nulltokencheckout: add notification callback for skipped files
2012-09-20 Sven Strickrothgit_repository_hashfile: Only close file handle if...
2012-09-20 nulltokenFix MSVC amd64 compilation warnings
2012-09-20 nulltokencheckout: prefer mode_t type usage over int
2012-09-17 Russell BelferMerge pull request #887 from nulltoken/topic/reset...
2012-09-17 nulltokencheckout: Mimic git_diff_options storage of paths
2012-09-17 nulltokencheckout : reduce memory usage when not filtering
2012-09-17 nulltokenrepository: introduce git_repository_set_head()
2012-09-17 nulltokenrepository: introduce git_repository_set_head_detached()
2012-09-17 nulltokenrepository: introduce git_repository_detach_head()
2012-09-17 nulltokenrepository: fix documentation typo
2012-09-17 nulltokenrepository: separate head related tests
2012-09-17 nulltokencheckout: add test coverage of dirs and subtrees
2012-09-17 nulltokencheckout: drop git_checkout_reference()
2012-09-17 nulltokencheckout: segregate checkout strategies
2012-09-17 nulltokencheckout: separate tree from index related tests
2012-09-17 nulltokenreset: add support for GIT_RESET_HARD mode
2012-09-17 nulltokencheckout: introduce git_checkout_index()
2012-09-17 nulltokencheckout: introduce git_checkout_tree()
2012-09-15 Carlos Martín... odb: don't overflow the link path buffer
2012-09-14 Vicent MartíMerge pull request #860 from schu/thread-safety
2012-09-14 Michael Schubertodb_pack: fix race condition
2012-09-14 Vicent MartíMerge pull request #937 from nulltoken/fix/issue_936
2012-09-14 nulltokenrefs: prevent locked refs from being enumerated
2012-09-14 Carlos Martín... config: fix Unicode BOM detection
2012-09-14 Russell BelferRemove unnecessary include
2012-09-14 Russell BelferMerge pull request #934 from nulltoken/patch-1
2012-09-14 nulltokenFix MSVC compilation warnings
2012-09-14 Vicent MartíMerge pull request #933 from barrbrain/pack-iterate...
2012-09-14 David Michael... pack: iterate objects in offset order
2012-09-13 Carlos Martín... http: use the new unicode functions
2012-09-14 Vicent MartíMerge pull request #901 from carlosmn/winhttp
2012-09-14 Carlos Martín... http: use WinHTTP on Windows
2012-09-13 Vicent MartíMerge pull request #931 from scunz/error_text
2012-09-13 Sascha CunzFix error text s/buffer too long/buffer too short/
2012-09-13 Vicent MartíMerge pull request #929 from arrbee/diff-iter-fixes
2012-09-13 Russell BelferForgot to reset hunk & line between files
2012-09-13 Vicent MartíMerge pull request #930 from nulltoken/fix/tracking...
2012-09-13 nulltokenrefspec: No remote tracking ref from a fetchspec-less...
2012-09-13 Russell BelferFix problems in diff iterator record chaining
2012-09-13 Vicent MartíMerge pull request #927 from arrbee/hashfile-with-filters
2012-09-13 Vicent MartíMerge pull request #928 from barrbrain/odb-pack-stat...
2012-09-13 Michael SchubertFix -Wuninitialized warning
2012-09-12 David Michael... odb_pack: try lookup before refreshing packs
2012-09-12 Russell BelferAdd tests and improve param checks
2012-09-11 Russell BelferAdd git_repository_hashfile to hash with filters
2012-09-11 Vicent MartíMerge pull request #920 from scunz/mergebase_const
2012-09-11 Vicent MartiMerge branch 'diff-crlf-filters' into development
2012-09-11 Vicent MartiProperly handle p_reads
2012-09-11 Russell BelferFix diff binary file detection
2012-09-11 Vicent MartíMerge pull request #924 from schu/cache-fix-race-cond
2012-09-11 Michael Schubertcache: fix race condition
2012-09-11 Russell BelferMerge pull request #914 from authmillenon/index-fixes
2012-09-11 Russell BelferMerge pull request #906 from nulltoken/topic/git_refere...
2012-09-10 Russell BelferReorg internal odb read header and object lookup
2012-09-10 Russell BelferMove diff max_size to public API
2012-09-10 Russell BelferReplace git_diff_iterator_num_files with progress
2012-09-09 Sascha Cunzgit_mergebase: Constness-Fix for consistency
2012-09-07 Russell BelferAdd missing accessor for fetchRecurseSubmodules
2012-09-06 Russell BelferClean up blob diff path
2012-09-06 Russell BelferImplement filters for status/diff blobs
2012-09-06 Russell BelferBetter header comments
2012-09-06 Russell BelferAlternate test for autocrlf with status
2012-09-06 pontusmTest case to reproduce issue #690.
2012-09-06 nulltokenobject: make git_object_peel() test more readable
2012-09-06 nulltokencheckout: fix documentation code alignment
2012-09-06 nulltokencheckout: cleanup misplaced declaration
2012-09-06 nulltokenerrors: deploy GIT_EBAREREPO usage
2012-09-06 nulltokenerrors: introduce GIT_EBAREREPO
2012-09-06 nulltokenrefs: introduce git_reference_peel()
2012-09-06 Michael Schubertodb: mark unused variable
2012-09-06 Vicent MartíMerge pull request #900 from pwkelley/development
2012-09-06 Vicent MartíMerge pull request #912 from schu/netops-ssl-error
2012-09-06 Vicent Martidiff: Cleanup documentation and printf compat
2012-09-06 Vicent MartiMerge remote-tracking branch 'arrbee/diff-iterator...
2012-09-05 Russell BelferMerge pull request #917 from arrbee/test-issue-835
2012-09-05 Russell BelferTest for gitmodules only submodule def
2012-09-05 Russell BelferFix comments and a minor bug
2012-09-05 Russell BelferDiff iterators
2012-09-04 Vicent MartíMerge pull request #856 from libgit2/utf8-win
2012-09-04 Vicent Martibranch: Add missing include
2012-09-04 Carlos Martín... odb: pass the user's data pointer correctly in foreach
2012-09-04 Carlos Martín... travis: use a valgrind suppressions file
2012-09-04 Vicent Marticlar: Clear errors on shutdown
2012-09-04 authmillenonFix logical error in git_index_set_caps
2012-09-04 Vicent MartíMerge pull request #913 from nulltoken/fix/warnings
2012-09-04 nulltokenFix MSVC compilation warnings
2012-09-03 Michael Schubertnetops: be more careful with SSL errors
2012-09-03 Michael Schubertnetops: continue writing on SSL_ERROR_WANT_WRITE
2012-08-30 Ben StraubIgnore tags file
2012-08-29 Russell BelferMerge pull request #908 from nulltoken/bug/repo_reinit_init
2012-08-29 nulltokenrepository: make initialization cope with missing core...
2012-08-29 Vicent MartiAdd bounds checking to UTF-8 conversion
2012-08-29 Vicent Martiwindows: Keep UTF-8 on the stack yo
next