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
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Lines
2025-10-16
repack: introduce new compilation unit
Taylor Blau
-24
/
+1
2025-10-16
builtin/repack.c: avoid using `hash_to_hex()` in pack geometry
Taylor Blau
-1
/
+3
2025-10-16
builtin/repack.c: avoid "the_hash_algo" in `finish_pack_objects_cmd()`
Taylor Blau
-5
/
+8
2025-10-16
builtin/repack: avoid "the_hash_algo" in `repack_promisor_objects()`
Taylor Blau
-1
/
+1
2025-10-16
builtin/repack.c: avoid "the_hash_algo" in `write_oid()`
Taylor Blau
-3
/
+12
2025-10-16
builtin/repack.c: avoid "the_hash_algo" when deleting packs
Taylor Blau
-4
/
+6
2025-10-16
builtin/repack.c: avoid "the_repository" when repacking promisor objects
Taylor Blau
-3
/
+4
2025-10-16
builtin/repack.c: avoid "the_repository" when removing packs
Taylor Blau
-8
/
+10
2025-10-16
builtin/repack.c: avoid "the_repository" when taking a ref snapshot
Taylor Blau
-7
/
+9
2025-10-16
builtin/repack.c: avoid "the_repository" in existing packs API
Taylor Blau
-3
/
+5
2025-10-16
builtin/repack.c: avoid "the_repository" in `cmd_repack()`
Taylor Blau
-15
/
+16
2025-10-15
Merge branch 'ps/odb-clean-stale-wrappers' into maint-2.51
Junio C Hamano
-3
/
+3
2025-10-15
Merge branch 'kn/refs-files-case-insensitive' into maint-2.51
Junio C Hamano
-3
/
+18
2025-10-15
Merge branch 'jk/add-i-color' into maint-2.51
Junio C Hamano
-1
/
+4
2025-10-15
Merge branch 'jc/diff-no-index-in-subdir' into maint-2.51
Junio C Hamano
-0
/
+15
2025-10-15
Merge branch 'ps/reflog-migrate-fixes' into maint-2.51
Junio C Hamano
-19
/
+84
2025-10-14
Merge branch 'kh/format-patch-range-diff-notes'
Junio C Hamano
-12
/
+11
2025-10-13
builtin/cat-file.c: simplify calling `report_object_status()`
Taylor Blau
-1
/
+1
2025-10-13
fast-import: add '--signed-tags=<mode>' option
Christian Couder
-0
/
+43
2025-10-13
fast-export: handle all kinds of tag signatures
Christian Couder
-4
/
+3
2025-10-09
rev-parse: allow printing compatibility hash
brian m. carlson
-1
/
+10
2025-10-08
Merge branch 'ml/reflog-write-committer-info-fix'
Junio C Hamano
-0
/
+2
2025-10-07
Merge branch 'ps/odb-clean-stale-wrappers'
Junio C Hamano
-3
/
+3
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
-43
/
+63
2025-10-02
Merge branch 'kh/you-still-use-whatchanged-fix'
Junio C Hamano
-2
/
+8
2025-10-02
Merge branch 'ps/config-get-color-fixes'
Junio C Hamano
-5
/
+15
2025-10-02
Merge branch 'cc/fast-import-strip-signed-commits'
Junio C Hamano
-24
/
+58
2025-10-02
Merge branch 'ms/refs-optimize'
Junio C Hamano
-49
/
+22
2025-10-02
Merge branch 'jt/odb-transaction'
Junio C Hamano
-17
/
+24
2025-10-01
builtin/reflog: respect user config in "write" subcommand
Michael Lohmann
-0
/
+2
2025-09-29
Merge branch 'tc/last-modified-recursive-fix'
Junio C Hamano
-0
/
+1
2025-09-29
Merge branch 'kn/refs-files-case-insensitive'
Junio C Hamano
-3
/
+18
2025-09-29
Merge branch 'jk/color-variable-fixes'
Junio C Hamano
-23
/
+25
2025-09-29
Merge branch 'dk/stash-apply-index'
Junio C Hamano
-6
/
+11
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
-16
/
+10
2025-09-29
Merge branch 'ps/packfile-store' into tb/incremental-midx-part-3.1
Junio C Hamano
-43
/
+63
2025-09-25
revision: add rdiff_log_arg to rev_info
Kristoffer Haugsbakk
-4
/
+3
2025-09-25
range-diff: rename other_arg to log_arg
Kristoffer Haugsbakk
-12
/
+12
2025-09-24
packfile: refactor `get_packed_git_mru()` to work on packfile store
Patrick Steinhardt
-2
/
+2
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
-25
/
+49
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
-2
/
+2
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
-9
/
+5
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
-2
/
+2
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
-5
/
+5
2025-09-23
Merge branch 'rs/get-oid-with-flags-cleanup'
Junio C Hamano
-19
/
+9
2025-09-23
Merge branch 'jk/add-i-color'
Junio C Hamano
-1
/
+4
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
-5
/
+4
2025-09-22
treewide: use setup_revisions_from_strvec() when we have a strvec
Jeff King
-1
/
+2
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
-11
/
+4
2025-09-22
stash: tell setup_revisions() to free our allocated strings
Jeff King
-1
/
+2
[prev]
[next]