summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git_pool_init: handle failure casesethomson/poolinitEdward Thomson2020-06-0116-49/+49
* git_pool_init: return an intEdward Thomson2020-05-232-3/+7
* Merge pull request #5515 from pks-t/pks/flaky-checkout-testEdward Thomson2020-05-232-22/+19
|\
| * checkout::index: free the indexEdward Thomson2020-05-231-0/+2
| * checkout: fix file being treated as unmodified due to racy indexPatrick Steinhardt2020-05-161-3/+4
| * tests: checkout: fix stylistic issues and static variablePatrick Steinhardt2020-05-161-19/+13
* | Merge pull request #5523 from libgit2/pks/cmake-sort-reproducible-buildsEdward Thomson2020-05-235-25/+36
|\ \ | |/ |/|
| * cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-155-25/+36
* | Merge pull request #5517 from libgit2/pks/futils-symlink-argsEdward Thomson2020-05-122-6/+6
|\ \
| * | futils: fix order of declared parameters for `git_futils_fake_symlink`pks/futils-symlink-argsPatrick Steinhardt2020-05-122-6/+6
| |/
* | Merge pull request #5516 from suhaibmujahid/update-releasePatrick Steinhardt2020-05-121-0/+11
|\ \
| * | feat: Check the version in package.jsonSuhaib Mujahid2020-05-121-0/+11
|/ /
* | Merge pull request #5513 from libgit2/pks/tests-fix-32-bit-formatterEdward Thomson2020-05-121-1/+1
|\ \ | |/ |/|
| * tests: merge: fix printf formatter on 32 bit archesPatrick Steinhardt2020-05-121-1/+1
|/
* Merge pull request #5511 from suhaibmujahid/patch-1Edward Thomson2020-05-121-1/+1
|\
| * Update package.jsonSuhaib Mujahid2020-05-111-1/+1
* | Merge pull request #5509 from libgit2/ethomson/assert_macrosEdward Thomson2020-05-114-1/+155
|\ \
| * | assert: allow non-int returning functions to assertethomson/assert_macrosEdward Thomson2020-05-112-14/+74
| * | assert: optionally fall-back to assert(3)Edward Thomson2020-05-113-27/+54
| * | Introduce GIT_ASSERT macrosEdward Thomson2020-05-113-1/+68
| |/
* | Merge pull request #5512 from A-Ovchinnikov-mx/patch-1Edward Thomson2020-05-111-0/+15
|\ \ | |/ |/|
| * Update README.mdA-Ovchinnikov-mx2020-05-111-0/+15
|/
* Merge pull request #5510 from phkelley/stash-to-index-crashEdward Thomson2020-05-111-2/+2
|\
| * Fix uninitialized stack memory and NULL ptr dereference in stash_to_indexPhilip Kelley2020-05-101-2/+2
|/
* checkout: Fix removing untracked files by path in subdirectoriesSegev Finer2020-05-112-2/+33
* Merge pull request #5378 from libgit2/ethomson/checkout_pathspecsEdward Thomson2020-05-112-9/+79
|\
| * checkout: filter pathspecs for _all_ checkout typesethomson/checkout_pathspecsEdward Thomson2020-05-101-9/+20
| * tests::checkout: only examine test10 and test11.txtEdward Thomson2020-05-101-2/+2
| * Create test case demonstrating checkout bug w/ pathspec match disabledFelix Lapalme2020-05-101-0/+59
|/
* Merge pull request #5482 from pks-t/pks/coding-styleEdward Thomson2020-05-101-0/+364
|\
| * docs: add documentation for our coding stylePatrick Steinhardt2020-04-051-0/+364
* | Merge pull request #5500 from phkelley/enable-control-flow-guardEdward Thomson2020-05-101-0/+10
|\ \
| * | MSVC: Enable Control Flow Guard (CFG)Philip Kelley2020-04-251-0/+10
* | | Merge pull request #5431 from libgit2/ethomson/hexdumpEdward Thomson2020-05-101-9/+22
|\ \ \ | |/ / |/| |
| * | git__hexdump: better mimic `hexdump -C`ethomson/hexdumpEdward Thomson2020-04-011-9/+22
* | | Merge pull request #5383 from ognarb/feature/blame-ignore-whitespacePatrick Steinhardt2020-04-1928-4/+31
|\ \ \
| * | | blame: add option to ignore whitespace changesCarl Schwan2020-04-1428-4/+31
|/ / /
* | | Merge pull request #5487 from niacat/masterEdward Thomson2020-04-141-1/+1
|\ \ \
| * | | deps: ntlmclient: use htobe64 on NetBSD toonia2020-04-051-1/+1
|/ / /
* | | Merge pull request #5485 from libgit2/ethomson/sysdir_unusedPatrick Steinhardt2020-04-052-30/+0
|\ \ \
| * | | sysdir: remove unused git_sysdir_get_strethomson/sysdir_unusedEdward Thomson2020-04-052-30/+0
| | |/ | |/|
* | | Merge pull request #5483 from xSetech/masterPatrick Steinhardt2020-04-051-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo causing removal of symbol 'git_worktree_prune_init_options'Seth Junot2020-04-041-1/+1
|/ /
* | Merge pull request #5425 from lhchavez/fix-get-delta-basePatrick Steinhardt2020-04-043-26/+44
|\ \
| * | Re-adding the "delta offset is zero" error caselhchavez2020-04-021-0/+6
| * | Making get_delta_base() conform to the general error-handling patternlhchavez2020-04-013-25/+29
| * | pack: Improve error handling for get_delta_base()lhchavez2020-04-011-7/+15
| |/
* | Merge pull request #5480 from libgit2/ethomson/coverityPatrick Steinhardt2020-04-041-2/+2
|\ \
| * | repo::open: ensure we can open the repositoryethomson/coverityEdward Thomson2020-04-031-2/+2
* | | Merge pull request #5421 from petersalomonsen/examples-fixes-and-additionsPatrick Steinhardt2020-04-045-1/+147
|\ \ \