summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refdb: bubble up recursive rm when locking a refcmn/refdb-fs-errorsCarlos Martín Nieto2016-12-161-2/+2
* Merge pull request #4029 from libgit2/cmn/windows-no-concurrent-compressv0.24.4Edward Thomson2016-12-151-2/+8
|\
| * refdb: disable concurrent compress in the threading tests on Windowscmn/windows-no-concurrent-compressCarlos Martín Nieto2016-12-121-2/+8
* | Merge pull request #4018 from pks-t/pks/various-fixesCarlos Martín Nieto2016-12-128-12/+13
|\ \ | |/ |/|
| * Fix potential use of uninitialized valuesPatrick Steinhardt2016-12-123-3/+5
| * graph: flag fields should be declared as unsignedPatrick Steinhardt2016-12-121-1/+1
| * transports: smart: do not redeclare loop countersPatrick Steinhardt2016-12-121-4/+4
| * path: remove unused local variablePatrick Steinhardt2016-12-121-1/+0
| * revwalk: do not re-declare `commit` variablePatrick Steinhardt2016-12-121-1/+1
| * odb_mempack: mark zero-length array as GIT_FLEX_ARRAYPatrick Steinhardt2016-12-121-1/+1
| * clar: mark `cl_git_thread_check()` as inlinePatrick Steinhardt2016-12-121-1/+1
|/
* Merge pull request #4020 from novalis/rebase-detachedEdward Thomson2016-12-072-1/+54
|\
| * git_rebase_init: correctly handle detached HEADDavid Turner2016-12-012-1/+54
* | Merge pull request #4014 from bokic/patch-1Edward Thomson2016-12-071-1/+1
|\ \
| * | Properly pass `wchar *` type to giterr_setBoris Barbulovski2016-12-061-1/+1
| * | Properly pass `wchar *` type to giterr_setBoris Barbulovski2016-11-201-1/+1
| |/
* | Merge pull request #4022 from josharian/patch-1Edward Thomson2016-12-041-1/+1
|\ \ | |/ |/|
| * remote: fix typo in git_fetch_init_options docsJosh Bleecher Snyder2016-12-021-1/+1
|/
* Merge pull request #4010 from libgit2/ethomson/clar_threadsCarlos Martín Nieto2016-11-188-12/+122
|\
| * tests: handle life without threadsethomson/clar_threadsEdward Thomson2016-11-182-2/+12
| * threads::refdb tests: use new threaded clar assertEdward Thomson2016-11-181-10/+14
| * clar: Introduce assertion helpers for threadsEdward Thomson2016-11-181-0/+41
| * core::init tests: reverse init/shutdownEdward Thomson2016-11-181-2/+2
| * threads: introduce `git_thread_exit`Edward Thomson2016-11-185-0/+55
* | Merge pull request #4009 from pranitbauva1997/fix-string-formatCarlos Martín Nieto2016-11-172-2/+2
|\ \ | |/ |/|
| * use `giterr_set_str()` wherever possiblePranit Bauva2016-11-172-2/+2
|/
* Merge pull request #4007 from libgit2/cmn/bump-v25v0.25.0-rc1Carlos Martín Nieto2016-11-152-4/+15
|\
| * Bump version number to v0.25cmn/bump-v25Carlos Martín Nieto2016-11-152-4/+15
* | Merge pull request #4008 from pks-t/pks/sortedcache-fd-leakCarlos Martín Nieto2016-11-152-1/+4
|\ \
| * | patch_parse: fix memory leakPatrick Steinhardt2016-11-151-1/+3
| * | sortedcache: plug leaked file descriptorPatrick Steinhardt2016-11-151-0/+1
* | | Merge pull request #3996 from pks-t/pks/curl-lastsocket-deprecationCarlos Martín Nieto2016-11-151-3/+14
|\ \ \ | |_|/ |/| |
| * | curl_stream: use CURLINFO_ACTIVESOCKET if curl is recent enoughPatrick Steinhardt2016-11-151-3/+14
* | | Merge pull request #3962 from libgit2/ethomson/issue_templateCarlos Martín Nieto2016-11-151-0/+14
|\ \ \
| * | | Introduce a GitHub Issue Templateethomson/issue_templateEdward Thomson2016-11-141-0/+14
* | | | Merge pull request #4004 from libgit2/cmn/changelogCarlos Martín Nieto2016-11-151-2/+63
|\ \ \ \ | |_|_|/ |/| | |
| * | | CHANGELOG: fill in some updates we missedcmn/changelogCarlos Martín Nieto2016-11-141-2/+63
* | | | Merge pull request #4006 from libgit2/cmn/compress-buf-freeEdward Thomson2016-11-141-0/+2
|\ \ \ \
| * | | | Plug a leak in the refs compressorcmn/compress-buf-freeCarlos Martín Nieto2016-11-141-0/+2
| |/ / /
* | | | Merge pull request #3998 from pks-t/pks/repo-discoveryCarlos Martín Nieto2016-11-142-57/+105
|\ \ \ \
| * | | | repository: do not interpret all files as gitlinks in discoveryPatrick Steinhardt2016-11-142-1/+11
| * | | | test: discover: fix indentationPatrick Steinhardt2016-11-141-1/+1
| * | | | test: discover: split up monolithic test into smaller onesPatrick Steinhardt2016-11-141-49/+67
| * | | | test: discover: pass constants to ensure_repository_discoverPatrick Steinhardt2016-11-141-19/+26
| * | | | test: discover: move layout creation into test initializerPatrick Steinhardt2016-11-141-22/+35
* | | | | Merge pull request #4003 from libgit2/cmn/tree-updater-orderingEdward Thomson2016-11-142-2/+62
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tree: look for conflicts in the new tree when updatingcmn/tree-updater-orderingCarlos Martín Nieto2016-11-141-0/+3
| * | | | tree: use the sorted update list in our loopCarlos Martín Nieto2016-11-141-2/+2
| * | | | tree: add a failing test for unsorted inputCarlos Martín Nieto2016-11-141-0/+57
| |/ / /
* | | | Merge pull request #3561 from libgit2/cmn/refdb-paraEdward Thomson2016-11-146-148/+185
|\ \ \ \ | |/ / / |/| | |