summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | builtin/reset: compute checkout metadata for resetbrian m. carlson2020-03-162-4/+44
| * | | | | builtin/rebase: compute checkout metadata for rebasesbrian m. carlson2020-03-163-1/+40
| * | | | | builtin/clone: compute checkout metadata for clonesbrian m. carlson2020-03-162-4/+11
| * | | | | builtin/checkout: compute checkout metadata for checkoutsbrian m. carlson2020-03-166-33/+68
| * | | | | convert: provide additional metadata to filtersbrian m. carlson2020-03-1610-7/+83
| * | | | | convert: permit passing additional metadata to filter processesbrian m. carlson2020-03-168-19/+51
| * | | | | builtin/checkout: pass branch info down to checkout_worktreebrian m. carlson2020-03-121-16/+17
* | | | | | Merge branch 'hi/gpg-prefer-check-signature'Junio C Hamano2020-03-266-78/+201
|\ \ \ \ \ \
| * | | | | | gpg-interface: prefer check_signature() for GPG verificationHans Jerry Illikainen2020-03-154-78/+73
| * | | | | | t: increase test coverage of signature verification outputHans Jerry Illikainen2020-03-152-0/+128
* | | | | | | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-2628-141/+623
|\ \ \ \ \ \ \
| * | | | | | | fast-import: add options for rewriting submodulesbrian m. carlson2020-02-283-5/+236
| * | | | | | | fast-import: add a generic function to iterate over marksbrian m. carlson2020-02-281-24/+26
| * | | | | | | fast-import: make find_marks work on any mark setbrian m. carlson2020-02-281-11/+10
| * | | | | | | fast-import: add helper function for inserting mark object entriesbrian m. carlson2020-02-281-15/+22
| * | | | | | | fast-import: permit reading multiple marks filesbrian m. carlson2020-02-281-14/+18
| * | | | | | | commit: use expected signature header for SHA-256brian m. carlson2020-02-245-12/+62
| * | | | | | | worktree: allow repository version 1brian m. carlson2020-02-241-6/+4
| * | | | | | | init-db: move writing repo version into a functionbrian m. carlson2020-02-242-18/+25
| * | | | | | | builtin/init-db: add environment variable for new repo hashbrian m. carlson2020-02-242-0/+15
| * | | | | | | builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson2020-02-244-9/+55
| * | | | | | | setup: allow check_repository_format to read repository formatbrian m. carlson2020-02-244-5/+9
| * | | | | | | t/helper: make repository tests hash independentbrian m. carlson2020-02-241-6/+4
| * | | | | | | t/helper: initialize repository if necessarybrian m. carlson2020-02-241-0/+4
| * | | | | | | t/helper/test-dump-split-index: initialize git repositorybrian m. carlson2020-02-241-0/+2
| * | | | | | | t6300: make hash algorithm independentbrian m. carlson2020-02-241-1/+1
| * | | | | | | t6300: abstract away SHA-1-specific constantsbrian m. carlson2020-02-241-9/+16
| * | | | | | | t: use hash-specific lookup tables to define test constantsbrian m. carlson2020-02-241-15/+14
| * | | | | | | repository: require a build flag to use SHA-256brian m. carlson2020-02-242-0/+6
| * | | | | | | hex: add functions to parse hex object IDs in any algorithmbrian m. carlson2020-02-242-0/+32
| * | | | | | | hex: introduce parsing variants taking hash algorithmsbrian m. carlson2020-02-242-7/+33
| * | | | | | | hash: implement and use a context cloning functionbrian m. carlson2020-02-244-1/+46
| * | | | | | | builtin/pack-objects: make hash agnosticbrian m. carlson2020-02-241-1/+1
* | | | | | | | Merge branch 'pb/recurse-submodules-fix'Junio C Hamano2020-03-263-25/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | t/lib-submodule-update: add test removing nested submodulesPhilippe Blain2020-02-191-2/+18
| * | | | | | | | unpack-trees: check for missing submodule directory in merged_entryPhilippe Blain2020-02-192-2/+16
| * | | | | | | | unpack-trees: remove outdated description for verify_clean_submodulePhilippe Blain2020-02-191-3/+0
| * | | | | | | | t/lib-submodule-update: move a test to the right sectionPhilippe Blain2020-02-191-16/+17
| * | | | | | | | t/lib-submodule-update: remove outdated test descriptionPhilippe Blain2020-02-191-1/+0
| * | | | | | | | t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTEDPhilippe Blain2020-02-191-1/+0
* | | | | | | | | The first batch post 2.26 cycleJunio C Hamano2020-03-253-2/+43
* | | | | | | | | Merge branch 'ss/submodule-foreach-cb'Junio C Hamano2020-03-251-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'Shourya Shukla2020-03-181-4/+4
* | | | | | | | | | Merge branch 'jc/config-tar'Junio C Hamano2020-03-253-7/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | separate tar.* config to its own source fileJunio C Hamano2020-03-183-7/+8
* | | | | | | | | | | Merge branch 'en/oidset-uninclude-hashmap'Junio C Hamano2020-03-251-1/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | oidset: remove unnecessary includeElijah Newren2020-03-151-1/+0
* | | | | | | | | | | | Merge branch 'ds/check-connected-reprepare-packed-git'Junio C Hamano2020-03-251-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | connected.c: reprepare packs for corner casesDerrick Stolee2020-03-151-0/+4
* | | | | | | | | | | | | Merge branch 'rs/doc-passthru-fetch-options'Junio C Hamano2020-03-251-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \