summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-03-26fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler1-6/+34
2026-03-26fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'Justin Tobler2-2/+10
2026-03-26fast-export: check for unsupported signing modes earlierJustin Tobler1-13/+2
2026-03-26t5620: test backfill's unknown argument handlingDerrick Stolee1-0/+3
2026-03-26backfill: accept revision argumentsDerrick Stolee1-6/+13
2026-03-26worktree add: stop reading ".git/HEAD"Phillip Wood1-19/+2
2026-03-25Merge branch 'sa/replay-revert' into tc/replay-refJunio C Hamano1-9/+27
2026-03-25replay: add --revert mode to reverse commit changesSiddharth Asthana1-9/+27
2026-03-25hook: reject unknown hook names in git-hook(1)Adrian Ratiu1-2/+33
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu1-8/+12
2026-03-25hook: show config scope in git hook listAdrian Ratiu1-2/+12
2026-03-25hook: replace hook_list_clear() -> string_list_clear_func()Adrian Ratiu1-1/+1
2026-03-25hook: fix minor style issuesAdrian Ratiu2-35/+36
2026-03-25builtin/receive-pack: properly init receive_hook strbufAdrian Ratiu1-0/+1
2026-03-25Merge branch 'ps/object-counting'Junio C Hamano3-28/+16
2026-03-25Merge branch 'tb/incremental-midx-part-3.2'Junio C Hamano1-10/+81
2026-03-25repo: show subcommand-specific help textMahi Kassa1-2/+12
2026-03-25repo: factor repo usage strings into shared macrosMahi Kassa1-4/+10
2026-03-24Merge branch 'dd/cocci-do-not-pass-strbuf-by-value'Junio C Hamano1-3/+3
2026-03-24Merge branch 'ps/upload-pack-buffer-more-writes'Junio C Hamano1-4/+19
2026-03-24Merge branch 'ps/history-split'Junio C Hamano6-88/+354
2026-03-24Merge branch 'jt/fast-import-sign-again'Junio C Hamano3-24/+87
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano1-2/+1
2026-03-23format-patch: --commit-list-format without prefixMirko Faina1-0/+2
2026-03-23format-patch: add preset for --commit-list-formatMirko Faina1-0/+3
2026-03-23format-patch: wrap generate_commit_list_cover()Mirko Faina1-1/+7
2026-03-23format.commitListFormat: strip meaning from emptyMirko Faina1-10/+1
2026-03-23format-patch: rename --cover-letter-format optionMirko Faina1-1/+3
2026-03-23format-patch: refactor generate_commit_list_coverMirko Faina1-4/+3
2026-03-23Merge branch 'ty/mktree-wo-the-repository'Junio C Hamano1-10/+9
2026-03-23Merge branch 'ac/help-sort-correctly'Junio C Hamano1-35/+56
2026-03-23Merge branch 'ng/submodule-default-remote'Junio C Hamano1-0/+38
2026-03-23builtin/fsck: stop using `the_repository` in error reportingPatrick Steinhardt1-23/+23
2026-03-23builtin/fsck: stop using `the_repository` when marking objectsPatrick Steinhardt1-12/+14
2026-03-23builtin/fsck: stop using `the_repository` when checking packed objectsPatrick Steinhardt1-5/+6
2026-03-23builtin/fsck: stop using `the_repository` with loose objectsPatrick Steinhardt1-6/+8
2026-03-23builtin/fsck: stop using `the_repository` when checking reflogsPatrick Steinhardt1-10/+14
2026-03-23builtin/fsck: stop using `the_repository` when checking refsPatrick Steinhardt1-5/+6
2026-03-23builtin/fsck: stop using `the_repository` when snapshotting refsPatrick Steinhardt1-11/+22
2026-03-23builtin/fsck: fix trivial dependence on `the_repository`Patrick Steinhardt1-49/+49
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt5-11/+11
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt5-7/+18
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt2-7/+12
2026-03-20Merge branch 'ps/object-counting' into ps/odb-generic-object-name-handlingJunio C Hamano3-28/+16
2026-03-19Merge branch 'ss/submodule--helper-use-xmalloc'Junio C Hamano1-1/+1
2026-03-19Merge branch 'lc/rebase-trailer'Junio C Hamano4-74/+45
2026-03-19Merge branch 'bk/run-command-wo-the-repository'Junio C Hamano8-12/+18
2026-03-19Merge branch 'dd/list-objects-filter-options-wo-strbuf-split'Junio C Hamano1-1/+1
2026-03-18object-name: turn INTERPRET_BRANCH_* constants into enum valuesJialong Wang1-1/+1
2026-03-18merge-file: fix BUG when --object-id is used in a worktreeMathias Rav1-2/+3