Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | 17 | -30/+32 |
* | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 2017-03-28 | 11 | -58/+58 |
* | builtin/pull: convert to struct object_id | brian m. carlson | 2017-03-28 | 1 | -36/+36 |
* | submodule: convert check_for_new_submodule_commits to object_id | brian m. carlson | 2017-03-28 | 3 | -6/+6 |
* | sha1_name: convert disambiguate_hint_fn to take object_id | brian m. carlson | 2017-03-28 | 1 | -30/+34 |
* | sha1_name: convert struct disambiguate_state to object_id | brian m. carlson | 2017-03-28 | 1 | -11/+11 |
* | test-sha1-array: convert most code to struct object_id | brian m. carlson | 2017-03-28 | 1 | -5/+5 |
* | parse-options-cb: convert sha1_array_append caller to struct object_id | brian m. carlson | 2017-03-28 | 1 | -3/+3 |
* | fsck: convert init_skiplist to struct object_id | brian m. carlson | 2017-03-28 | 1 | -5/+6 |
* | builtin/receive-pack: convert portions to struct object_id | brian m. carlson | 2017-03-28 | 1 | -49/+49 |
* | builtin/pull: convert portions to struct object_id | brian m. carlson | 2017-03-27 | 1 | -3/+3 |
* | builtin/diff: convert to struct object_id | brian m. carlson | 2017-03-27 | 1 | -17/+17 |
* | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ | brian m. carlson | 2017-03-27 | 8 | -10/+10 |
* | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ | brian m. carlson | 2017-03-27 | 10 | -14/+14 |
* | Define new hash-size constants for allocating memory | brian m. carlson | 2017-03-27 | 1 | -1/+5 |
* | Sync with 2.12.2 | Junio C Hamano | 2017-03-24 | 3 | -2/+26 |
|\ | |||||
| * | Git 2.12.2v2.12.2 | Junio C Hamano | 2017-03-24 | 3 | -2/+25 |
| * | Merge branch 'ab/doc-no-option-notation-fix' into maint | Junio C Hamano | 2017-03-24 | 2 | -2/+2 |
| |\ | |||||
| * \ | Merge branch 'ab/push-default-doc-fix' into maint | Junio C Hamano | 2017-03-24 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'nd/commit-hook-doc-fix' into maint | Junio C Hamano | 2017-03-24 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/config-case-cmdline-take-2' into maint | Junio C Hamano | 2017-03-24 | 2 | -97/+163 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/grep-no-index-fix' into maint | Junio C Hamano | 2017-03-24 | 2 | -27/+121 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jn/remote-helpers-with-git-dir' into maint | Junio C Hamano | 2017-03-24 | 4 | -3/+22 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'sb/submodule-config-parse-ignore-fix' into maint | Junio C Hamano | 2017-03-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/push-deadlock-regression-fix' into maint | Junio C Hamano | 2017-03-24 | 2 | -11/+40 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | mailmap: use Michael J Gruber's new address | Michael J Gruber | 2017-03-24 | 1 | -1/+2 |
* | | | | | | | | | | Seventh batch for 2.13 | Junio C Hamano | 2017-03-24 | 1 | -9/+29 |
* | | | | | | | | | | Merge branch 'jk/sha1dc' | Junio C Hamano | 2017-03-24 | 9 | -2/+2405 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Makefile: make DC_SHA1 the default | Junio C Hamano | 2017-03-17 | 1 | -6/+10 |
| * | | | | | | | | | | t0013: add a basic sha1 collision detection test | Jeff King | 2017-03-17 | 3 | -0/+20 |
| * | | | | | | | | | | Makefile: add DC_SHA1 knob | Jeff King | 2017-03-17 | 4 | -0/+47 |
| * | | | | | | | | | | sha1dc: disable safe_hash feature | Jeff King | 2017-03-16 | 1 | -1/+1 |
| * | | | | | | | | | | sha1dc: adjust header includes for git | Jeff King | 2017-03-16 | 4 | -13/+9 |
| * | | | | | | | | | | sha1dc: add collision-detecting sha1 implementation | Jeff King | 2017-03-16 | 5 | -0/+2336 |
* | | | | | | | | | | | Merge branch 'sg/test-with-stdin' | Junio C Hamano | 2017-03-24 | 2 | -8/+4 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | tests: make the 'test_pause' helper work in non-verbose mode | SZEDER Gábor | 2017-03-18 | 1 | -7/+2 |
| * | | | | | | | | | | | tests: create an interactive gdb session with the 'debug' helper | SZEDER Gábor | 2017-03-18 | 2 | -1/+2 |
* | | | | | | | | | | | | Merge branch 'rs/update-hook-optim' | Junio C Hamano | 2017-03-24 | 1 | -8/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | receive-pack: simplify run_update_post_hook() | René Scharfe | 2017-03-18 | 1 | -8/+5 |
* | | | | | | | | | | | | | Merge branch 'rs/shortlog-cleanup' | Junio C Hamano | 2017-03-24 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | shortlog: don't set after_subject to an empty string | René Scharfe | 2017-03-18 | 1 | -1/+0 |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'rs/path-name-safety-cleanup' | Junio C Hamano | 2017-03-24 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | revision: remove declaration of path_name() | René Scharfe | 2017-03-18 | 1 | -2/+0 |
* | | | | | | | | | | | | | | Merge branch 'rs/http-push-cleanup' | Junio C Hamano | 2017-03-24 | 1 | -5/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | http-push: don't check return value of lookup_unknown_object() | René Scharfe | 2017-03-18 | 1 | -5/+3 |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'js/regexec-buf' | Junio C Hamano | 2017-03-24 | 2 | -2/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | pickaxe: fix segfault with '-S<...> --pickaxe-regex' | SZEDER Gábor | 2017-03-18 | 2 | -2/+10 |
* | | | | | | | | | | | | | | | Merge branch 'jk/execv-dashed-external' | Junio C Hamano | 2017-03-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | run-command: fix segfault when cleaning forked async process | Jeff King | 2017-03-18 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | Merge branch 'dl/credential-cache-socket-in-xdg-cache' | Junio C Hamano | 2017-03-24 | 5 | -5/+136 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |