Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | builtin/reset: compute checkout metadata for reset | brian m. carlson | 2020-03-16 | 2 | -4/+44 | |
| * | | | | | builtin/rebase: compute checkout metadata for rebases | brian m. carlson | 2020-03-16 | 3 | -1/+40 | |
| * | | | | | builtin/clone: compute checkout metadata for clones | brian m. carlson | 2020-03-16 | 2 | -4/+11 | |
| * | | | | | builtin/checkout: compute checkout metadata for checkouts | brian m. carlson | 2020-03-16 | 6 | -33/+68 | |
| * | | | | | convert: provide additional metadata to filters | brian m. carlson | 2020-03-16 | 10 | -7/+83 | |
| * | | | | | convert: permit passing additional metadata to filter processes | brian m. carlson | 2020-03-16 | 8 | -19/+51 | |
| * | | | | | builtin/checkout: pass branch info down to checkout_worktree | brian m. carlson | 2020-03-12 | 1 | -16/+17 | |
* | | | | | | Merge branch 'hi/gpg-prefer-check-signature' | Junio C Hamano | 2020-03-26 | 6 | -78/+201 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | gpg-interface: prefer check_signature() for GPG verification | Hans Jerry Illikainen | 2020-03-15 | 4 | -78/+73 | |
| * | | | | | | t: increase test coverage of signature verification output | Hans Jerry Illikainen | 2020-03-15 | 2 | -0/+128 | |
* | | | | | | | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 2020-03-26 | 28 | -141/+623 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fast-import: add options for rewriting submodules | brian m. carlson | 2020-02-28 | 3 | -5/+236 | |
| * | | | | | | | fast-import: add a generic function to iterate over marks | brian m. carlson | 2020-02-28 | 1 | -24/+26 | |
| * | | | | | | | fast-import: make find_marks work on any mark set | brian m. carlson | 2020-02-28 | 1 | -11/+10 | |
| * | | | | | | | fast-import: add helper function for inserting mark object entries | brian m. carlson | 2020-02-28 | 1 | -15/+22 | |
| * | | | | | | | fast-import: permit reading multiple marks files | brian m. carlson | 2020-02-28 | 1 | -14/+18 | |
| * | | | | | | | commit: use expected signature header for SHA-256 | brian m. carlson | 2020-02-24 | 5 | -12/+62 | |
| * | | | | | | | worktree: allow repository version 1 | brian m. carlson | 2020-02-24 | 1 | -6/+4 | |
| * | | | | | | | init-db: move writing repo version into a function | brian m. carlson | 2020-02-24 | 2 | -18/+25 | |
| * | | | | | | | builtin/init-db: add environment variable for new repo hash | brian m. carlson | 2020-02-24 | 2 | -0/+15 | |
| * | | | | | | | builtin/init-db: allow specifying hash algorithm on command line | brian m. carlson | 2020-02-24 | 4 | -9/+55 | |
| * | | | | | | | setup: allow check_repository_format to read repository format | brian m. carlson | 2020-02-24 | 4 | -5/+9 | |
| * | | | | | | | t/helper: make repository tests hash independent | brian m. carlson | 2020-02-24 | 1 | -6/+4 | |
| * | | | | | | | t/helper: initialize repository if necessary | brian m. carlson | 2020-02-24 | 1 | -0/+4 | |
| * | | | | | | | t/helper/test-dump-split-index: initialize git repository | brian m. carlson | 2020-02-24 | 1 | -0/+2 | |
| * | | | | | | | t6300: make hash algorithm independent | brian m. carlson | 2020-02-24 | 1 | -1/+1 | |
| * | | | | | | | t6300: abstract away SHA-1-specific constants | brian m. carlson | 2020-02-24 | 1 | -9/+16 | |
| * | | | | | | | t: use hash-specific lookup tables to define test constants | brian m. carlson | 2020-02-24 | 1 | -15/+14 | |
| * | | | | | | | repository: require a build flag to use SHA-256 | brian m. carlson | 2020-02-24 | 2 | -0/+6 | |
| * | | | | | | | hex: add functions to parse hex object IDs in any algorithm | brian m. carlson | 2020-02-24 | 2 | -0/+32 | |
| * | | | | | | | hex: introduce parsing variants taking hash algorithms | brian m. carlson | 2020-02-24 | 2 | -7/+33 | |
| * | | | | | | | hash: implement and use a context cloning function | brian m. carlson | 2020-02-24 | 4 | -1/+46 | |
| * | | | | | | | builtin/pack-objects: make hash agnostic | brian m. carlson | 2020-02-24 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'pb/recurse-submodules-fix' | Junio C Hamano | 2020-03-26 | 3 | -25/+51 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | t/lib-submodule-update: add test removing nested submodules | Philippe Blain | 2020-02-19 | 1 | -2/+18 | |
| * | | | | | | | | unpack-trees: check for missing submodule directory in merged_entry | Philippe Blain | 2020-02-19 | 2 | -2/+16 | |
| * | | | | | | | | unpack-trees: remove outdated description for verify_clean_submodule | Philippe Blain | 2020-02-19 | 1 | -3/+0 | |
| * | | | | | | | | t/lib-submodule-update: move a test to the right section | Philippe Blain | 2020-02-19 | 1 | -16/+17 | |
| * | | | | | | | | t/lib-submodule-update: remove outdated test description | Philippe Blain | 2020-02-19 | 1 | -1/+0 | |
| * | | | | | | | | t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTED | Philippe Blain | 2020-02-19 | 1 | -1/+0 | |
* | | | | | | | | | The first batch post 2.26 cycle | Junio C Hamano | 2020-03-25 | 3 | -2/+43 | |
* | | | | | | | | | Merge branch 'ss/submodule-foreach-cb' | Junio C Hamano | 2020-03-25 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb' | Shourya Shukla | 2020-03-18 | 1 | -4/+4 | |
* | | | | | | | | | | Merge branch 'jc/config-tar' | Junio C Hamano | 2020-03-25 | 3 | -7/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | separate tar.* config to its own source file | Junio C Hamano | 2020-03-18 | 3 | -7/+8 | |
* | | | | | | | | | | | Merge branch 'en/oidset-uninclude-hashmap' | Junio C Hamano | 2020-03-25 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | oidset: remove unnecessary include | Elijah Newren | 2020-03-15 | 1 | -1/+0 | |
* | | | | | | | | | | | | Merge branch 'ds/check-connected-reprepare-packed-git' | Junio C Hamano | 2020-03-25 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | connected.c: reprepare packs for corner cases | Derrick Stolee | 2020-03-15 | 1 | -0/+4 | |
* | | | | | | | | | | | | | Merge branch 'rs/doc-passthru-fetch-options' | Junio C Hamano | 2020-03-25 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |