index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-15
Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midx
Junio C Hamano
6
-89
/
+571
2025-07-15
for-each-ref: introduce a '--start-after' option
Karthik Nayak
5
-19
/
+272
2025-07-15
ref-filter: remove unnecessary else clause
Karthik Nayak
1
-30
/
+30
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
9
-50
/
+152
2025-07-15
ref-cache: remove unused function 'find_ref_entry()'
Karthik Nayak
2
-21
/
+0
2025-07-15
refs: expose `ref_iterator` via 'refs.h'
Karthik Nayak
2
-143
/
+149
2025-07-15
gitk: Add user preference to hide specific references
Ori Avtalion
1
-9
/
+38
2025-07-15
bloom: optimize multiple pathspec items in revision
Lidong Yan
2
-19
/
+25
2025-07-14
The ninth batch
Junio C Hamano
1
-2
/
+49
2025-07-14
Merge branch 'rp/apply-intent-to-add-fix'
Junio C Hamano
3
-7
/
+37
2025-07-14
Merge branch 'sj/string-list'
Junio C Hamano
6
-267
/
+249
2025-07-14
Merge branch 'rj/freebsd-sysinfo-build-fix'
Junio C Hamano
2
-30
/
+41
2025-07-14
Merge branch 'ts/merge-orig-head-doc-fix'
Junio C Hamano
1
-5
/
+5
2025-07-14
Merge branch 'ps/perlless-test-fixes'
Junio C Hamano
2
-3
/
+3
2025-07-14
Merge branch 're/ssh-sign-buffer-fix'
Junio C Hamano
2
-13
/
+21
2025-07-14
Merge branch 'hy/read-cache-lock-error-fix'
Junio C Hamano
2
-13
/
+8
2025-07-14
Merge branch 'kn/clang-format-updates'
Junio C Hamano
3
-29
/
+28
2025-07-14
Merge branch 'kh/doc-config-subcommands'
Junio C Hamano
2
-13
/
+27
2025-07-14
Merge branch 'mc/netrc-service-names'
Junio C Hamano
5
-7
/
+46
2025-07-14
Merge branch 'jc/coccicheck-fails-make-when-it-fails'
Junio C Hamano
1
-2
/
+5
2025-07-14
Merge branch 'ps/use-reftable-as-default-in-3.0'
Junio C Hamano
6
-0
/
+120
2025-07-14
Merge branch 'jk/all-negative-diff-filter-fix'
Junio C Hamano
2
-1
/
+7
2025-07-14
Merge branch 'ac/prune-wo-the-repository'
Junio C Hamano
9
-21
/
+27
2025-07-14
Merge branch 'bs/config-mak-freebsd'
Junio C Hamano
4
-30
/
+3
2025-07-14
Merge branch 'cb/total-ram-bsd-fix'
Junio C Hamano
1
-3
/
+10
2025-07-14
Merge branch 'bs/remote-helpers-doc-markup-fix'
Junio C Hamano
1
-1
/
+1
2025-07-14
gpg-interface: expand gpg.program as a path
Jonas Brandstötter
2
-2
/
+2
2025-07-14
revision: make helper for pathspec to bloom keyvec
Lidong Yan
1
-16
/
+29
2025-07-14
bloom: replace struct bloom_key * with struct bloom_keyvec
Lidong Yan
4
-49
/
+132
2025-07-14
bloom: rename function operates on bloom_key
Lidong Yan
6
-19
/
+16
2025-07-14
bloom: add test helper to return murmur3 hash
Lidong Yan
3
-12
/
+17
2025-07-14
gitk: Add support of SHA256 repositories
Takashi Iwai
1
-25
/
+58
2025-07-14
git-gui: strip the commit message after running commit-msg hook
Orgad Shaneh
1
-22
/
+45
2025-07-11
ci: use Meson's new `--slice` option
Patrick Steinhardt
2
-2
/
+2
2025-07-11
meson: update subproject wrappers
Patrick Steinhardt
2
-18
/
+18
2025-07-11
doc: correct doc for glob pathspec
Russell Hanneken
1
-3
/
+2
2025-07-10
daemon: use sigaction() to install child_handler()
Carlo Marcelo Arenas Belón
1
-5
/
+7
2025-07-10
compat/mingw: allow sigaction(SIGCHLD)
Carlo Marcelo Arenas Belón
2
-1
/
+4
2025-07-10
sane-ctype: fix compiler error on Amazon Linux 2
Patrick Steinhardt
1
-0
/
+9
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
140
-1298
/
+1453
2025-07-09
fast-(import|export): improve on commit signature output format
Christian Couder
7
-44
/
+312
2025-07-09
parse-options: add precision handling for OPTION_COUNTUP
René Scharfe
3
-5
/
+21
2025-07-09
parse-options: add precision handling for OPTION_BITOP
René Scharfe
2
-4
/
+8
2025-07-09
parse-options: add precision handling for OPTION_NEGBIT
René Scharfe
3
-4
/
+9
2025-07-09
parse-options: add precision handling for OPTION_BIT
René Scharfe
3
-4
/
+17
2025-07-09
parse-options: add precision handling for OPTION_SET_INT
René Scharfe
4
-20
/
+45
2025-07-09
parse-options: add precision handling for PARSE_OPT_CMDMODE
René Scharfe
4
-8
/
+48
2025-07-09
parse-options: require PARSE_OPT_NOARG for OPTION_BITOP
René Scharfe
1
-0
/
+1
2025-07-09
Merge branch 'ps/object-store' into ps/object-store-midx
Junio C Hamano
140
-1298
/
+1453
2025-07-09
meson: fix lookup of shell on MINGW64
Patrick Steinhardt
1
-1
/
+1
[prev]
[next]