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