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
path:
root
/
builtin
/
commit-tree.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-24
The twenty-third batch
Junio C Hamano
1
-0
/
+4
2025-10-23
t7528: work around ETOOMANY in OpenSSH 10.1 and newer
Patrick Steinhardt
1
-1
/
+1
2025-10-23
gpg-interface: do not use misdesigned strbuf_split*()
Olamide Caleb Bello
1
-5
/
+10
2025-10-23
gpg-interface: do not use misdesigned strbuf_split*()
Olamide Caleb Bello
1
-8
/
+11
2025-10-23
diff: stop output garbled message in dry run mode
Lidong Yan
2
-2
/
+43
2025-10-23
diff: make sure the other caller of diff_flush_patch_quietly() is silent
Junio C Hamano
1
-3
/
+23
2025-10-22
The twenty-second batch
Junio C Hamano
1
-0
/
+4
2025-10-22
bisect: fix handling of `help` and invalid subcommands
Ruoyu Zhong
1
-1
/
+5
2025-10-22
commit-graph: add new config for changed-paths & recommend it in scalar
Emily Yang
5
-1
/
+59
2025-10-21
builtin/repo: add progress meter for structure stats
Justin Tobler
2
-6
/
+60
2025-10-21
builtin/repo: add keyvalue and nul format for structure stats
Justin Tobler
3
-7
/
+106
2025-10-21
builtin/repo: add object counts in structure output
Justin Tobler
3
-8
/
+117
2025-10-21
builtin/repo: introduce structure subcommand
Justin Tobler
4
-0
/
+272
2025-10-21
ref-filter: export ref_kind_from_refname()
Justin Tobler
2
-1
/
+3
2025-10-21
ref-filter: allow NULL filter pattern
Justin Tobler
1
-2
/
+2
2025-10-21
builtin/repo: rename repo_info() to cmd_repo_info()
Justin Tobler
1
-3
/
+3
2025-10-21
add-patch: fully document option P
René Scharfe
3
-24
/
+26
2025-10-21
unicode: update the width tables to Unicode 17
Torsten Bögershausen
1
-12
/
+21
2025-10-20
The twenty-first batch
Junio C Hamano
1
-0
/
+4
2025-10-20
contrib/credential: harmonize Makefiles
Thomas Uhle
2
-23
/
+27
2025-10-20
completion: complete some 'git log' options
KIYOTA Fumiya
1
-2
/
+3
2025-10-20
sparse-index: improve advice message instructions
Derrick Stolee
1
-2
/
+3
2025-10-20
t7500: fix tests with absolute path following ":(optional)" on Windows
Johannes Sixt
1
-5
/
+14
2025-10-17
status: make coloring of "-z --short" consistent
Jeff King
2
-2
/
+13
2025-10-17
The twentieth batch
Junio C Hamano
1
-0
/
+17
2025-10-17
diff: restore redirection to /dev/null for diff_from_contents
Jeff King
2
-0
/
+13
2025-10-16
packfile: rename `packfile_store_get_all_packs()`
Patrick Steinhardt
4
-7
/
+7
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
20
-75
/
+57
2025-10-16
packfile: drop `packfile_store_get_packs()`
Patrick Steinhardt
2
-12
/
+0
2025-10-16
builtin/grep: simplify how we preload packs
Patrick Steinhardt
1
-1
/
+1
2025-10-16
builtin/gc: convert to use `packfile_store_get_all_packs()`
Patrick Steinhardt
1
-1
/
+1
2025-10-16
object-name: convert to use `packfile_store_get_all_packs()`
Patrick Steinhardt
1
-2
/
+2
2025-10-16
doc: add large-object-promisors.adoc to the docs build
Ramsay Jones
3
-32
/
+34
2025-10-16
doc: commit-graph.adoc: fix up some formatting
Ramsay Jones
1
-10
/
+19
2025-10-16
doc: sparse-checkout.adoc: fix asciidoc warnings
Ramsay Jones
1
-328
/
+376
2025-10-16
doc: remembering-renames.adoc: fix asciidoc warnings
Ramsay Jones
1
-42
/
+78
2025-10-16
builtin/repack.c: clean up unused `#include`s
Taylor Blau
1
-9
/
+0
2025-10-16
repack: move `write_cruft_pack()` out of the builtin
Taylor Blau
5
-94
/
+107
2025-10-16
repack: move `write_filtered_pack()` out of the builtin
Taylor Blau
5
-46
/
+57
2025-10-16
repack: move `pack_kept_objects` to `struct pack_objects_args`
Taylor Blau
4
-19
/
+17
2025-10-16
repack: move `finish_pack_objects_cmd()` out of the builtin
Taylor Blau
3
-33
/
+38
2025-10-16
builtin/repack.c: pass `write_pack_opts` to `finish_pack_objects_cmd()`
Taylor Blau
1
-12
/
+20
2025-10-16
repack: extract `write_pack_opts_is_local()`
Taylor Blau
3
-4
/
+8
2025-10-16
repack: move `find_pack_prefix()` out of the builtin
Taylor Blau
3
-17
/
+17
2025-10-16
builtin/repack.c: use `write_pack_opts` within `write_cruft_pack()`
Taylor Blau
1
-13
/
+14
2025-10-16
builtin/repack.c: introduce `struct write_pack_opts`
Taylor Blau
2
-14
/
+24
2025-10-16
repack: 'write_midx_included_packs' API from the builtin
Taylor Blau
3
-305
/
+307
2025-10-16
builtin/repack.c: inline packs within `write_midx_included_packs()`
Taylor Blau
1
-9
/
+8
2025-10-16
builtin/repack.c: pass `repack_write_midx_opts` to `midx_included_packs`
Taylor Blau
1
-5
/
+8
2025-10-16
builtin/repack.c: inline `remove_redundant_bitmaps()`
Taylor Blau
1
-7
/
+8
[prev]
[next]