summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-27Merge branch 'ps/build-tweaks'Junio C Hamano-99/+123
2026-03-27Merge branch 'jk/diff-highlight-identical-pairs'Junio C Hamano-0/+23
2026-03-26Merge branch 'mf/format-patch-commit-list-format' into mf/format-patch-commit...Junio C Hamano-14/+243
2026-03-26config: store allocated string in non-const pointerJeff King-3/+4
2026-03-26rev-parse: avoid writing to const string for parent marksJeff King-12/+13
2026-03-26revision: avoid writing to const string for parent marksJeff King-10/+15
2026-03-26rev-parse: simplify dotdot parsingJeff King-8/+7
2026-03-26revision: make handle_dotdot() interface less confusingJeff King-23/+19
2026-03-26fast-import: add 'abort-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler-4/+13
2026-03-26fast-import: add 'sign-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler-6/+55
2026-03-26fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler-10/+110
2026-03-26fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'Justin Tobler-3/+24
2026-03-26fast-export: check for unsupported signing modes earlierJustin Tobler-13/+2
2026-03-26t5620: test backfill's unknown argument handlingDerrick Stolee-0/+11
2026-03-26path-walk: support wildcard pathspecs for blob filteringDerrick Stolee-13/+16
2026-03-26backfill: work with prefix pathspecsDerrick Stolee-11/+52
2026-03-26backfill: accept revision argumentsDerrick Stolee-7/+173
2026-03-26t5620: prepare branched repo for revision testsDerrick Stolee-2/+50
2026-03-26revision: include object-name.hDerrick Stolee-0/+1
2026-03-26worktree: reject NULL worktree in get_worktree_git_dir()Phillip Wood-2/+1
2026-03-26worktree add: stop reading ".git/HEAD"Phillip Wood-35/+14
2026-03-26worktree: remove "the_repository" from is_current_worktree()Phillip Wood-5/+5
2026-03-25regexp: leave a pointer to resurrect workaround for HomebrewJunio C Hamano-0/+5
2026-03-25Merge branch 'sa/replay-revert' into tc/replay-refJunio C Hamano-101/+361
2026-03-25replay: add --revert mode to reverse commit changesSiddharth Asthana-69/+302
2026-03-25sequencer: extract revert message formatting into shared functionSiddharth Asthana-32/+59
2026-03-25hook: reject unknown hook names in git-hook(1)Adrian Ratiu-31/+100
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu-28/+80
2026-03-25hook: show config scope in git hook listAdrian Ratiu-8/+63
2026-03-25hook: introduce hook_config_cache_entry for per-hook dataAdrian Ratiu-6/+22
2026-03-25t1800: add test to verify hook execution orderingAdrian Ratiu-1/+28
2026-03-25hook: make consistent use of friendly-name in docsAdrian Ratiu-20/+20
2026-03-25hook: replace hook_list_clear() -> string_list_clear_func()Adrian Ratiu-25/+37
2026-03-25hook: detect & emit two more bugsAdrian Ratiu-0/+4
2026-03-25hook: rename cb_data_free/alloc -> hook_data_free/allocAdrian Ratiu-7/+7
2026-03-25hook: fix minor style issuesAdrian Ratiu-57/+61
2026-03-25builtin/receive-pack: properly init receive_hook strbufAdrian Ratiu-0/+1
2026-03-25hook: move unsorted_string_list_remove() to string-list.[ch]Adrian Ratiu-11/+20
2026-03-25The 21st batchJunio C Hamano-0/+4
2026-03-25Merge branch 'ps/object-counting'Junio C Hamano-118/+301
2026-03-25Merge branch 'tb/incremental-midx-part-3.2'Junio C Hamano-158/+891
2026-03-25repo: show subcommand-specific help textMahi Kassa-2/+24
2026-03-25repo: factor repo usage strings into shared macrosMahi Kassa-4/+10
2026-03-24t0061: simplify .bat testJeff King-10/+2
2026-03-24replay: support replaying down from root commitToon Claes-13/+24
2026-03-24The 20th batchJunio C Hamano-0/+30
2026-03-24Merge branch 'dd/cocci-do-not-pass-strbuf-by-value'Junio C Hamano-3/+14
2026-03-24Merge branch 'ty/doc-diff-u-wo-number'Junio C Hamano-4/+8
2026-03-24Merge branch 'ps/upload-pack-buffer-more-writes'Junio C Hamano-47/+239
2026-03-24Merge branch 'yc/histogram-hunk-shift-fix'Junio C Hamano-2/+210