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
Age
Commit message (
Expand
)
Author
Lines
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
-41
/
+48
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
-12
/
+18
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
-35
/
+55
2025-09-24
packfile: refactor `prepare_packed_git()` to work on packfile store
Patrick Steinhardt
-23
/
+18
2025-09-24
packfile: reorder functions to avoid function declaration
Patrick Steinhardt
-34
/
+33
2025-09-24
odb: move kept cache into `struct packfile_store`
Patrick Steinhardt
-17
/
+23
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
-12
/
+10
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
-26
/
+26
2025-09-24
odb: move initialization bit into `struct packfile_store`
Patrick Steinhardt
-9
/
+9
2025-09-24
odb: move list of packfiles into `struct packfile_store`
Patrick Steinhardt
-29
/
+41
2025-09-24
packfile: introduce a new `struct packfile_store`
Patrick Steinhardt
-1
/
+34
2025-09-23
The twelfth batch
Junio C Hamano
-0
/
+13
2025-09-23
Merge branch 'cs/subtree-squash-split-fix'
Junio C Hamano
-8
/
+99
2025-09-23
Merge branch 'rs/get-oid-with-flags-cleanup'
Junio C Hamano
-50
/
+17
2025-09-23
Merge branch 'jk/add-i-color'
Junio C Hamano
-42
/
+150
2025-09-23
Merge branch 'cc/promisor-remote-capability'
Junio C Hamano
-103
/
+511
2025-09-22
revision: retain argv NULL invariant in setup_revisions()
Jeff King
-0
/
+6
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
-18
/
+18
2025-09-22
treewide: use setup_revisions_from_strvec() when we have a strvec
Jeff King
-3
/
+4
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
-19
/
+27
2025-09-22
revision: manage memory ownership of argv in setup_revisions()
Jeff King
-3
/
+26
2025-09-22
stash: tell setup_revisions() to free our allocated strings
Jeff King
-1
/
+6
2025-09-22
t/unit-tests: update to 10e96bc
Patrick Steinhardt
-236
/
+320
2025-09-22
builtin/config: do not spawn pager when printing color codes
Patrick Steinhardt
-1
/
+11
2025-09-22
builtin/config: special-case retrieving colors without a key
Patrick Steinhardt
-0
/
+13
2025-09-22
builtin/config: do not die in `get_color()`
Patrick Steinhardt
-4
/
+11
2025-09-22
t1300: small style fixups
Patrick Steinhardt
-14
/
+24
2025-09-22
t1300: write test expectations in the test's body
Patrick Steinhardt
-163
/
+128
2025-09-22
gitk: fix MacOS 10.14 "Mojave" crash on launch
Eric Sunshine
-5
/
+7
2025-09-21
stash: honor stash.index in apply, pop modes
D. Ben Knoble
-2
/
+49
2025-09-21
stash: refactor private config globals
D. Ben Knoble
-4
/
+4
2025-09-21
t3905: remove unneeded blank line
D. Ben Knoble
-1
/
+0
2025-09-21
t3903: reduce dependencies on previous tests
D. Ben Knoble
-0
/
+3
2025-09-19
t: add test for git refs optimize subcommand
Meet Soni
-1
/
+19
2025-09-19
t0601: refactor tests to be shareable
Meet Soni
-429
/
+432
2025-09-19
builtin/refs: add optimize subcommand
Meet Soni
-0
/
+27
2025-09-19
doc: pack-refs: factor out common options
Meet Soni
-52
/
+53
2025-09-19
builtin/pack-refs: factor out core logic into a shared library
Meet Soni
-49
/
+86
2025-09-19
builtin/pack-refs: convert to use the generic refs_optimize() API
Meet Soni
-1
/
+1
2025-09-19
reftable-backend: implement 'optimize' action
Meet Soni
-0
/
+7
2025-09-19
files-backend: implement 'optimize' action
Meet Soni
-0
/
+10
2025-09-19
refs: add a generic 'optimize' API
Meet Soni
-0
/
+14
2025-09-18
initial branch: give hints after switching the default name
Junio C Hamano
-11
/
+19
2025-09-18
The tenth batch
Junio C Hamano
-0
/
+31
2025-09-18
Merge branch 'pc/range-diff-memory-limit'
Junio C Hamano
-4
/
+44
2025-09-18
Merge branch 'ne/alloc-free-and-null'
Junio C Hamano
-20
/
+20
2025-09-18
Merge branch 'jk/curl-global-trace-components'
Junio C Hamano
-1
/
+18
2025-09-18
Merge branch 'ag/doc-sendmail-gmail-example-update'
Junio C Hamano
-4
/
+4
2025-09-18
Merge branch 'kn/clang-format-bitfields'
Junio C Hamano
-0
/
+6
2025-09-18
Merge branch 'jc/longer-disambiguation-fix'
Junio C Hamano
-1
/
+1
[prev]
[next]