summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2024-04-18sequencer: always free "struct replay_opts"Phillip Wood-2/+4
2024-04-18Merge branch 'pw/t3428-cleanup' into pw/rebase-m-signoff-fixJunio C Hamano-37/+30
2024-04-18repository: drop `initialize_the_repository()`Patrick Steinhardt-12/+26
2024-04-18repository: drop `the_index` variablePatrick Steinhardt-22/+6
2024-04-18builtin/clone: stop using `the_index`Patrick Steinhardt-4/+3
2024-04-18repository: initialize index in `repo_init()`Patrick Steinhardt-11/+17
2024-04-18builtin: stop using `the_index`Patrick Steinhardt-371/+356
2024-04-18t/helper: stop using `the_index`Patrick Steinhardt-51/+43
2024-04-17Merge branch 'icasefs-symlink-confusion'Johannes Schindelin-57/+559
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin-18/+37
2024-04-17find_hook(): refactor the `STRIP_EXTENSION` logicJohannes Schindelin-7/+11
2024-04-17clone: when symbolic links collide with directories, keep the latterJohannes Schindelin-2/+31