summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-06-09doc: maintenance: fix linkgit syntaxKristoffer Haugsbakk-1/+1
2025-06-09test-lib: add missing prerequisites for DarwinRamsay Jones-0/+3
2025-06-09pack-bitmap: remove checks before bitmap_freeLidong Yan-2/+19
2025-06-09Git 2.50-rc2v2.50.0-rc2Junio C Hamano-1/+6
2025-06-09Merge branch 'mm/test-in-absolute-home'Junio C Hamano-0/+2
2025-06-08builtin/submodule--helper: fix leak when remote_submodule_branch() failedLidong Yan-1/+3
2025-06-07config.mak.uname: update settings for Solaris 10 and 11Brad Smith-3/+25
2025-06-07A bit more before -rc2Junio C Hamano-0/+6
2025-06-07Merge branch 'js/curl-easy-setopt-typefix'Junio C Hamano-17/+17
2025-06-07Merge branch 'jk/curl-easy-setopt-typefix'Junio C Hamano-21/+21
2025-06-07Merge branch 'bs/bsd-wo-specific-xopen-source'Junio C Hamano-5/+5
2025-06-07Merge branch 'cf/var-completion-obsd-fixes'Junio C Hamano-3/+4
2025-06-07stash: allow "git stash [<options>] --patch <pathspec>" to assume pushPhillip Wood-5/+9
2025-06-07stash: allow "git stash -p <pathspec>" to assume push againPhillip Wood-1/+23
2025-06-07l10n: po-id for 2.50Bagas Sanjaya-493/+344
2025-06-06doc: update references to renamed AsciiDoc filesJouke Witteveen-7/+10
2025-06-06Merge branch 'master' of https://github.com/j6t/git-guiJunio C Hamano-1/+1
2025-06-06diff-generate-patch.adoc: drop spurious backticksMartin Ă…gren-1/+1
2025-06-06curl: pass `long` values where expectedJohannes Schindelin-17/+17
2025-06-06git-gui: don't delete source files when auto_mkindex failsJohannes Sixt-1/+1
2025-06-05Merge branch 'js/t5410-tee-hang-workaround'Junio C Hamano-2/+15
2025-06-05t5410: avoid hangs in CI runs in the win+Meson test jobsJohannes Schindelin-2/+15
2025-06-05Merge branch 'jk/curl-easy-setopt-typefix' into js/curl-easy-setopt-typefixJunio C Hamano-21/+21
2025-06-05repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode ()Lidong Yan-1/+3
2025-06-04Merge branch 'bs/config-mak-openbsd'Junio C Hamano-4/+1
2025-06-04curl: fix symbolic constant typechecks with curl_easy_setopt()Jeff King-7/+7
2025-06-04curl: fix integer variable typechecks with curl_easy_setopt()Jeff King-3/+3
2025-06-04curl: fix integer constant typechecks with curl_easy_setopt()Jeff King-11/+11
2025-06-04bundle-uri: send debug output to given FILE * streamJan Mazur-1/+1
2025-06-04contrib/subtree: add -S/--gpg-signPatrik Weiskircher-19/+145
2025-06-04contrib/subtree: parse using --stuck-longPatrik Weiskircher-21/+13
2025-06-04send-email: show the new message id assigned by outlook in the logsAditya Garg-1/+2
2025-06-04send-email: fix bug resulting in broken threads if a message is editedAditya Garg-0/+10
2025-06-04commit-graph: fix start_delayed_progress() leakLidong Yan-0/+1
2025-06-04builtin/fetch-pack: cleanup before return errorLidong Yan-2/+5
2025-06-03cat-file.c: add batch handling for submodulesVictoria Dye-1/+37
2025-06-03cat-file: add %(objectmode) atomVictoria Dye-18/+34
2025-06-03t1006: update 'run_tests' to test generic object specifiersVictoria Dye-20/+36
2025-06-03Git 2.50-rc1v2.50.0-rc1Junio C Hamano-3/+13
2025-06-03Merge branch 'bs/online-cpus-bsd'Junio C Hamano-4/+4
2025-06-03Merge branch 'bs/total-ram-bsd'Junio C Hamano-1/+3
2025-06-03Merge branch 'kh/doc-column-markup-fix'Junio C Hamano-3/+3
2025-06-03Merge branch 'sj/ref-contents-check-fix'Junio C Hamano-0/+22
2025-06-03BUG(): remove leading underscore of the format stringLidong Yan-3/+3
2025-06-03sequencer: replace error() with BUG() in update_squash_messages ()Lidong Yan-2/+4
2025-06-03builtin/maintenance: fix locking race when handling "gc" taskPatrick Steinhardt-20/+33
2025-06-03builtin/gc: avoid global state in `gc_before_repack()`Patrick Steinhardt-15/+9
2025-06-03usage: allow dying without writing an error messagePatrick Steinhardt-11/+13
2025-06-03builtin/maintenance: fix locking race with refs and reflogs tasksPatrick Steinhardt-2/+2
2025-06-03builtin/maintenance: split into foreground and background tasksPatrick Steinhardt-21/+49