]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-01-11 Sascha CunzTest: Cleanup some cleaning code
2013-01-11 Sascha CunzAdd missing git_buf_free
2013-01-11 Sascha CunzImplement analog for 'git checkout --branch xxx ...'
2013-01-11 Sascha CunzFix possible free'ing of unitialized pointer in error...
2013-01-10 Vicent MartíMerge pull request #1221 from arrbee/checkout-without...
2013-01-10 Russell BelferAdd GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH
2013-01-10 Vicent MartíMerge pull request #1206 from ben/stock-auth
2013-01-10 Vicent MartíMerge pull request #1220 from ethomson/reuc_empty_sides
2013-01-10 Edward ThomsonREUC needs to handle empty sides
2013-01-10 Vicent MartíMerge pull request #1182 from libgit2/odb-file-refresh
2013-01-10 Vicent MartíMerge pull request #1218 from sba1/amiga.2
2013-01-10 Vicent Martiodb: Refresh on `exists` query too
2013-01-10 Vicent Martidat errorcode
2013-01-10 Vicent MartiSane refresh logic
2013-01-10 Vicent MartíMerge pull request #1219 from sba1/fetch-example-return-fix
2013-01-10 Sebastian BauerDon't call pthread_exit() in the callback.
2013-01-10 Sebastian BauerIgnore build-amiga
2013-01-10 Sebastian BauerAdd -fPIC only if BUILD_SHARED_LIBS is ON
2013-01-10 Sebastian BauerCompile regexp dependency when AMIGA is defined.
2013-01-10 Sebastian BauerDisable SSL when compiling for AmigaOS for now.
2013-01-10 Sebastian BauerAdded missing curly brackets and fixed compiler warnings.
2013-01-09 Ben StraubMove credential helpers to their own (optional) header
2013-01-09 Ben StraubExpose stock user/pass credential utility
2013-01-09 Vicent MartíMerge pull request #1214 from schu/push-handle-tags
2013-01-09 Michael Schubertpush: properly handle tags
2013-01-09 Michael Schuberttests-clar/network: remove unused CREATE_BLOB
2013-01-09 Jameson MillerRelax refspecs accepted by push
2013-01-09 Vicent MartíMerge pull request #1212 from arrbee/fix-diff-empty...
2013-01-09 Russell BelferResolve crash with diff against empty file
2013-01-08 Vicent MartíMerge pull request #1209 from ethomson/update_copyright
2013-01-08 Edward Thomsonupdate copyrights
2013-01-08 Vicent MartíMerge pull request #1208 from ethomson/ppc_sha1_asm_dea...
2013-01-08 Edward Thomsonremove ppc sha1 asm
2013-01-08 Vicent MartíMerge pull request #1207 from ethomson/cmake_comment_le...
2013-01-08 Edward Thomsonkeep comments at < 80 chars
2013-01-08 Vicent MartíMerge pull request #1204 from arrbee/diff-blob-to-buffer
2013-01-07 Russell BelferShare git_diff_blobs/git_diff_blob_to_buffer code
2013-01-07 Ignacio Casal... Introduce git_diff_blob_to_buffer
2013-01-07 Vicent MartíMerge pull request #1203 from phkelley/reverse_dak
2013-01-07 Philip KelleyMerge pull request #1202 from martinwoodward/add-florian
2013-01-07 Philip KelleyRevert changes from git/git diff-delta.c by dak@gnu...
2013-01-07 Martin WoodwardAdd Florian Forster to hall of fame
2013-01-07 Vicent MartíMerge pull request #1200 from ethomson/merge_cleanup
2013-01-07 Edward Thomsonmerge cleanup should actually cleanup and the test...
2013-01-06 Kevin SawickiCorrect typos in documentation
2013-01-06 Kevin SawickiRevert "Tab align value of GIT_FILEMODE_BLOB_EXECUTABLE"
2013-01-06 Kevin SawickiTab align value of GIT_FILEMODE_BLOB_EXECUTABLE
2013-01-06 Vicent MartíMerge pull request #1198 from nulltoken/travis/run...
2013-01-06 nulltokentravis: Only run Valgrind when all tests pass
2013-01-06 Vicent MartíMerge pull request #1196 from scunz/allow_clone_without...
2013-01-06 Vicent MartíMerge pull request #1197 from nulltoken/travis/run...
2013-01-06 nulltokenreset: Fix a memory leak
2013-01-06 nulltokentests: Fix some memory leaks
2013-01-06 nulltokenclone: Fix a memory leak
2013-01-06 nulltokentravis: Include the online suite when running against...
2013-01-06 Sascha CunzAllow to clone repositories that don't have a `master...
2013-01-06 Vicent MartíMerge pull request #1194 from libgit2/dont-clobber...
2013-01-06 Scott J. Goldmangit_mwindow_file_deregister() shouldn't return errors
2013-01-05 Vicent MartíMerge pull request #1131 from libgit2/correct-ahead...
2013-01-05 Vicent MartíMerge pull request #1193 from libgit2/no-newline-packed...
2013-01-05 Scott J. GoldmanHandle packed refs with no trailing newline
2013-01-05 Vicent MartíMerge pull request #1192 from arrbee/fix-win32-checkout...
2013-01-05 Russell BelferActually fix win32 checkout test
2013-01-05 Russell BelferFix crlf issue with checkout tests
2013-01-05 Vicent MartíMerge pull request #1191 from maxpow4h/fix-format-string
2013-01-05 Maxwell SwadlingFixed size_t format string warning
2013-01-05 Vicent MartíMerge pull request #1118 from arrbee/fix-reset-hard
2013-01-04 Russell BelferFix checkout of index-only dirs and prefixed paths
2013-01-04 Russell BelferAdd index API to remove all files in a directory
2013-01-04 Russell BelferFix oid tostr issue with NULL oid
2013-01-04 Russell BelferFix checkout bug rmv untracked trees from index
2013-01-04 Russell BelferFix memory leak with checkout tree iterator
2013-01-04 Russell BelferFixing checkout UPDATE_ONLY and adding tests
2013-01-04 Russell BelferOh yeah, bugs from my rebase
2013-01-04 Russell BelferSimplify checkout documentation
2013-01-04 Russell BelferClone should use GIT_CHECKOUT_SAFE_CREATE
2013-01-04 Russell BelferExtend tests for checkout with typechanges
2013-01-04 Russell BelferFix some submodule and typechange checkout cases
2013-01-04 Russell BelferFix workdir notifications and removals
2013-01-04 Russell BelferFix up spoolandsort iterator usage
2013-01-04 Russell BelferSubmodule caching fix and location API
2013-01-04 Russell BelferFix use of uninitialized variable
2013-01-04 Russell BelferImprove error propagation in stash
2013-01-04 Russell BelferMake git_oid_tostr use out buffer for NULL oid
2013-01-04 Russell BelferAdd index updating to checkout
2013-01-04 Russell BelferMore checkout improvements
2013-01-04 Russell BelferRework checkout internals (again)
2013-01-04 Russell BelferReorder operations in git reset
2013-01-04 Jameson MillerFailing test on git_checkout_tree when removing directories
2013-01-04 Marvin GülkerAdd failing test to demonstrate wrong checkout behaviour
2013-01-04 Russell Belfermissing error message is confusing
2013-01-04 Russell BelferClear error to avoid leaving invalid error behind
2013-01-04 Russell BelferUpdate cl_git_pass to return more info
2013-01-04 Vicent Marticlar: lolpython
2013-01-04 Vicent Marticlar: Corrupted pickles
2013-01-04 Vicent MartíMerge pull request #1174 from nulltoken/topic/soft_rese...
2013-01-04 Carlos Martín... clar: make it compatible with python3
2013-01-04 Vicent Marticlar: haha
2013-01-04 Vicent Marticlar: fix warning on Windows
2013-01-04 nulltokenIgnore clar.suite.rule
next