aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
3 daysRevert "Merge branch 'rj/add-p-typo-reaction' into next"nextJunio C Hamano2-19/+2
3 daysRevert "Merge branch 'la/hide-trailer-info' into next"Junio C Hamano6-321/+111
4 daysSync with 'master'Junio C Hamano0-0/+0
4 daysMerge branch 'js/for-each-repo-keep-going' into nextJunio C Hamano5-8/+43
4 daysMerge branch 'js/build-fuzz-more-often' into nextJunio C Hamano3-22/+32
4 daysMerge branch 'la/hide-trailer-info' into nextJunio C Hamano6-111/+321
4 daysMerge branch 'la/doc-use-of-contacts-when-contributing' into nextJunio C Hamano2-30/+51
4 daysMerge branch 'rj/add-i-leak-fix'HEADmastermainJunio C Hamano14-4/+23
4 daysMerge branch 'rs/vsnprintf-failure-is-not-a-bug'Junio C Hamano3-4/+5
4 daysSync with 'master'Junio C Hamano1-1/+1
5 daysfuzz: link fuzz programs with `make all` on LinuxJosh Steadmon3-22/+32
5 daysmaintenance: running maintenance should not stop on errorsJohannes Schindelin2-6/+7
5 daysfor-each-repo: optionally keep going on an errorJohannes Schindelin3-2/+36
5 daysDocumentation/RelNotes/2.45.0.txt: fix typoTaylor Blau1-1/+1
5 daysSync with Git 2.45-rc1Junio C Hamano2-1/+11
5 daysMerge branch 'aj/stash-staged-fix' into nextJunio C Hamano2-2/+11
5 daysMerge branch 'rj/add-i-leak-fix' into nextJunio C Hamano14-4/+23
5 daysMerge branch 'rj/add-p-typo-reaction' into nextJunio C Hamano2-2/+19
5 daysMerge branch 'rs/vsnprintf-failure-is-not-a-bug' into nextJunio C Hamano3-4/+5
5 daysMerge branch 'jc/format-patch-rfc-more' into nextJunio C Hamano3-10/+65
5 daysMerge branch 'ds/format-patch-rfc-and-k' into nextJunio C Hamano2-1/+24
5 daysMerge branch 'xx/disable-replace-when-building-midx' into nextJunio C Hamano2-0/+24
5 daysMerge branch 'pw/rebase-m-signoff-fix' into nextJunio C Hamano4-113/+240
5 daysGit 2.45-rc1v2.45.0-rc1Junio C Hamano2-1/+11
5 daysMerge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano4-18/+31
5 daysMerge branch 'pk/bisect-use-show'Junio C Hamano1-15/+24
5 daysSync with 'master'Junio C Hamano1-0/+33
6 daysA bit more topics before -rc1Junio C Hamano1-0/+33
6 daysMerge branch 'rs/apply-reject-long-name'Junio C Hamano1-16/+17
6 daysMerge branch 'mr/rerere-crash-fix'Junio C Hamano2-0/+68
6 daysMerge branch 'rs/imap-send-simplify-cmd-issuing-codepath'Junio C Hamano1-23/+12
6 daysMerge branch 'xx/rfc2822-date-format-in-doc'Junio C Hamano2-2/+2
6 daysMerge branch 'ps/missing-btmp-fix'Junio C Hamano3-23/+42
6 daysMerge branch 'la/format-trailer-info'Junio C Hamano2-62/+32
6 daysMerge branch 'dd/t9604-use-posix-timezones'Junio C Hamano1-6/+23
6 daysMerge branch 'rj/launch-editor-error-message'Junio C Hamano1-4/+3
6 daysMerge branch 'yb/replay-doc-linkfix'Junio C Hamano1-1/+1
6 daysMerge branch 'rs/no-openssl-compilation-fix-on-macos'Junio C Hamano1-0/+1
6 daysMerge branch 'ta/fast-import-parse-path-fix'Junio C Hamano3-267/+560
6 daysMerge branch 'ps/reftable-block-iteration-optim'Junio C Hamano5-178/+229
6 daysformat-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano3-2/+21
6 daysformat-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano3-11/+48
6 daysadd: plug a leak on interactive_addRubén Justo3-3/+9
6 daysadd-patch: plug a leak handling the '/' commandRubén Justo1-0/+1
6 daysadd-interactive: plug a leak in get_untracked_filesRubén Justo1-0/+1
6 daysapply: plug a leak in apply_dataRubén Justo9-1/+12
6 daysSync with 'master'Junio C Hamano1-10/+9
6 daysMerge branch 'ps/run-auto-maintenance-in-receive-pack' into nextJunio C Hamano4-18/+31
6 daysMerge branch 'pk/bisect-use-show' into nextJunio C Hamano1-15/+24
6 daysstash: fix "--staged" with binary filesAdam Johnson2-2/+11
7 daysdocs: address typos in Git v2.45 changelogPatrick Steinhardt1-4/+4
7 daysdocs: improve changelog entry for `git pack-refs --auto`Patrick Steinhardt1-2/+4
7 daysdocs: remove duplicate entry and fix typo in 2.45 changelogOrgad Shaneh1-4/+1
7 daysadd-patch: response to unknown commandRubén Justo2-2/+19
7 daysdon't report vsnprintf(3) error as bugRené Scharfe3-4/+5
9 daystrailer: retire trailer_info_get() from APILinus Arver2-48/+46
9 daystrailer: make trailer_info struct privateLinus Arver2-21/+23
9 daystrailer: make parse_trailers() return trailer_info pointerLinus Arver3-31/+31
9 daysinterpret-trailers: access trailer_info with new helpersLinus Arver3-6/+31
9 dayssequencer: use the trailer iteratorLinus Arver1-15/+12
9 daystrailer: teach iterator about non-trailer linesLinus Arver3-8/+20
9 daystrailer: add unit tests for trailer iteratorLinus Arver2-0/+176
9 daysMakefile: sort UNIT_TEST_PROGRAMSLinus Arver1-2/+2
10 daysSync with Git 2.45-rc0Junio C Hamano2-1/+3
10 daysGit 2.45-rc0v2.45.0-rc0Junio C Hamano2-1/+3
10 daysMerge branch 'la/mailmap-entry'Junio C Hamano1-0/+1
10 daysMerge branch 'pf/commitish-committish'Junio C Hamano3-13/+13
10 daysformat-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic2-1/+24
10 daysSubmittingPatches: demonstrate using git-contacts with git-send-emailLinus Arver1-0/+7
10 daysSubmittingPatches: add heading for format-patch and send-emailLinus Arver1-0/+2
10 daysSubmittingPatches: dedupe discussion of security patchesLinus Arver1-11/+4
10 daysSubmittingPatches: discuss reviewers firstLinus Arver1-32/+34
10 daysSubmittingPatches: quote commandsLinus Arver1-1/+1
10 daysSubmittingPatches: mention GitGitGadgetLinus Arver1-0/+4
10 daysSubmittingPatches: clarify 'git-contacts' locationLinus Arver1-2/+6
10 daysMyFirstContribution: mention contrib/contacts/git-contactsLinus Arver1-0/+9
10 daysrebase -m: fix --signoff with conflictsPhillip Wood3-21/+94
10 dayssequencer: store commit message in private contextPhillip Wood1-46/+50
10 dayssequencer: move current fixups to private contextPhillip Wood2-37/+57
10 dayssequencer: start removing private fields from public APIPhillip Wood2-7/+35
10 dayssequencer: always free "struct replay_opts"Phillip Wood1-2/+4
10 daysMerge branch 'pw/t3428-cleanup' into pw/rebase-m-signoff-fixJunio C Hamano1-37/+30
11 daysMerge branch 'rs/apply-reject-long-name' into nextJunio C Hamano1-16/+17
11 daysMerge branch 'mr/rerere-crash-fix' into nextJunio C Hamano2-0/+68
11 daysMerge branch 'rs/imap-send-simplify-cmd-issuing-codepath' into nextJunio C Hamano1-23/+12
11 daysMerge branch 'xx/rfc2822-date-format-in-doc' into nextJunio C Hamano2-2/+2
11 daysMerge branch 'la/mailmap-entry' into nextJunio C Hamano1-0/+1
11 daysmidx: disable replace objectsXing Xin2-0/+24
12 daysbuiltin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt2-12/+11
12 daysrun-command: introduce function to prepare auto-maintenance processPatrick Steinhardt2-6/+20
12 daysmailmap: change primary address for Linus ArverLinus Arver1-0/+1
12 daysSync with 'master'Junio C Hamano1-0/+22
12 daysMerge branch 'ps/missing-btmp-fix' into nextJunio C Hamano3-23/+42
12 daysMerge branch 'la/format-trailer-info' into nextJunio C Hamano2-62/+32
12 daysMerge branch 'dd/t9604-use-posix-timezones' into nextJunio C Hamano1-6/+23
12 daysMerge branch 'rj/launch-editor-error-message' into nextJunio C Hamano1-4/+3
12 daysThe twentieth batchJunio C Hamano1-0/+22
12 daysMerge branch 'pw/t3428-cleanup'Junio C Hamano1-37/+30
12 daysMerge branch 'ba/osxkeychain-updates'Junio C Hamano2-69/+310
12 daysMerge branch 'jt/reftable-geometric-compaction'Junio C Hamano6-138/+145
12 daysMerge branch 'tb/make-indent-conditional-with-non-spaces'Junio C Hamano5-135/+136
12 daysMerge branch 'rs/usage-fallback-to-show-message-format'Junio C Hamano1-1/+4
12 daysMerge branch 'rs/date-mode-pass-by-value'Junio C Hamano12-44/+44
12 daysMerge branch 'sj/userdiff-c-sharp'Junio C Hamano21-6/+352
12 daysMerge branch 'tb/t7700-fixup'Junio C Hamano1-0/+2
12 daysMerge branch 'jc/local-extern-shell-rules'Junio C Hamano9-19/+37
12 daysapply: avoid using fixed-size buffer in write_out_one_reject()René Scharfe1-16/+17
13 daysrerere: fix crashes due to unmatched opening conflict markersMarcel Röthke2-0/+68
13 daysSync with 'master'Junio C Hamano1-0/+35
13 daysMerge branch 'yb/replay-doc-linkfix' into nextJunio C Hamano1-1/+1
13 daysMerge branch 'rs/no-openssl-compilation-fix-on-macos' into nextJunio C Hamano1-0/+1
13 daysMerge branch 'ta/fast-import-parse-path-fix' into nextJunio C Hamano3-267/+560
13 daysMerge branch 'ps/reftable-block-iteration-optim' into nextJunio C Hamano5-178/+229
13 daysThe ninteenth batchJunio C Hamano1-0/+35
13 daysMerge branch 'jc/t2104-style-fixes'Junio C Hamano0-0/+0
13 daysMerge branch 'jc/unleak-core-excludesfile'Junio C Hamano2-1/+4
13 daysMerge branch 'jk/libcurl-8.7-regression-workaround'Junio C Hamano4-1/+14
13 daysMerge branch 'ps/t0610-umask-fix'Junio C Hamano1-28/+39
13 daysMerge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano9-25/+46
13 daysMerge branch 'ds/fetch-config-parse-microfix'Junio C Hamano1-0/+1
13 daysMerge branch 'rs/apply-reject-fd-leakfix'Junio C Hamano1-2/+5
13 daysMerge branch 'rs/apply-lift-path-length-limit'Junio C Hamano4-30/+9
13 daysMerge branch 'ma/win32-unix-domain-socket'Junio C Hamano7-2/+50
14 daysimap-send: increase command size limitRené Scharfe1-23/+12
14 daysbisect: report the found commit with "show"Peter Krefting1-15/+24
14 daysDocumentation: fix linkgit referenceYehezkel Bernat1-1/+1
14 daysgit-compat-util: fix NO_OPENSSL on current macOSRené Scharfe1-0/+1
14 dayspack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt3-23/+42
14 daysreftable/block: avoid copying block iterators on seekPatrick Steinhardt2-20/+14
14 daysreftable/block: reuse `zstream` state on inflationPatrick Steinhardt3-10/+19
14 daysreftable/block: open-code call to `uncompress2()`Patrick Steinhardt1-10/+28
14 daysreftable/block: reuse uncompressed blocksPatrick Steinhardt3-19/+26
14 daysreftable/reader: iterate to next block in placePatrick Steinhardt2-21/+28
14 daysreftable/block: move ownership of block reader into `struct table_iter`Patrick Steinhardt3-83/+100
14 daysreftable/block: introduce `block_reader_release()`Patrick Steinhardt3-1/+8
14 daysreftable/block: better grouping of functionsPatrick Steinhardt2-36/+36
14 daysreftable/block: merge `block_iter_seek()` and `block_reader_seek()`Patrick Steinhardt4-16/+8
14 daysreftable/block: rename `block_reader_start()`Patrick Steinhardt5-6/+6
14 dayslaunch_editor: waiting message on errorRubén Justo1-4/+3
14 daysfast-import: make comments more preciseThalia Archibald1-3/+3
14 daysfast-import: forbid escaped NUL in pathsThalia Archibald3-0/+4
14 daysfast-import: document C-style escapes for pathsThalia Archibald2-5/+11
14 daysfast-import: improve documentation for path quotingThalia Archibald1-12/+18
14 daysfast-import: remove dead strbufThalia Archibald1-5/+0
14 daysfast-import: allow unquoted empty path for rootThalia Archibald2-176/+190
14 daysfast-import: directly use strbufs for pathsThalia Archibald1-37/+27
14 daysfast-import: tighten path unquotingThalia Archibald2-44/+322
2024-04-12Sync with 'master'Junio C Hamano1-0/+10
2024-04-12The eighteenth batchJunio C Hamano1-0/+10
2024-04-12Merge branch 'tb/midx-write'Junio C Hamano4-1539/+1559
2024-04-12Merge branch 'rs/t-prio-queue-cleanup'Junio C Hamano1-34/+17
2024-04-12Merge branch 'ps/reftable-binsearch-updates'Junio C Hamano7-97/+182
2024-04-12Merge branch 'jc/checkout-detach-wo-tracking-report'Junio C Hamano2-2/+6
2024-04-12Merge branch 'rs/imap-send-use-xsnprintf'Junio C Hamano1-20/+4
2024-04-12Merge branch 'js/merge-tree-3-trees'Junio C Hamano1-1/+1
2024-04-12Merge branch 'pf/commitish-committish' into nextJunio C Hamano3-13/+13
2024-04-12Merge branch 'js/merge-tree-3-trees' into nextJunio C Hamano1-1/+1
2024-04-12merge-tree: fix argument type of the `--merge-base` optionJohannes Schindelin1-1/+1
2024-04-12Documentation: fix typos describing date formatXing Xin2-2/+2
2024-04-11typo: replace 'commitish' with 'committish'Pi Fisher3-13/+13
2024-04-11Merge branch 'pw/t3428-cleanup' into nextJunio C Hamano1-37/+30
2024-04-11Merge branch 'jc/t2104-style-fixes' into nextJunio C Hamano0-0/+0
2024-04-10Merge branch 'ba/osxkeychain-updates' into nextJunio C Hamano2-69/+310
2024-04-10Merge branch 'jt/reftable-geometric-compaction' into nextJunio C Hamano6-138/+145
2024-04-10Sync with 'master'Junio C Hamano1-0/+4
2024-04-10Merge branch 'tb/make-indent-conditional-with-non-spaces' into nextJunio C Hamano5-135/+136
2024-04-10Merge branch 'jc/unleak-core-excludesfile' into nextJunio C Hamano2-1/+4
2024-04-10Merge branch 'rs/usage-fallback-to-show-message-format' into nextJunio C Hamano1-1/+4
2024-04-10Merge branch 'rs/date-mode-pass-by-value' into nextJunio C Hamano12-44/+44
2024-04-10Merge branch 'sj/userdiff-c-sharp' into nextJunio C Hamano21-6/+352
2024-04-10Merge branch 'tb/t7700-fixup' into nextJunio C Hamano1-0/+2
2024-04-10Merge branch 'jk/libcurl-8.7-regression-workaround' into nextJunio C Hamano4-1/+14
2024-04-10Merge branch 'jc/local-extern-shell-rules' into nextJunio C Hamano9-19/+37
2024-04-10Merge branch 'ps/t0610-umask-fix' into nextJunio C Hamano1-28/+39
2024-04-10The seventeenth batchJunio C Hamano1-0/+4
2024-04-10Merge branch 'jc/t2104-style-update'Junio C Hamano1-15/+15
2024-04-10Merge branch 'kn/clarify-update-ref-doc'Junio C Hamano4-67/+67
2024-04-10Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano1-2/+2
2024-04-10Merge branch 'rs/mem-pool-size-t-safety'Junio C Hamano1-2/+4
2024-04-10Merge branch 'ds/typofix-core-config-doc'Junio C Hamano1-1/+1
2024-04-10t9604: Fix test for musl libc and new DebianĐoàn Trần Công Danh1-6/+23
2024-04-09t2104: style fixesJunio C Hamano1-15/+15
2024-04-09t3428: restore coverage for "apply" backendPhillip Wood1-2/+2
2024-04-09t3428: use test_commit_messagePhillip Wood1-14/+7
2024-04-09t3428: modernize test setupPhillip Wood1-21/+21
2024-04-09Sync with 'master'Junio C Hamano1-0/+33
2024-04-09Merge branch 'gt/add-u-commit-i-pathspec-check' into nextJunio C Hamano9-25/+46
2024-04-09Merge branch 'ds/fetch-config-parse-microfix' into nextJunio C Hamano1-0/+1
2024-04-09Merge branch 'rs/apply-reject-fd-leakfix' into nextJunio C Hamano1-2/+5
2024-04-09Merge branch 'rs/apply-lift-path-length-limit' into nextJunio C Hamano4-30/+9
2024-04-09Merge branch 'ma/win32-unix-domain-socket' into nextJunio C Hamano7-2/+50
2024-04-09The sixteenth batchJunio C Hamano1-0/+33
2024-04-09Merge branch 'rj/use-adv-if-enabled'Junio C Hamano3-15/+53
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano14-125/+308
2024-04-09Merge branch 'es/test-cron-safety'Junio C Hamano1-0/+1
2024-04-09Merge branch 'rj/add-p-explicit-reshow'Junio C Hamano3-17/+27
2024-04-09Merge branch 'mg/editorconfig-makefile'Junio C Hamano1-1/+1
2024-04-09Merge branch 'ja/doc-markup-updates'Junio C Hamano7-185/+216
2024-04-09Merge branch 'dg/myfirstobjectwalk-updates'Junio C Hamano1-16/+21
2024-04-09Merge branch 'jc/advice-sans-trailing-whitespace'Junio C Hamano3-5/+6