summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-02reftable: introduce "reftable-system.h" headerPatrick Steinhardt-12/+34
2026-04-01refs/files-backend: drop const to fix strchr() warningJeff King-6/+8
2026-04-01http: drop const to fix strstr() warningJeff King-4/+6
2026-04-01range-diff: drop const to fix strstr() warningsJeff King-1/+1
2026-04-01pkt-line: make packet_reader.line non-constJeff King-7/+9
2026-04-01skip_prefix(): check const match between in and out paramsJeff King-2/+19
2026-04-01pseudo-merge: fix disk reads from find_pseudo_merge()Jeff King-13/+19
2026-04-01find_last_dir_sep(): convert inline function to macroJeff King-5/+1
2026-04-01run-command: explicitly cast away constness when assigning to voidJeff King-2/+2
2026-04-01pager: explicitly cast away strchr() constnessJeff King-2/+3
2026-04-01transport-helper: drop const to fix strchr() warningsJeff King-1/+2
2026-04-01http: add const to fix strchr() warningsJeff King-1/+1
2026-04-01convert: add const to fix strchr() warningsJeff King-1/+2
2026-04-01replay: allow to specify a ref with option --refToon Claes-10/+128
2026-04-01replay: use stuck form in documentation and help messageToon Claes-14/+15
2026-04-01builtin/replay: mark options as not negatableToon Claes-12/+16
2026-04-01Git 2.54-rc0v2.54.0-rc0Junio C Hamano-1/+1
2026-04-01RelNotes: minor typo fixes in 2.54.0 draftTodd Zullinger-2/+2
2026-04-01read-cache: disable renames in add_files_to_cacheNick Golden-0/+39
2026-04-01t7004: replace wc -l with modern test helpersSiddharth Shrimali-5/+10
2026-04-01The 24th batchJunio C Hamano-0/+25
2026-04-01Merge branch 'kj/refspec-parsing-outside-repository'Junio C Hamano-1/+15
2026-04-01Merge branch 'jk/t0061-bat-test-update'Junio C Hamano-10/+2
2026-04-01Merge branch 'mk/repo-help-strings'Junio C Hamano-6/+34
2026-04-01Merge branch 'jc/macos-homebrew-wo-reg-enhanced'Junio C Hamano-0/+5
2026-04-01Merge branch 'rs/use-strvec-pushv'Junio C Hamano-13/+51
2026-04-01Merge branch 'bk/t5315-test-path-is-helpers'Junio C Hamano-1/+1
2026-04-01Merge branch 'jk/diff-highlight-more'Junio C Hamano-36/+112
2026-04-01Merge branch 'vp/http-rate-limit-retries'Junio C Hamano-27/+557
2026-03-31odb: drop unneeded headers and forward declsPatrick Steinhardt-9/+3
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt-38/+38
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt-8/+10
2026-03-31odb: rename `odb_write_object()` flagsPatrick Steinhardt-5/+5
2026-03-31treewide: use enum for `odb_for_each_object()` flagsPatrick Steinhardt-4/+4
2026-03-31CodingGuidelines: document our style for flagsPatrick Steinhardt-0/+12
2026-03-31Merge branch 'ps/odb-generic-object-name-handling' into ps/odb-cleanupJunio C Hamano-471/+782
2026-03-31cache-tree: use index state repository in trace2 callsJayesh Daga-2/+2
2026-03-30The 23rd batchJunio C Hamano-0/+14
2026-03-30Merge branch 'ai/t2107-test-path-is-helpers'Junio C Hamano-1/+1
2026-03-30Merge branch 'jw/object-name-bitset-to-enum'Junio C Hamano-9/+16
2026-03-30Merge branch 'jw/t2203-status-pipe-fix'Junio C Hamano-8/+16
2026-03-30Merge branch 'jw/apply-corrupt-location'Junio C Hamano-33/+185
2026-03-30Merge branch 'rs/split-index-the-repo-fix'Junio C Hamano-6/+7
2026-03-30Merge branch 'rs/ahead-behind-cleanup-optimization'Junio C Hamano-4/+2
2026-03-30read-cache: use istate->repo for trace2 loggingJayesh Daga-24/+8
2026-03-30receive-pack: use worktree HEAD for updateInsteadPablo Sabater-29/+16
2026-03-30t5516: clean up cloned and new-wt in denyCurrentBranch and worktrees testPablo Sabater-0/+1
2026-03-30t5516: test updateInstead with worktree and unborn bare HEADRunxi Yu-0/+18
2026-03-30docs: fix "git stash [push]" documentationQuentin Bernet-8/+6
2026-03-28doc: gitignore: clarify pattern base for info/exclude and core.excludesFileShreyansh Paliwal-0/+5