summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'lm/credential-netrc'Junio C Hamano2018-05-307-50/+135
|\ \ \ \ \
| * | | | | git-credential-netrc: accept gpg optionLuis Marsano2018-05-146-24/+62
| * | | | | git-credential-netrc: adapt to test framework for gitLuis Marsano2018-05-143-30/+77
| |/ / / /
* | | | | Merge branch 'ab/get-short-oid'Junio C Hamano2018-05-306-21/+101
|\ \ \ \ \
| * | | | | get_short_oid: sort ambiguous objects by type, then SHA-1Ævar Arnfjörð Bjarmason2018-05-115-7/+88
| * | | | | sha1-name.c: move around the collect_ambiguous() functionÆvar Arnfjörð Bjarmason2018-05-111-6/+6
| * | | | | git-p4: change "commitish" typo to "committish"Ævar Arnfjörð Bjarmason2018-05-111-3/+3
| * | | | | sha1-array.h: align function argumentsÆvar Arnfjörð Bjarmason2018-05-112-4/+4
| * | | | | sha1-name.c: remove stray newlineÆvar Arnfjörð Bjarmason2018-05-111-1/+0
* | | | | | Merge branch 'jt/partial-clone-proto-v2'Junio C Hamano2018-05-305-6/+171
|\ \ \ \ \ \
| * | | | | | {fetch,upload}-pack: support filter in protocol v2Jonathan Tan2018-05-064-5/+140
| * | | | | | upload-pack: read config when serving protocol v2Jonathan Tan2018-05-062-0/+16
| * | | | | | upload-pack: fix error message typoJonathan Tan2018-05-022-1/+15
| * | | | | | Merge branch 'bw/protocol-v2' into jt/partial-clone-proto-v2Junio C Hamano2018-05-0244-368/+3318
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'bc/object-id'Junio C Hamano2018-05-3046-306/+348
|\ \ \ \ \ \ \
| * | | | | | | merge-one-file: compute empty blob object IDbrian m. carlson2018-05-021-1/+1
| * | | | | | | add--interactive: compute the empty tree valuebrian m. carlson2018-05-021-2/+9
| * | | | | | | Update shell scripts to compute empty tree object IDbrian m. carlson2018-05-023-3/+7
| * | | | | | | sha1_file: only expose empty object constants through git_hash_algobrian m. carlson2018-05-022-18/+11
| * | | | | | | dir: use the_hash_algo for empty blob object IDbrian m. carlson2018-05-021-1/+1
| * | | | | | | sequencer: use the_hash_algo for empty tree object IDbrian m. carlson2018-05-021-1/+1
| * | | | | | | cache-tree: use is_empty_tree_oidbrian m. carlson2018-05-021-1/+1
| * | | | | | | sha1_file: convert cached object code to struct object_idbrian m. carlson2018-05-021-8/+8
| * | | | | | | builtin/reset: convert use of EMPTY_TREE_SHA1_BINbrian m. carlson2018-05-021-1/+1
| * | | | | | | builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEXbrian m. carlson2018-05-021-1/+1
| * | | | | | | wt-status: convert two uses of EMPTY_TREE_SHA1_HEXbrian m. carlson2018-05-021-2/+2
| * | | | | | | submodule: convert several uses of EMPTY_TREE_SHA1_HEXbrian m. carlson2018-05-021-3/+3
| * | | | | | | sequencer: convert one use of EMPTY_TREE_SHA1_HEXbrian m. carlson2018-05-021-1/+1
| * | | | | | | merge: convert empty tree constant to the_hash_algobrian m. carlson2018-05-021-4/+1
| * | | | | | | builtin/merge: switch tree functions to use object_idbrian m. carlson2018-05-021-7/+7
| * | | | | | | builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algobrian m. carlson2018-05-021-4/+4
| * | | | | | | sha1-file: add functions for hex empty tree and blob OIDsbrian m. carlson2018-05-022-0/+15
| * | | | | | | builtin/receive-pack: avoid hard-coded constants for push certsbrian m. carlson2018-05-021-3/+3
| * | | | | | | diff: specify abbreviation size in terms of the_hash_algobrian m. carlson2018-05-021-6/+12
| * | | | | | | upload-pack: replace use of several hard-coded constantsbrian m. carlson2018-05-021-9/+9
| * | | | | | | revision: replace use of hard-coded constantsbrian m. carlson2018-05-021-2/+3
| * | | | | | | http: eliminate hard-coded constantsbrian m. carlson2018-05-021-6/+7
| * | | | | | | dir: convert struct untracked_cache_dir to object_idbrian m. carlson2018-05-023-14/+16
| * | | | | | | commit: convert uses of get_sha1_hex to get_oid_hexbrian m. carlson2018-05-021-2/+2
| * | | | | | | index-pack: abstract away hash function constantbrian m. carlson2018-05-021-1/+2
| * | | | | | | pack-redundant: convert linked lists to use struct object_idbrian m. carlson2018-05-021-24/+26
| * | | | | | | Update struct index_state to use struct object_idbrian m. carlson2018-05-024-11/+11
| * | | | | | | split-index: convert struct split_index to object_idbrian m. carlson2018-05-025-20/+22
| * | | | | | | submodule-config: convert structures to object_idbrian m. carlson2018-05-022-36/+37
| * | | | | | | fsck: convert static functions to struct object_idbrian m. carlson2018-05-021-9/+11
| * | | | | | | tree-walk: convert get_tree_entry_follow_symlinks to object_idbrian m. carlson2018-05-023-11/+11
| * | | | | | | tree-walk: avoid hard-coded 20 constantbrian m. carlson2018-05-021-1/+1
| * | | | | | | pack-redundant: abstract away hash algorithmbrian m. carlson2018-05-021-5/+7
| * | | | | | | pack-objects: abstract away hash algorithmbrian m. carlson2018-05-021-14/+16
| * | | | | | | packfile: abstract away hash constant valuesbrian m. carlson2018-05-021-29/+37