Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'lm/credential-netrc' | Junio C Hamano | 2018-05-30 | 7 | -50/+135 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-credential-netrc: accept gpg option | Luis Marsano | 2018-05-14 | 6 | -24/+62 | |
| * | | | | | git-credential-netrc: adapt to test framework for git | Luis Marsano | 2018-05-14 | 3 | -30/+77 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'ab/get-short-oid' | Junio C Hamano | 2018-05-30 | 6 | -21/+101 | |
|\ \ \ \ \ | ||||||
| * | | | | | get_short_oid: sort ambiguous objects by type, then SHA-1 | Ævar Arnfjörð Bjarmason | 2018-05-11 | 5 | -7/+88 | |
| * | | | | | sha1-name.c: move around the collect_ambiguous() function | Ævar Arnfjörð Bjarmason | 2018-05-11 | 1 | -6/+6 | |
| * | | | | | git-p4: change "commitish" typo to "committish" | Ævar Arnfjörð Bjarmason | 2018-05-11 | 1 | -3/+3 | |
| * | | | | | sha1-array.h: align function arguments | Ævar Arnfjörð Bjarmason | 2018-05-11 | 2 | -4/+4 | |
| * | | | | | sha1-name.c: remove stray newline | Ævar Arnfjörð Bjarmason | 2018-05-11 | 1 | -1/+0 | |
* | | | | | | Merge branch 'jt/partial-clone-proto-v2' | Junio C Hamano | 2018-05-30 | 5 | -6/+171 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | {fetch,upload}-pack: support filter in protocol v2 | Jonathan Tan | 2018-05-06 | 4 | -5/+140 | |
| * | | | | | | upload-pack: read config when serving protocol v2 | Jonathan Tan | 2018-05-06 | 2 | -0/+16 | |
| * | | | | | | upload-pack: fix error message typo | Jonathan Tan | 2018-05-02 | 2 | -1/+15 | |
| * | | | | | | Merge branch 'bw/protocol-v2' into jt/partial-clone-proto-v2 | Junio C Hamano | 2018-05-02 | 44 | -368/+3318 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 46 | -306/+348 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | merge-one-file: compute empty blob object ID | brian m. carlson | 2018-05-02 | 1 | -1/+1 | |
| * | | | | | | | add--interactive: compute the empty tree value | brian m. carlson | 2018-05-02 | 1 | -2/+9 | |
| * | | | | | | | Update shell scripts to compute empty tree object ID | brian m. carlson | 2018-05-02 | 3 | -3/+7 | |
| * | | | | | | | sha1_file: only expose empty object constants through git_hash_algo | brian m. carlson | 2018-05-02 | 2 | -18/+11 | |
| * | | | | | | | dir: use the_hash_algo for empty blob object ID | brian m. carlson | 2018-05-02 | 1 | -1/+1 | |
| * | | | | | | | sequencer: use the_hash_algo for empty tree object ID | brian m. carlson | 2018-05-02 | 1 | -1/+1 | |
| * | | | | | | | cache-tree: use is_empty_tree_oid | brian m. carlson | 2018-05-02 | 1 | -1/+1 | |
| * | | | | | | | sha1_file: convert cached object code to struct object_id | brian m. carlson | 2018-05-02 | 1 | -8/+8 | |
| * | | | | | | | builtin/reset: convert use of EMPTY_TREE_SHA1_BIN | brian m. carlson | 2018-05-02 | 1 | -1/+1 | |
| * | | | | | | | builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX | brian m. carlson | 2018-05-02 | 1 | -1/+1 | |
| * | | | | | | | wt-status: convert two uses of EMPTY_TREE_SHA1_HEX | brian m. carlson | 2018-05-02 | 1 | -2/+2 | |
| * | | | | | | | submodule: convert several uses of EMPTY_TREE_SHA1_HEX | brian m. carlson | 2018-05-02 | 1 | -3/+3 | |
| * | | | | | | | sequencer: convert one use of EMPTY_TREE_SHA1_HEX | brian m. carlson | 2018-05-02 | 1 | -1/+1 | |
| * | | | | | | | merge: convert empty tree constant to the_hash_algo | brian m. carlson | 2018-05-02 | 1 | -4/+1 | |
| * | | | | | | | builtin/merge: switch tree functions to use object_id | brian m. carlson | 2018-05-02 | 1 | -7/+7 | |
| * | | | | | | | builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo | brian m. carlson | 2018-05-02 | 1 | -4/+4 | |
| * | | | | | | | sha1-file: add functions for hex empty tree and blob OIDs | brian m. carlson | 2018-05-02 | 2 | -0/+15 | |
| * | | | | | | | builtin/receive-pack: avoid hard-coded constants for push certs | brian m. carlson | 2018-05-02 | 1 | -3/+3 | |
| * | | | | | | | diff: specify abbreviation size in terms of the_hash_algo | brian m. carlson | 2018-05-02 | 1 | -6/+12 | |
| * | | | | | | | upload-pack: replace use of several hard-coded constants | brian m. carlson | 2018-05-02 | 1 | -9/+9 | |
| * | | | | | | | revision: replace use of hard-coded constants | brian m. carlson | 2018-05-02 | 1 | -2/+3 | |
| * | | | | | | | http: eliminate hard-coded constants | brian m. carlson | 2018-05-02 | 1 | -6/+7 | |
| * | | | | | | | dir: convert struct untracked_cache_dir to object_id | brian m. carlson | 2018-05-02 | 3 | -14/+16 | |
| * | | | | | | | commit: convert uses of get_sha1_hex to get_oid_hex | brian m. carlson | 2018-05-02 | 1 | -2/+2 | |
| * | | | | | | | index-pack: abstract away hash function constant | brian m. carlson | 2018-05-02 | 1 | -1/+2 | |
| * | | | | | | | pack-redundant: convert linked lists to use struct object_id | brian m. carlson | 2018-05-02 | 1 | -24/+26 | |
| * | | | | | | | Update struct index_state to use struct object_id | brian m. carlson | 2018-05-02 | 4 | -11/+11 | |
| * | | | | | | | split-index: convert struct split_index to object_id | brian m. carlson | 2018-05-02 | 5 | -20/+22 | |
| * | | | | | | | submodule-config: convert structures to object_id | brian m. carlson | 2018-05-02 | 2 | -36/+37 | |
| * | | | | | | | fsck: convert static functions to struct object_id | brian m. carlson | 2018-05-02 | 1 | -9/+11 | |
| * | | | | | | | tree-walk: convert get_tree_entry_follow_symlinks to object_id | brian m. carlson | 2018-05-02 | 3 | -11/+11 | |
| * | | | | | | | tree-walk: avoid hard-coded 20 constant | brian m. carlson | 2018-05-02 | 1 | -1/+1 | |
| * | | | | | | | pack-redundant: abstract away hash algorithm | brian m. carlson | 2018-05-02 | 1 | -5/+7 | |
| * | | | | | | | pack-objects: abstract away hash algorithm | brian m. carlson | 2018-05-02 | 1 | -14/+16 | |
| * | | | | | | | packfile: abstract away hash constant values | brian m. carlson | 2018-05-02 | 1 | -29/+37 |