summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-07-07Merge branch 'cb/daemon-retry-interrupted-accept'Junio C Hamano-2/+10
2025-07-07Merge branch 'jk/fix-leak-send-pack'Junio C Hamano-3/+6
2025-07-07Merge branch 'cb/daemon-fd-check-fix'Junio C Hamano-5/+0
2025-07-07Merge branch 'jk/submodule-remote-lookup-cleanup'Junio C Hamano-131/+226
2025-07-02The sixth batchJunio C Hamano-0/+7
2025-07-02Merge branch 'jt/imap-send-message-fix'Junio C Hamano-2/+7
2025-07-02Merge branch 'ps/contrib-sweep'Junio C Hamano-6900/+0
2025-07-02Merge branch 'ag/imap-send-resurrection'Junio C Hamano-77/+407
2025-07-01send-pack: clean-up even when taking an early exitJunio C Hamano-3/+5
2025-06-30The fifth batchJunio C Hamano-0/+15
2025-06-30Merge branch 'jk/test-seq-format'Junio C Hamano-63/+34
2025-06-30Merge branch 'jc/merge-compact-summary'Junio C Hamano-8/+154
2025-06-30Merge branch 'bc/stash-export-import'Junio C Hamano-13/+584
2025-06-30Merge branch 'jc/cocci-avoid-regexp-constraint'Junio C Hamano-1/+2
2025-06-30daemon: correctly handle soft accept() errors in service_loopCarlo Marcelo Arenas Belón-2/+10
2025-06-27send-pack: clean up extra_have oid arrayJacob Keller-0/+1
2025-06-26daemon: remove unnecesary restriction for listener fdCarlo Marcelo Arenas Belón-5/+0
2025-06-25The fourth batchJunio C Hamano-0/+10
2025-06-25Merge branch 'jg/mailinfo-leakfix'Junio C Hamano-0/+2
2025-06-25Merge branch 'jc/diff-no-index-with-pathspec-fix'Junio C Hamano-1/+13
2025-06-25Merge branch 'ps/maintenance-ref-lock'Junio C Hamano-190/+263
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano-39/+152
2025-06-24The third batchJunio C Hamano-0/+26
2025-06-24Merge branch 'ly/run-builtin-use-passed-in-repo'Junio C Hamano-2/+2
2025-06-24Merge branch 'rm/t2400-modernize'Junio C Hamano-10/+10
2025-06-24Merge branch 'sa/multi-mailmap-fix'Junio C Hamano-0/+37
2025-06-24Merge branch 'jc/cg-let-bss-do-its-job'Junio C Hamano-0/+3
2025-06-24Merge branch 'ac/preload-index-wo-the-repository'Junio C Hamano-11/+5
2025-06-24Merge branch 'ly/prepare-show-merge-leakfix'Junio C Hamano-0/+25
2025-06-24Merge branch 'kj/stash-onbranch-submodule-fix'Junio C Hamano-2/+40
2025-06-24Merge branch 'ag/send-email-edit-threading-fix'Junio C Hamano-1/+12
2025-06-24Merge branch 'pw/stash-p-pathspec-fixes'Junio C Hamano-3/+29
2025-06-24Merge branch 'pw/subtree-gpg-sign'Junio C Hamano-40/+158
2025-06-24test-lib: teach test_seq the -f optionJeff King-62/+32
2025-06-23submodule: look up remotes by URL firstJacob Keller-1/+73
2025-06-23submodule: move get_default_remote_submodule()Jacob Keller-16/+16
2025-06-23submodule--helper: improve logic for fallback remote nameJacob Keller-46/+57
2025-06-23remote: remove the_repository from some functionsJacob Keller-30/+28
2025-06-23dir: move starts_with_dot(_dot)_slash to dir.hJacob Keller-24/+23
2025-06-23remote: fix tear down of struct remoteJacob Keller-0/+3
2025-06-23remote: remove branch->merge_name and fix branch_release()Jacob Keller-21/+33
2025-06-23t7422: replace confusing printf with echoJeff King-1/+2
2025-06-20cocci: matching (multiple) identifiersJunio C Hamano-1/+2
2025-06-20imap-send: improve error messages with configuration hintsJörg Thalheim-2/+7
2025-06-20imap-send: fix confusing 'store' terminology in error messageJörg Thalheim-1/+1
2025-06-20Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fixJunio C Hamano-77/+407
2025-06-20imap-send: fix minor mistakes in the logsAditya Garg-12/+12
2025-06-20imap-send: display the destination mailbox when sending a messageAditya Garg-2/+4
2025-06-20imap-send: display port alongwith host when git credential is invokedAditya Garg-1/+1
2025-06-20imap-send: add ability to list the available foldersAditya Garg-17/+87