summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-27Merge branch 'mf/apply-p-no-atoi'Junio C Hamano2-1/+43
2026-03-27Merge branch 'gi/doc-boolean-config-typofix'Junio C Hamano1-1/+1
2026-03-27Merge branch 'mr/merge-file-object-id-worktree-fix'Junio C Hamano2-1/+11
2026-03-27Merge branch 'rs/prio-queue-to-commit-stack'Junio C Hamano3-19/+17
2026-03-27Merge branch 'ps/build-tweaks'Junio C Hamano49-99/+123
2026-03-27Merge branch 'jk/diff-highlight-identical-pairs'Junio C Hamano2-0/+23
2026-03-26Merge branch 'mf/format-patch-commit-list-format' into mf/format-patch-commit...Junio C Hamano6-14/+243
2026-03-26config: store allocated string in non-const pointerJeff King1-3/+4
2026-03-26rev-parse: avoid writing to const string for parent marksJeff King1-12/+13
2026-03-26revision: avoid writing to const string for parent marksJeff King1-10/+15
2026-03-26rev-parse: simplify dotdot parsingJeff King1-8/+7
2026-03-26revision: make handle_dotdot() interface less confusingJeff King1-23/+19
2026-03-26fast-import: add 'abort-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler2-4/+13
2026-03-26fast-import: add 'sign-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler2-6/+55
2026-03-26fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler3-10/+110
2026-03-26fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'Justin Tobler6-3/+24
2026-03-26fast-export: check for unsupported signing modes earlierJustin Tobler1-13/+2
2026-03-26t5620: test backfill's unknown argument handlingDerrick Stolee2-0/+11
2026-03-26path-walk: support wildcard pathspecs for blob filteringDerrick Stolee2-13/+16
2026-03-26backfill: work with prefix pathspecsDerrick Stolee4-11/+52
2026-03-26backfill: accept revision argumentsDerrick Stolee3-7/+173
2026-03-26t5620: prepare branched repo for revision testsDerrick Stolee1-2/+50
2026-03-26revision: include object-name.hDerrick Stolee1-0/+1
2026-03-26worktree: reject NULL worktree in get_worktree_git_dir()Phillip Wood2-2/+1
2026-03-26worktree add: stop reading ".git/HEAD"Phillip Wood2-35/+14
2026-03-26worktree: remove "the_repository" from is_current_worktree()Phillip Wood2-5/+5
2026-03-25regexp: leave a pointer to resurrect workaround for HomebrewJunio C Hamano1-0/+5
2026-03-25Merge branch 'sa/replay-revert' into tc/replay-refJunio C Hamano7-99/+359
2026-03-25replay: add --revert mode to reverse commit changesSiddharth Asthana5-67/+300
2026-03-25sequencer: extract revert message formatting into shared functionSiddharth Asthana2-32/+59
2026-03-25hook: reject unknown hook names in git-hook(1)Adrian Ratiu4-31/+100
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu4-28/+80
2026-03-25hook: show config scope in git hook listAdrian Ratiu5-8/+63
2026-03-25hook: introduce hook_config_cache_entry for per-hook dataAdrian Ratiu1-6/+22
2026-03-25t1800: add test to verify hook execution orderingAdrian Ratiu1-1/+28
2026-03-25hook: make consistent use of friendly-name in docsAdrian Ratiu4-20/+20
2026-03-25hook: replace hook_list_clear() -> string_list_clear_func()Adrian Ratiu3-25/+37
2026-03-25hook: detect & emit two more bugsAdrian Ratiu1-0/+4
2026-03-25hook: rename cb_data_free/alloc -> hook_data_free/allocAdrian Ratiu2-7/+7
2026-03-25hook: fix minor style issuesAdrian Ratiu7-57/+61
2026-03-25builtin/receive-pack: properly init receive_hook strbufAdrian Ratiu1-0/+1
2026-03-25hook: move unsorted_string_list_remove() to string-list.[ch]Adrian Ratiu3-11/+20
2026-03-25The 21st batchJunio C Hamano1-0/+4
2026-03-25Merge branch 'ps/object-counting'Junio C Hamano17-117/+300
2026-03-25Merge branch 'tb/incremental-midx-part-3.2'Junio C Hamano13-158/+891
2026-03-25repo: show subcommand-specific help textMahi Kassa3-2/+24
2026-03-25repo: factor repo usage strings into shared macrosMahi Kassa1-4/+10
2026-03-24t0061: simplify .bat testJeff King1-10/+2
2026-03-24replay: support replaying down from root commitToon Claes2-13/+24
2026-03-24The 20th batchJunio C Hamano1-0/+30