summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-22stash: fix "--staged" with binary filesAdam Johnson2-2/+11
2024-04-22docs: address typos in Git v2.45 changelogPatrick Steinhardt1-4/+4
2024-04-22docs: improve changelog entry for `git pack-refs --auto`Patrick Steinhardt1-2/+4
2024-04-22docs: remove duplicate entry and fix typo in 2.45 changelogOrgad Shaneh1-4/+1
2024-04-21don't report vsnprintf(3) error as bugRené Scharfe3-4/+5
2024-04-21l10n: bg.po: Updated Bulgarian translation (5652t)Alexander Shopov1-274/+457
2024-04-20l10n: fr: v2.45.0Jean-Noël Avila1-239/+442
2024-04-20l10n: Update Vietnamese team contactVũ Tiến Hưng1-3/+4
2024-04-19Git 2.45-rc0v2.45.0-rc0Junio C Hamano2-1/+3
2024-04-19Merge branch 'la/mailmap-entry'Junio C Hamano1-0/+1
2024-04-19Merge branch 'pf/commitish-committish'Junio C Hamano3-13/+13
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic2-1/+24
2024-04-19Git 2.44.1v2.44.1Johannes Schindelin3-2/+10
2024-04-19Sync with 2.43.4Johannes Schindelin45-87/+1281
2024-04-19Git 2.43.4v2.43.4Johannes Schindelin3-2/+9
2024-04-19Sync with 2.42.2Johannes Schindelin46-107/+1294
2024-04-19Git 2.42.2v2.42.2Johannes Schindelin3-2/+9
2024-04-19Sync with 2.41.1Johannes Schindelin46-114/+1292
2024-04-19Git 2.41.1v2.41.1Johannes Schindelin3-2/+9
2024-04-19Sync with 2.40.2Johannes Schindelin47-124/+1324
2024-04-19Git 2.40.2v2.40.2Johannes Schindelin3-2/+9
2024-04-19Sync with 2.39.4Johannes Schindelin44-123/+1307
2024-04-19Git 2.39.4v2.39.4Johannes Schindelin3-2/+81
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin2-5/+58
2024-04-19Merge branch 'defense-in-depth'Johannes Schindelin21-30/+538
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin4-0/+117
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin2-1/+27
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin2-7/+61
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin3-1/+94
2024-04-19Add a helper function to compare file contentsJohannes Schindelin4-0/+123
2024-04-18SubmittingPatches: demonstrate using git-contacts with git-send-emailLinus Arver1-0/+7
2024-04-18SubmittingPatches: add heading for format-patch and send-emailLinus Arver1-0/+2
2024-04-18SubmittingPatches: dedupe discussion of security patchesLinus Arver1-11/+4
2024-04-18SubmittingPatches: discuss reviewers firstLinus Arver1-32/+34
2024-04-18SubmittingPatches: quote commandsLinus Arver1-1/+1
2024-04-18SubmittingPatches: mention GitGitGadgetLinus Arver1-0/+4
2024-04-18SubmittingPatches: clarify 'git-contacts' locationLinus Arver1-2/+6
2024-04-18MyFirstContribution: mention contrib/contacts/git-contactsLinus Arver1-0/+9
2024-04-18rebase -m: fix --signoff with conflictsPhillip Wood3-21/+94
2024-04-18sequencer: store commit message in private contextPhillip Wood1-46/+50
2024-04-18sequencer: move current fixups to private contextPhillip Wood2-37/+57
2024-04-18sequencer: start removing private fields from public APIPhillip Wood2-7/+35
2024-04-18sequencer: always free "struct replay_opts"Phillip Wood1-2/+4
2024-04-18Merge branch 'pw/t3428-cleanup' into pw/rebase-m-signoff-fixJunio C Hamano1-37/+30
2024-04-18repository: drop `initialize_the_repository()`Patrick Steinhardt5-12/+26
2024-04-18repository: drop `the_index` variablePatrick Steinhardt2-22/+6
2024-04-18builtin/clone: stop using `the_index`Patrick Steinhardt1-4/+3
2024-04-18repository: initialize index in `repo_init()`Patrick Steinhardt1-11/+17
2024-04-18builtin: stop using `the_index`Patrick Steinhardt28-371/+356
2024-04-18t/helper: stop using `the_index`Patrick Steinhardt8-51/+43