index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-06-23
pack-objects: fix typo in 'show_object_pack_hint()'
Taylor Blau
-1
/
+1
2025-06-23
pack-objects: perform name-hash traversal for unpacked objects
Taylor Blau
-8
/
+12
2025-06-23
pack-objects: declare 'rev_info' for '--stdin-packs' earlier
Taylor Blau
-33
/
+34
2025-06-23
pack-objects: factor out handling '--stdin-packs'
Taylor Blau
-6
/
+12
2025-06-23
pack-objects: limit scope in 'add_object_entry_from_pack()'
Taylor Blau
-1
/
+1
2025-06-23
pack-objects: use standard option incompatibility functions
Taylor Blau
-10
/
+12
2025-06-23
t7422: replace confusing printf with echo
Jeff King
-1
/
+2
2025-06-23
coccicheck: fail "make" when it fails
Junio C Hamano
-2
/
+5
2025-06-21
Merge branch 'ob/strip-comments-on-commit'
Johannes Sixt
-4
/
+2
2025-06-20
cocci: matching (multiple) identifiers
Junio C Hamano
-1
/
+2
2025-06-20
imap-send: improve error messages with configuration hints
Jörg Thalheim
-2
/
+7
2025-06-20
imap-send: fix confusing 'store' terminology in error message
Jörg Thalheim
-1
/
+1
2025-06-20
Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fix
Junio C Hamano
-77
/
+407
2025-06-20
imap-send: fix minor mistakes in the logs
Aditya Garg
-12
/
+12
2025-06-20
imap-send: display the destination mailbox when sending a message
Aditya Garg
-2
/
+4
2025-06-20
imap-send: display port alongwith host when git credential is invoked
Aditya Garg
-1
/
+1
2025-06-20
imap-send: add ability to list the available folders
Aditya Garg
-17
/
+87
2025-06-20
imap-send: enable specifying the folder using the command line
Aditya Garg
-7
/
+23
2025-06-20
imap-send: add PLAIN authentication method to OpenSSL
Aditya Garg
-3
/
+61
2025-06-20
imap-send: add support for OAuth2.0 authentication
Aditya Garg
-13
/
+183
2025-06-20
imap-send: gracefully fail if CRAM-MD5 authentication is requested without Op...
Aditya Garg
-27
/
+39
2025-06-20
imap-send: fix memory leak in case auth_cram_md5 fails
Aditya Garg
-1
/
+3
2025-06-20
imap-send: fix bug causing cfg->folder being set to NULL
Aditya Garg
-4
/
+4
2025-06-19
git-gui i18n: Updated Bulgarian translation (578t)
Alexander Shopov
-1576
/
+1542
2025-06-18
The second batch
Junio C Hamano
-3
/
+16
2025-06-18
Merge branch 'rj/meson-tap-parse-fixup'
Junio C Hamano
-0
/
+3
2025-06-18
Merge branch 'ly/submodule-update-failure-leakfix'
Junio C Hamano
-1
/
+3
2025-06-18
Merge branch 'jm/bundle-uri-debug-output-to-fp'
Junio C Hamano
-1
/
+1
2025-06-18
Merge branch 'bs/solaris-10-and-11'
Junio C Hamano
-3
/
+25
2025-06-18
Merge branch 'jw/doc-txt-to-adoc-refs'
Junio C Hamano
-7
/
+10
2025-06-18
Merge branch 'ma/doc-diff-cc-headers'
Junio C Hamano
-1
/
+1
2025-06-18
Merge branch 'ly/pack-bitmap-root-leakfix'
Junio C Hamano
-2
/
+19
2025-06-18
Merge branch 'ly/commit-buffer-reencode-leakfix'
Junio C Hamano
-1
/
+3
2025-06-18
Merge branch 'cf/guideline-documenting-config-vars'
Junio C Hamano
-0
/
+11
2025-06-18
CodingGuidelines: document formatting of similar config variables.
Collin Funk
-0
/
+11
2025-06-18
diff-no-index: do not reference .d_type member of struct dirent
Junio C Hamano
-1
/
+13
2025-06-17
Start 2.51 cycle, the first batch
Junio C Hamano
-2
/
+47
2025-06-17
Merge branch 'ps/meson-tap-parse'
Junio C Hamano
-117
/
+133
2025-06-17
Merge branch 'jk/diff-no-index-with-pathspec'
Junio C Hamano
-24
/
+182
2025-06-17
Merge branch 'ly/fetch-pack-leakfix'
Junio C Hamano
-2
/
+5
2025-06-17
Merge branch 'ly/commit-graph-graph-write-leakfix'
Junio C Hamano
-0
/
+1
2025-06-17
Merge branch 'ly/do-not-localize-bug-messages'
Junio C Hamano
-3
/
+3
2025-06-17
Merge branch 'ly/sequencer-update-squash-is-fixup-only'
Junio C Hamano
-2
/
+4
2025-06-17
Merge branch 'vd/cat-file-objectmode-update'
Junio C Hamano
-35
/
+103
2025-06-17
Merge branch 'ag/send-email-docs'
Junio C Hamano
-134
/
+147
2025-06-17
Merge branch 'rc/userdiff-r'
Junio C Hamano
-0
/
+26
2025-06-17
Merge branch 'ds/path-walk-2'
Junio C Hamano
-66
/
+620
2025-06-17
Merge branch 'lo/my-first-ow-doc-update'
Junio C Hamano
-11
/
+24
2025-06-16
t2400: replace 'test -[efd]' with 'test_path_is_*'
Rodrigo Michelassi
-10
/
+10
2025-06-16
git.c: remove the_repository dependence in run_builtin()
Lidong Yan
-2
/
+2
[prev]
[next]