summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-2537-289/+362
|\
| * gitweb: make hash size independentbrian m. carlson2019-04-011-30/+67
| * Git.pm: make hash size independentbrian m. carlson2019-04-011-1/+1
| * read-cache: read data in a hash-independent waybrian m. carlson2019-04-011-45/+29
| * dir: make untracked cache extension hash size independentbrian m. carlson2019-04-011-14/+14
| * builtin/difftool: use parse_oid_hexbrian m. carlson2019-04-011-6/+4
| * refspec: make hash size independentbrian m. carlson2019-04-011-1/+1
| * archive: convert struct archiver_args to object_idbrian m. carlson2019-04-014-13/+14
| * builtin/get-tar-commit-id: make hash size independentbrian m. carlson2019-04-011-1/+2
| * get-tar-commit-id: parse comment recordRene Scharfe2019-04-011-2/+11
| * hash: add a function to lookup hash algorithm by lengthbrian m. carlson2019-04-012-0/+10
| * remote-curl: make hash size independentbrian m. carlson2019-04-011-5/+6
| * http: replace sha1_to_hexbrian m. carlson2019-04-011-6/+6
| * http: compute hash of downloaded objects using the_hash_algobrian m. carlson2019-04-012-6/+6
| * http: replace hard-coded constant with the_hash_algobrian m. carlson2019-04-011-1/+1
| * http-walker: replace sha1_to_hexbrian m. carlson2019-04-011-9/+9
| * http-push: remove remaining uses of sha1_to_hexbrian m. carlson2019-04-011-4/+4
| * http-backend: allow 64-character hex namesbrian m. carlson2019-04-011-0/+3
| * http-push: convert to use the_hash_algobrian m. carlson2019-04-011-10/+10
| * builtin/pull: make hash-size independentbrian m. carlson2019-04-011-5/+6
| * builtin/am: make hash size independentbrian m. carlson2019-04-011-4/+5
| * fast-import: replace sha1_to_hexbrian m. carlson2019-04-011-2/+2
| * fast-import: make hash-size independentbrian m. carlson2019-04-011-16/+29
| * builtin/name-rev: make hash-size independentbrian m. carlson2019-04-011-6/+8
| * object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-017-21/+24
| * notes: replace sha1_to_hexbrian m. carlson2019-04-011-6/+6
| * notes: make hash size independentbrian m. carlson2019-04-011-15/+17
| * notes-merge: switch to use the_hash_algobrian m. carlson2019-04-011-3/+3
| * submodule: avoid hard-coded constantsbrian m. carlson2019-04-012-2/+2
| * pack-bitmap: switch hash tables to use struct object_idbrian m. carlson2019-04-013-33/+33
| * pack-bitmap: switch hard-coded constants to the_hash_algobrian m. carlson2019-04-011-2/+2
| * pack-bitmap: replace sha1_to_hexbrian m. carlson2019-04-012-7/+7
| * pack-bitmap: convert struct stored_bitmap to object_idbrian m. carlson2019-04-011-4/+4
| * pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson2019-04-013-3/+3
| * khash: move oid hash table definitionbrian m. carlson2019-04-012-12/+18
| * t/lib-submodule-update: use appropriate length constantbrian m. carlson2019-04-011-1/+2
* | Merge branch 'en/fast-import-parsing-fix'Junio C Hamano2019-04-253-24/+66
|\ \
| * | fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren2019-04-013-12/+4
| * | fast-import: only allow cat-blob requests where it makes senseElijah Newren2019-04-012-9/+17
| * | fast-import: check most prominent commands firstElijah Newren2019-04-011-2/+2
| * | git-fast-import.txt: fix wording about where ls command can appearElijah Newren2019-04-011-2/+2
| * | t9300: demonstrate bug with get-mark and empty orphan commitsElijah Newren2019-04-012-1/+43
* | | Merge branch 'jt/fetch-no-update-shallow-in-proto-v2'Junio C Hamano2019-04-252-10/+45
|\ \ \
| * | | fetch-pack: respect --no-update-shallow in v2Jonathan Tan2019-04-011-7/+34
| * | | fetch-pack: call prepare_shallow_info only if v0Jonathan Tan2019-04-012-3/+11
| * | | Merge branch 'jt/test-protocol-version' into jt/fetch-no-update-shallow-in-pr...Junio C Hamano2019-04-0115-39/+128
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'jt/fetch-pack-wanted-refs-optim'Junio C Hamano2019-04-251-9/+10
|\ \ \ \
| * | | | fetch-pack: binary search when storing wanted-refsJonathan Tan2019-04-011-9/+10
| | |_|/ | |/| |
* | | | Merge branch 'ab/test-lib-pass-trace2-env'Junio C Hamano2019-04-251-0/+1
|\ \ \ \
| * | | | test-lib: whitelist GIT_TR2_* in the environmentÆvar Arnfjörð Bjarmason2019-04-011-0/+1
| | |/ / | |/| |