summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sha1_array_append take a struct object_id *brian m. carlson2017-03-3117-30/+32
* sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-2811-58/+58
* builtin/pull: convert to struct object_idbrian m. carlson2017-03-281-36/+36
* submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-283-6/+6
* sha1_name: convert disambiguate_hint_fn to take object_idbrian m. carlson2017-03-281-30/+34
* sha1_name: convert struct disambiguate_state to object_idbrian m. carlson2017-03-281-11/+11
* test-sha1-array: convert most code to struct object_idbrian m. carlson2017-03-281-5/+5
* parse-options-cb: convert sha1_array_append caller to struct object_idbrian m. carlson2017-03-281-3/+3
* fsck: convert init_skiplist to struct object_idbrian m. carlson2017-03-281-5/+6
* builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-281-49/+49
* builtin/pull: convert portions to struct object_idbrian m. carlson2017-03-271-3/+3
* builtin/diff: convert to struct object_idbrian m. carlson2017-03-271-17/+17
* Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-278-10/+10
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-2710-14/+14
* Define new hash-size constants for allocating memorybrian m. carlson2017-03-271-1/+5
* Sync with 2.12.2Junio C Hamano2017-03-243-2/+26
|\
| * Git 2.12.2v2.12.2Junio C Hamano2017-03-243-2/+25
| * Merge branch 'ab/doc-no-option-notation-fix' into maintJunio C Hamano2017-03-242-2/+2
| |\
| * \ Merge branch 'ab/push-default-doc-fix' into maintJunio C Hamano2017-03-241-0/+2
| |\ \
| * \ \ Merge branch 'nd/commit-hook-doc-fix' into maintJunio C Hamano2017-03-241-1/+1
| |\ \ \
| * \ \ \ Merge branch 'jc/config-case-cmdline-take-2' into maintJunio C Hamano2017-03-242-97/+163
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/grep-no-index-fix' into maintJunio C Hamano2017-03-242-27/+121
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/remote-helpers-with-git-dir' into maintJunio C Hamano2017-03-244-3/+22
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sb/submodule-config-parse-ignore-fix' into maintJunio C Hamano2017-03-241-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/push-deadlock-regression-fix' into maintJunio C Hamano2017-03-242-11/+40
| |\ \ \ \ \ \ \ \
| * | | | | | | | | mailmap: use Michael J Gruber's new addressMichael J Gruber2017-03-241-1/+2
* | | | | | | | | | Seventh batch for 2.13Junio C Hamano2017-03-241-9/+29
* | | | | | | | | | Merge branch 'jk/sha1dc'Junio C Hamano2017-03-249-2/+2405
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makefile: make DC_SHA1 the defaultJunio C Hamano2017-03-171-6/+10
| * | | | | | | | | | t0013: add a basic sha1 collision detection testJeff King2017-03-173-0/+20
| * | | | | | | | | | Makefile: add DC_SHA1 knobJeff King2017-03-174-0/+47
| * | | | | | | | | | sha1dc: disable safe_hash featureJeff King2017-03-161-1/+1
| * | | | | | | | | | sha1dc: adjust header includes for gitJeff King2017-03-164-13/+9
| * | | | | | | | | | sha1dc: add collision-detecting sha1 implementationJeff King2017-03-165-0/+2336
* | | | | | | | | | | Merge branch 'sg/test-with-stdin'Junio C Hamano2017-03-242-8/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor2017-03-181-7/+2
| * | | | | | | | | | | tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-182-1/+2
* | | | | | | | | | | | Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-241-8/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | receive-pack: simplify run_update_post_hook()René Scharfe2017-03-181-8/+5
* | | | | | | | | | | | | Merge branch 'rs/shortlog-cleanup'Junio C Hamano2017-03-241-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | shortlog: don't set after_subject to an empty stringRené Scharfe2017-03-181-1/+0
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'rs/path-name-safety-cleanup'Junio C Hamano2017-03-241-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | revision: remove declaration of path_name()René Scharfe2017-03-181-2/+0
* | | | | | | | | | | | | | Merge branch 'rs/http-push-cleanup'Junio C Hamano2017-03-241-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | http-push: don't check return value of lookup_unknown_object()René Scharfe2017-03-181-5/+3
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/regexec-buf'Junio C Hamano2017-03-242-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2017-03-182-2/+10
* | | | | | | | | | | | | | | Merge branch 'jk/execv-dashed-external'Junio C Hamano2017-03-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | run-command: fix segfault when cleaning forked async processJeff King2017-03-181-1/+1
* | | | | | | | | | | | | | | | Merge branch 'dl/credential-cache-socket-in-xdg-cache'Junio C Hamano2017-03-245-5/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \