aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-31
* Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-31
* Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-31
* Make sha1_array_append take a struct object_id *brian m. carlson2017-03-31
* sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-28
* builtin/pull: convert to struct object_idbrian m. carlson2017-03-28
* submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-28
* sha1_name: convert disambiguate_hint_fn to take object_idbrian m. carlson2017-03-28
* sha1_name: convert struct disambiguate_state to object_idbrian m. carlson2017-03-28
* test-sha1-array: convert most code to struct object_idbrian m. carlson2017-03-28
* parse-options-cb: convert sha1_array_append caller to struct object_idbrian m. carlson2017-03-28
* fsck: convert init_skiplist to struct object_idbrian m. carlson2017-03-28
* builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-28
* builtin/pull: convert portions to struct object_idbrian m. carlson2017-03-26
* builtin/diff: convert to struct object_idbrian m. carlson2017-03-26
* Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-26
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* Define new hash-size constants for allocating memorybrian m. carlson2017-03-26
* Sync with 2.12.2Junio C Hamano2017-03-24
|\
| * Git 2.12.2v2.12.2Junio C Hamano2017-03-24
| * Merge branch 'ab/doc-no-option-notation-fix' into maintJunio C Hamano2017-03-24
| |\
| * \ Merge branch 'ab/push-default-doc-fix' into maintJunio C Hamano2017-03-24
| |\ \
| * \ \ Merge branch 'nd/commit-hook-doc-fix' into maintJunio C Hamano2017-03-24
| |\ \ \
| * \ \ \ Merge branch 'jc/config-case-cmdline-take-2' into maintJunio C Hamano2017-03-24
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/grep-no-index-fix' into maintJunio C Hamano2017-03-24
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/remote-helpers-with-git-dir' into maintJunio C Hamano2017-03-24
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sb/submodule-config-parse-ignore-fix' into maintJunio C Hamano2017-03-24
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/push-deadlock-regression-fix' into maintJunio C Hamano2017-03-24
| |\ \ \ \ \ \ \ \
| * | | | | | | | | mailmap: use Michael J Gruber's new addressMichael J Gruber2017-03-24
* | | | | | | | | | Seventh batch for 2.13Junio C Hamano2017-03-24
* | | | | | | | | | Merge branch 'jk/sha1dc'Junio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makefile: make DC_SHA1 the defaultJunio C Hamano2017-03-17
| * | | | | | | | | | t0013: add a basic sha1 collision detection testJeff King2017-03-17
| * | | | | | | | | | Makefile: add DC_SHA1 knobJeff King2017-03-17
| * | | | | | | | | | sha1dc: disable safe_hash featureJeff King2017-03-16
| * | | | | | | | | | sha1dc: adjust header includes for gitJeff King2017-03-16
| * | | | | | | | | | sha1dc: add collision-detecting sha1 implementationJeff King2017-03-16
* | | | | | | | | | | Merge branch 'sg/test-with-stdin'Junio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor2017-03-18
| * | | | | | | | | | | tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-18
* | | | | | | | | | | | Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | receive-pack: simplify run_update_post_hook()René Scharfe2017-03-18
* | | | | | | | | | | | | Merge branch 'rs/shortlog-cleanup'Junio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | shortlog: don't set after_subject to an empty stringRené Scharfe2017-03-18
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'rs/path-name-safety-cleanup'Junio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | revision: remove declaration of path_name()René Scharfe2017-03-18
* | | | | | | | | | | | | | Merge branch 'rs/http-push-cleanup'Junio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | http-push: don't check return value of lookup_unknown_object()René Scharfe2017-03-18
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/regexec-buf'Junio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2017-03-18