summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano2024-05-3017-92/+168
|\
| * repository: stop setting SHA1 as the default object hashPatrick Steinhardt2024-05-071-20/+0
| * oss-fuzz/commit-graph: set up hash algorithmPatrick Steinhardt2024-05-071-0/+1
| * builtin/shortlog: don't set up revisions without repoPatrick Steinhardt2024-05-071-1/+1
| * builtin/diff: explicitly set hash algo when there is no repoPatrick Steinhardt2024-05-071-0/+9
| * builtin/bundle: abort "verify" early when there is no repositoryPatrick Steinhardt2024-05-071-0/+5
| * builtin/blame: don't access potentially unitialized `the_hash_algo`Patrick Steinhardt2024-05-071-3/+2
| * builtin/rev-parse: allow shortening to more than 40 hex charactersPatrick Steinhardt2024-05-072-3/+8
| * remote-curl: fix parsing of detached SHA256 headsPatrick Steinhardt2024-05-072-1/+33
| * attr: fix BUG() when parsing attrs outside of repoPatrick Steinhardt2024-05-072-0/+21
| * attr: don't recompute default attribute sourcePatrick Steinhardt2024-05-071-9/+16
| * parse-options-cb: only abbreviate hashes when hash algo is knownPatrick Steinhardt2024-05-072-1/+19
| * path: move `validate_headref()` to its only userPatrick Steinhardt2024-05-073-54/+53
| * path: harden validation of HEAD with non-standard hashesPatrick Steinhardt2024-05-071-1/+1
| * Merge branch 'ps/the-index-is-no-more' into ps/undecided-is-not-necessarily-sha1Junio C Hamano2024-05-0741-455/+435
| |\
| * \ Merge branch 'jc/no-default-attr-tree-in-bare' into ps/undecided-is-not-neces...Junio C Hamano2024-05-073-10/+10
| |\ \
* | | | The eighth batchJunio C Hamano2024-05-281-0/+35
* | | | Merge branch 'ps/leakfixes-base'Junio C Hamano2024-05-2812-2/+15
|\ \ \ \
| * | | | t: mark a bunch of tests as leak-freePatrick Steinhardt2024-05-2711-0/+13
| * | | | ci: add missing dependency for TTY prereqPatrick Steinhardt2024-05-271-2/+2
* | | | | Merge branch 'kn/osxkeychain-skip-idempotent-store'Junio C Hamano2024-05-281-0/+14
|\ \ \ \ \
| * | | | | osxkeychain: state to skip unnecessary store operationsKoji Nakamaru2024-05-151-0/+11
| * | | | | osxkeychain: exclusive lock to serialize execution of operationsKoji Nakamaru2024-05-151-0/+3
* | | | | | Merge branch 'jc/format-patch-more-aggressive-range-diff'Junio C Hamano2024-05-283-1/+12
|\ \ \ \ \ \
| * | | | | | format-patch: run range-diff with larger creation-factorJunio C Hamano2024-05-063-1/+12
| |/ / / / /
* | | | | | Merge branch 'jc/rev-parse-fatal-doc'Junio C Hamano2024-05-281-2/+13
|\ \ \ \ \ \
| * | | | | | rev-parse: document how --is-* options work outside a repositoryJunio C Hamano2024-05-011-2/+13
* | | | | | | Merge branch 'jc/t0017-clarify-bogus-expectation'Junio C Hamano2024-05-281-1/+8
|\ \ \ \ \ \ \
| * | | | | | | t0017: clarify dubious test set-upJunio C Hamano2024-05-161-1/+8
* | | | | | | | Merge branch 'ds/send-email-per-message-block'Junio C Hamano2024-05-281-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | send-email: move newline characters out of a few translatable stringsDragan Simic2024-04-101-4/+7
* | | | | | | | | Merge branch 'ps/complete-config-w-subcommands'Junio C Hamano2024-05-282-25/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt2024-05-172-25/+73
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jc/doc-diff-name-only'Junio C Hamano2024-05-281-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff: document what --name-only showsJunio C Hamano2024-05-171-2/+3
* | | | | | | | | | Merge branch 'tb/pack-bitmap-write-cleanups'Junio C Hamano2024-05-285-138/+185
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pack-bitmap: introduce `bitmap_writer_free()`Taylor Blau2024-05-154-1/+27
| * | | | | | | | | | pack-bitmap-write.c: avoid uninitialized 'write_as' fieldTaylor Blau2024-05-151-0/+1
| * | | | | | | | | | pack-bitmap: drop unused `max_bitmaps` parameterTaylor Blau2024-05-154-12/+4
| * | | | | | | | | | pack-bitmap: avoid use of static `bitmap_writer`Taylor Blau2024-05-154-123/+159
| * | | | | | | | | | pack-bitmap-write.c: move commit_positions into commit_pos fieldsTaylor Blau2024-05-151-25/+16
| * | | | | | | | | | object.h: add flags allocated by pack-bitmap.hTaylor Blau2024-05-151-0/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ps/builtin-config-cleanup'Junio C Hamano2024-05-284-433/+552
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/config: pass data between callbacks via local variablesPatrick Steinhardt2024-05-151-38/+52
| * | | | | | | | | | builtin/config: convert flags to a local variablePatrick Steinhardt2024-05-151-19/+29
| * | | | | | | | | | builtin/config: track "fixed value" option via flags onlyPatrick Steinhardt2024-05-151-7/+7
| * | | | | | | | | | builtin/config: convert `key` to a local variablePatrick Steinhardt2024-05-151-2/+5
| * | | | | | | | | | builtin/config: convert `key_regexp` to a local variablePatrick Steinhardt2024-05-151-8/+8
| * | | | | | | | | | builtin/config: convert `regexp` to a local variablePatrick Steinhardt2024-05-151-9/+9
| * | | | | | | | | | builtin/config: convert `value_pattern` to a local variablePatrick Steinhardt2024-05-151-3/+3