summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-04-23Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano-267/+560
2024-04-23Merge branch 'ps/reftable-block-iteration-optim'Junio C Hamano-178/+229
2024-04-23format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano-2/+21
2024-04-23format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano-11/+48
2024-04-22add: plug a leak on interactive_addRubén Justo-3/+9
2024-04-22add-patch: plug a leak handling the '/' commandRubén Justo-0/+1
2024-04-22add-interactive: plug a leak in get_untracked_filesRubén Justo-0/+1
2024-04-22apply: plug a leak in apply_dataRubén Justo-1/+12
2024-04-22stash: fix "--staged" with binary filesAdam Johnson-2/+11
2024-04-22docs: address typos in Git v2.45 changelogPatrick Steinhardt-4/+4
2024-04-22docs: improve changelog entry for `git pack-refs --auto`Patrick Steinhardt-2/+4
2024-04-22docs: remove duplicate entry and fix typo in 2.45 changelogOrgad Shaneh-4/+1
2024-04-21don't report vsnprintf(3) error as bugRené Scharfe-4/+5
2024-04-21l10n: bg.po: Updated Bulgarian translation (5652t)Alexander Shopov-274/+457
2024-04-20l10n: fr: v2.45.0Jean-Noël Avila-239/+442
2024-04-20l10n: Update Vietnamese team contactVũ Tiến Hưng-3/+4
2024-04-19Git 2.45-rc0v2.45.0-rc0Junio C Hamano-1/+3
2024-04-19Merge branch 'la/mailmap-entry'Junio C Hamano-0/+1
2024-04-19Merge branch 'pf/commitish-committish'Junio C Hamano-13/+13
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic-1/+24
2024-04-19Git 2.44.1v2.44.1Johannes Schindelin-2/+10
2024-04-19Sync with 2.43.4Johannes Schindelin-87/+1281
2024-04-19Git 2.43.4v2.43.4Johannes Schindelin-2/+9
2024-04-19Sync with 2.42.2Johannes Schindelin-107/+1294
2024-04-19Git 2.42.2v2.42.2Johannes Schindelin-2/+9
2024-04-19Sync with 2.41.1Johannes Schindelin-114/+1292
2024-04-19Git 2.41.1v2.41.1Johannes Schindelin-2/+9
2024-04-19Sync with 2.40.2Johannes Schindelin-124/+1324
2024-04-19Git 2.40.2v2.40.2Johannes Schindelin-2/+9
2024-04-19Sync with 2.39.4Johannes Schindelin-123/+1307
2024-04-19Git 2.39.4v2.39.4Johannes Schindelin-2/+81
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin-5/+58
2024-04-19Merge branch 'defense-in-depth'Johannes Schindelin-30/+538
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin-0/+117
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin-1/+27
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin-7/+61
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin-1/+94
2024-04-19Add a helper function to compare file contentsJohannes Schindelin-0/+123
2024-04-18SubmittingPatches: demonstrate using git-contacts with git-send-emailLinus Arver-0/+7
2024-04-18SubmittingPatches: add heading for format-patch and send-emailLinus Arver-0/+2
2024-04-18SubmittingPatches: dedupe discussion of security patchesLinus Arver-11/+4
2024-04-18SubmittingPatches: discuss reviewers firstLinus Arver-32/+34
2024-04-18SubmittingPatches: quote commandsLinus Arver-1/+1
2024-04-18SubmittingPatches: mention GitGitGadgetLinus Arver-0/+4
2024-04-18SubmittingPatches: clarify 'git-contacts' locationLinus Arver-2/+6
2024-04-18MyFirstContribution: mention contrib/contacts/git-contactsLinus Arver-0/+9
2024-04-18rebase -m: fix --signoff with conflictsPhillip Wood-21/+94
2024-04-18sequencer: store commit message in private contextPhillip Wood-46/+50
2024-04-18sequencer: move current fixups to private contextPhillip Wood-37/+57
2024-04-18sequencer: start removing private fields from public APIPhillip Wood-7/+35