summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide error on gcc < 4.1 when THREADSAFEethomson/ancient_gcc_not_threadsafeEdward Thomson2017-02-221-0/+6
* Merge pull request #4130 from libgit2/ethomson/clar_messagesEdward Thomson2017-02-177-24/+36
|\
| * `cl_git_exec` -> `cl_git_expect`ethomson/clar_messagesEdward Thomson2017-02-174-11/+11
| * tests: provide better pass/failure error messagesEdward Thomson2017-02-176-23/+35
| * p_snprintf: no need for arguments to a formatEdward Thomson2017-02-171-1/+1
* | Merge pull request #4092 from pks-t/pks/khash-cleanupsPatrick Steinhardt2017-02-1733-347/+610
|\ \ | |/ |/|
| * idxmap: remove GIT__USE_IDXMAPPatrick Steinhardt2017-02-173-23/+14
| * idxmap: convert to use functions instead of macrosPatrick Steinhardt2017-02-172-43/+143
| * offmap: remove GIT__USE_OFFMAP macroPatrick Steinhardt2017-02-173-6/+1
| * offmap: convert to use functions instead of macrosPatrick Steinhardt2017-02-172-23/+97
| * oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-1710-25/+7
| * oidmap: convert macros to functionsPatrick Steinhardt2017-02-172-22/+115
| * strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt2017-02-1716-31/+1
| * strmap: convert macros to functionsPatrick Steinhardt2017-02-172-27/+112
| * khash: avoid using `kh_resize` directlyPatrick Steinhardt2017-02-172-6/+7
| * khash: avoid using macro magic to get return addressPatrick Steinhardt2017-02-1718-37/+37
| * khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt2017-02-1710-17/+20
| * khash: avoid using `kh_put` directlyPatrick Steinhardt2017-02-1711-11/+17
| * khash: avoid using `kh_del` directlyPatrick Steinhardt2017-02-173-4/+5
| * khash: avoid using `kh_key` directlyPatrick Steinhardt2017-02-174-6/+5
| * khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt2017-02-178-23/+23
| * khash: avoid using `kh_exist` directlyPatrick Steinhardt2017-02-172-1/+2
| * khash: avoid using `kh_clear` directlyPatrick Steinhardt2017-02-172-2/+2
| * khash: avoid using `kh_get` directlyPatrick Steinhardt2017-02-176-12/+12
| * khash: avoid using `kh_end` directlyPatrick Steinhardt2017-02-177-13/+16
| * khash: use `git_map_exists` where applicablePatrick Steinhardt2017-02-175-12/+6
| * khash: avoid using `kh_foreach`/`kh_foreach_value` directlyPatrick Steinhardt2017-02-176-32/+17
| * khash: avoid using `kh_size` directlyPatrick Steinhardt2017-02-173-7/+7
| * offmap: remove unused macro `git_offmap_insert2`Patrick Steinhardt2017-02-171-10/+0
| * strmap: remove unused macro `git_strmap_insert2`Patrick Steinhardt2017-02-171-10/+0
|/
* Merge pull request #4124 from pks-t/pks/worktree-refsPatrick Steinhardt2017-02-171-4/+9
|\
| * refdb: catch additional per-worktree refsPatrick Steinhardt2017-02-151-4/+9
* | Merge pull request #4127 from Uncommon/commentEdward Thomson2017-02-161-6/+7
|\ \ | |/ |/|
| * Minor comment fixDavid Catmull2017-02-161-6/+7
|/
* Merge pull request #4122 from pks-t/pks/signature-dbl-freeEdward Thomson2017-02-133-8/+13
|\
| * commit: avoid possible use-after-freePatrick Steinhardt2017-02-131-1/+2
| * commit: clear user-provided buffersPatrick Steinhardt2017-02-132-6/+9
| * buffer: clarify how `git_buf_sanitize` handles non-NULL inputPatrick Steinhardt2017-02-131-1/+2
* | Merge pull request #4115 from gsaralms/users/gsaral/optionalOfsDeltaEdward Thomson2017-02-134-1/+21
|\ \ | |/ |/|
| * Changes to provide option to turn off/on ofs_deltaGaurav Saral2017-02-104-1/+21
* | Merge pull request #3436 from pks-t/libgit2-worktreeEdward Thomson2017-02-1375-123/+2423
|\ \
| * | worktree: extract git_worktree_is_prunablePatrick Steinhardt2017-02-132-7/+35
| * | worktree: test opening worktree via gitlink, gitdir and worktreePatrick Steinhardt2017-02-131-4/+77
| * | worktree: test creating and opening submodule worktreesPatrick Steinhardt2017-02-131-0/+28
| * | worktree: test opening discovered submodule worktreesPatrick Steinhardt2017-02-131-0/+27
| * | worktree: compute workdir for worktrees opened via their gitdirPatrick Steinhardt2017-02-135-12/+66
| * | repository: rename `path_repository` and `path_gitlink`Patrick Steinhardt2017-02-1310-50/+50
| * | repository: restrict checking out checked out branchesPatrick Steinhardt2017-02-132-0/+41
| * | branch: restrict branch deletion for worktreesPatrick Steinhardt2017-02-132-0/+33
| * | branch: implement `git_branch_is_checked_out`Patrick Steinhardt2017-02-132-0/+69