index
:
git
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
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-16
builtin/repack.c: pass "packtmp" to `generated_pack_populate()`
Taylor Blau
1
-3
/
+4
2025-10-16
builtin/repack.c: factor out "generated_pack_install"
Taylor Blau
1
-30
/
+35
2025-10-16
builtin/repack.c: rename "struct generated_pack_data"
Taylor Blau
1
-16
/
+16
2025-10-16
repack: remove 'existing_packs' API from the builtin
Taylor Blau
3
-173
/
+192
2025-10-16
builtin/repack.c: avoid unnecessary numeric casts in existing_packs
Taylor Blau
1
-2
/
+2
2025-10-16
builtin/repack.c: pass "packdir" when removing packs
Taylor Blau
1
-5
/
+9
2025-10-16
repack: remove 'remove_redundant_pack' from the builtin
Taylor Blau
3
-16
/
+23
2025-10-16
builtin/repack.c: rename many 'struct existing_packs' functions
Taylor Blau
1
-32
/
+34
2025-10-16
repack: remove 'prepare_pack_objects' from the builtin
Taylor Blau
3
-34
/
+40
2025-10-16
repack: move 'delta_base_offset' to 'struct pack_objects_args'
Taylor Blau
2
-5
/
+9
2025-10-16
builtin/repack.c: pass both pack_objects args to repack_config
Taylor Blau
1
-2
/
+13
2025-10-16
repack: introduce new compilation unit
Taylor Blau
5
-24
/
+37
2025-10-16
builtin/repack.c: avoid using `hash_to_hex()` in pack geometry
Taylor Blau
1
-1
/
+3
2025-10-16
builtin/repack.c: avoid "the_hash_algo" in `finish_pack_objects_cmd()`
Taylor Blau
1
-5
/
+8
2025-10-16
builtin/repack: avoid "the_hash_algo" in `repack_promisor_objects()`
Taylor Blau
1
-1
/
+1
2025-10-16
builtin/repack.c: avoid "the_hash_algo" in `write_oid()`
Taylor Blau
1
-3
/
+12
2025-10-16
builtin/repack.c: avoid "the_hash_algo" when deleting packs
Taylor Blau
1
-4
/
+6
2025-10-16
builtin/repack.c: avoid "the_repository" when repacking promisor objects
Taylor Blau
1
-3
/
+4
2025-10-16
builtin/repack.c: avoid "the_repository" when removing packs
Taylor Blau
1
-8
/
+10
2025-10-16
builtin/repack.c: avoid "the_repository" when taking a ref snapshot
Taylor Blau
1
-7
/
+9
2025-10-16
builtin/repack.c: avoid "the_repository" in existing packs API
Taylor Blau
1
-3
/
+5
2025-10-16
builtin/repack.c: avoid "the_repository" in `cmd_repack()`
Taylor Blau
1
-15
/
+16
2025-10-16
RelNotes: sync with Git 2.51.1 fixups
Kristoffer Haugsbakk
1
-5
/
+5
2025-10-16
build(deps): bump actions/github-script from 7 to 8
Johannes Schindelin
1
-1
/
+1
2025-10-16
build(deps): bump actions/setup-python from 5 to 6
Johannes Schindelin
1
-2
/
+2
2025-10-16
build(deps): bump actions/checkout from 4 to 5
Johannes Schindelin
4
-14
/
+14
2025-10-16
build(deps): bump actions/download-artifact from 4 to 5
Johannes Schindelin
1
-3
/
+3
2025-10-15
t2401: update path checks using test_path helpers
Solly
1
-17
/
+17
2025-10-15
doc: git-pull: clarify how to exit a conflicted merge
Julia Evans
1
-9
/
+3
2025-10-15
doc: git-pull: delete the example
Julia Evans
1
-26
/
+0
2025-10-15
doc: git-pull: clarify options for integrating remote branch
Julia Evans
1
-11
/
+20
2025-10-15
doc: git-pull: move <repository> and <refspec> params
Julia Evans
2
-11
/
+22
2025-10-15
Git 2.51.1
v2.51.1
Junio C Hamano
2
-1
/
+54
2025-10-15
RelNotes: minor fixups before 2.51.1
Kristoffer Haugsbakk
1
-7
/
+7
2025-10-15
refs/files: deprecate writing symrefs as symbolic links
Patrick Steinhardt
4
-5
/
+63
2025-10-15
rust: support for Windows
Patrick Steinhardt
4
-5
/
+26
2025-10-15
ci: verify minimum supported Rust version
Patrick Steinhardt
3
-0
/
+14
2025-10-15
ci: check for common Rust mistakes via Clippy
Patrick Steinhardt
2
-1
/
+6
2025-10-15
rust/varint: add safety comments
Patrick Steinhardt
1
-0
/
+15
2025-10-15
ci: check formatting of our Rust code
Patrick Steinhardt
4
-0
/
+43
2025-10-15
ci: deduplicate calls to `apt-get update`
Patrick Steinhardt
1
-4
/
+0
2025-10-14
Prepare for 2.51.1
Junio C Hamano
2
-1
/
+47
2025-10-14
The nineteenth batch
Junio C Hamano
1
-0
/
+22
2025-10-13
The eighteenth batch
Junio C Hamano
1
-0
/
+11
2025-10-13
builtin/cat-file.c: simplify calling `report_object_status()`
Taylor Blau
1
-1
/
+1
2025-10-13
doc: patch-id: convert to the modern synopsis style
Kristoffer Haugsbakk
1
-11
/
+11
2025-10-13
fast-import: add '--signed-tags=<mode>' option
Christian Couder
4
-0
/
+129
2025-10-13
fast-export: handle all kinds of tag signatures
Christian Couder
2
-4
/
+39
2025-10-13
t9350: properly count annotated tags
Christian Couder
1
-4
/
+8
2025-10-13
lib-gpg: allow tests with GPGSM or GPGSSH prereq first
Christian Couder
1
-4
/
+20
[prev]
[next]