summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-14t5100: make rfc822 comment test more carefulJeff King
2023-12-12t6300: avoid hard-coding object sizesRené Scharfe
2023-12-12mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair()Jeff King
2023-12-11reftable/block: reuse buffer to compute record keysPatrick Steinhardt
2023-12-11reftable/block: introduce macro to initialize `struct block_iter`Patrick Steinhardt
2023-12-11reftable/merged: reuse buffer to compute record keysPatrick Steinhardt
2023-12-11reftable/stack: fix use of unseeded randomnessPatrick Steinhardt
2023-12-11reftable/stack: fix stale lock when dyingPatrick Steinhardt
2023-12-11reftable/stack: reuse buffers when reloading stackPatrick Steinhardt
2023-12-11reftable/stack: perform auto-compaction with transactional interfacePatrick Steinhardt
2023-12-11reftable/stack: verify that `reftable_stack_add()` uses auto-compactionPatrick Steinhardt
2023-12-11reftable: handle interrupted writesPatrick Steinhardt
2023-12-11reftable: handle interrupted readsPatrick Steinhardt
2023-12-11reftable: wrap EXPECT macros in do/whilePatrick Steinhardt
2023-12-11show-ref: use die_for_incompatible_opt3()René Scharfe
2023-12-09revision: parse integer arguments to --max-count, --skip, etc., more carefullyJunio C Hamano
2023-12-09sequencer: simplify away extra git_config_string() callJeff King
2023-12-09gpg-interface: drop pointless config_error_nonbool() checksJeff King
2023-12-09push: drop confusing configset/callback redundancyJeff King
2023-12-09config: use git_config_string() for core.checkRoundTripEncodingJeff King
2023-12-09diff: give more detailed messages for bogus diff.* configJeff King
2023-12-09config: use config_error_nonbool() instead of custom messagesJeff King
2023-12-09imap-send: don't use git_die_config() inside callbackJeff King
2023-12-09git_xmerge_config(): prefer error() to die()Jeff King
2023-12-09config: reject bogus values for core.checkstatJeff King
2023-12-09fsck: handle NULL value when parsing message configJeff King
2023-12-09trailer: handle NULL value when parsing trailer-specific configJeff King
2023-12-09submodule: handle NULL value when parsing submodule.*.branchJeff King
2023-12-09help: handle NULL value for alias.* configJeff King
2023-12-09trace2: handle NULL values in tr2_sysenv config callbackJeff King
2023-12-09setup: handle NULL value when parsing extensionsJeff King
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-12-09bisect: always clean on resetJeff King
2023-12-09parse-options: decouple "--end-of-options" and "--"Jeff King
2023-12-09worktree: simplify incompatibility message for --orphan and commit-ishRené Scharfe
2023-12-09worktree: standardize incompatibility messagesRené Scharfe
2023-12-09clean: factorize incompatibility messageRené Scharfe
2023-12-09revision, rev-parse: factorize incompatibility messages about - -exclude-hiddenRené Scharfe
2023-12-09revision: use die_for_incompatible_opt3() for - -graph/--reverse/--walk-reflogsRené Scharfe
2023-12-09repack: use die_for_incompatible_opt3() for -A/-k/--cruftRené Scharfe
2023-12-09push: use die_for_incompatible_opt4() for - -delete/--tags/--all/--mirrorRené Scharfe
2023-12-03hooks--pre-commit: detect non-ASCII when renamingJulian Prein
2023-12-03t6301: write invalid object ID via `test-tool ref-store`Patrick Steinhardt
2023-12-03t5551: stop writing packed-refs directlyPatrick Steinhardt
2023-12-03t5401: speed up creation of many branchesPatrick Steinhardt
2023-12-03t4013: simplify magic parsing and drop "failure"Patrick Steinhardt
2023-12-03t3310: stop checking for reference existence via `test -f`Patrick Steinhardt
2023-12-03t1417: make `reflog --updateref` tests backend agnosticPatrick Steinhardt
2023-12-03t1410: use test-tool to create empty reflogPatrick Steinhardt
2023-12-03t1401: stop treating FETCH_HEAD as real referencePatrick Steinhardt