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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
1
-1
/
+1
2025-04-08
builtin/maintenance: introduce "reflog-expire" task
Patrick Steinhardt
1
-0
/
+50
2025-04-08
builtin/gc: split out function to expire reflog entries
Patrick Steinhardt
1
-11
/
+11
2025-04-08
builtin/reflog: make functions regarding `reflog_expire_options` public
Patrick Steinhardt
1
-111
/
+4
2025-04-08
builtin/reflog: stop storing per-reflog expiry dates globally
Patrick Steinhardt
1
-18
/
+12
2025-04-08
builtin/reflog: stop storing default reflog expiry dates globally
Patrick Steinhardt
1
-15
/
+7
2025-04-08
reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options`
Patrick Steinhardt
1
-19
/
+19
2025-04-07
blame: print unblamable and ignored commits in porcelain mode
Karthik Nayak
1
-0
/
+15
2025-04-07
builtin/cat-file: use bitmaps to efficiently filter by object type
Patrick Steinhardt
1
-5
/
+37
2025-04-07
builtin/cat-file: deduplicate logic to iterate over all objects
Patrick Steinhardt
1
-37
/
+48
2025-04-07
pack-bitmap: allow passing payloads to `show_reachable_fn()`
Patrick Steinhardt
2
-2
/
+4
2025-04-07
builtin/cat-file: support "object:type=" objects filter
Patrick Steinhardt
1
-1
/
+11
2025-04-07
builtin/cat-file: support "blob:limit=" objects filter
Patrick Steinhardt
1
-1
/
+14
2025-04-07
builtin/cat-file: support "blob:none" objects filter
Patrick Steinhardt
1
-1
/
+14
2025-04-07
builtin/cat-file: wire up an option to filter objects
Patrick Steinhardt
1
-4
/
+32
2025-04-07
builtin/cat-file: introduce function to report object status
Patrick Steinhardt
1
-5
/
+13
2025-04-07
builtin/cat-file: rename variable that tracks usage
Patrick Steinhardt
1
-22
/
+25
2025-04-07
Merge branch 'jh/hash-init-fixes'
Junio C Hamano
2
-0
/
+2
2025-04-07
Merge branch 'tb/combine-cruft-below-size'
Junio C Hamano
1
-41
/
+21
2025-04-07
Merge branch 'jc/name-rev-stdin'
Junio C Hamano
1
-1
/
+9
2025-03-29
rm: fix sign comparison warnings
Arnav Bhate
1
-12
/
+9
2025-03-29
Merge branch 'en/random-cleanups'
Junio C Hamano
1
-1
/
+0
2025-03-29
Merge branch 'tb/multi-cruft-pack-refresh-fix'
Junio C Hamano
1
-17
/
+101
2025-03-29
Merge branch 'jk/fetch-ref-prefix-cleanup'
Junio C Hamano
1
-27
/
+19
2025-03-29
Merge branch 'en/merge-ort-prepare-to-remove-recursive'
Junio C Hamano
1
-2
/
+3
2025-03-29
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
2
-5
/
+12
2025-03-29
Merge branch 'cc/signed-fast-export-import'
Junio C Hamano
2
-50
/
+161
2025-03-28
rebase: avoid using the comma operator unnecessarily
Johannes Schindelin
1
-1
/
+1
2025-03-26
Merge branch 'ua/some-builtins-wo-the-repository'
Junio C Hamano
7
-61
/
+54
2025-03-26
Merge branch 'sj/ref-consistency-checks-more'
Junio C Hamano
2
-2
/
+33
2025-03-26
Merge branch 'jt/diff-pairs'
Junio C Hamano
1
-0
/
+207
2025-03-25
builtin/clone: suppress unexpected default branch advice
Justin Tobler
1
-2
/
+5
2025-03-25
remote: allow `guess_remote_head()` to suppress advice
Justin Tobler
2
-2
/
+2
2025-03-23
maintenance: add loose-objects.batchSize config
Derrick Stolee
1
-0
/
+10
2025-03-23
maintenance: force progress/no-quiet to children
Derrick Stolee
1
-0
/
+10
2025-03-21
midx: implement writing incremental MIDX bitmaps
Taylor Blau
1
-1
/
+2
2025-03-21
builtin/fetch: avoid aborting closed reference transaction
Justin Tobler
1
-1
/
+8
2025-03-21
repack: begin combining cruft packs with `--combine-cruft-below-size`
Taylor Blau
1
-13
/
+25
2025-03-21
repack: avoid combining cruft packs with `--max-cruft-size`
Taylor Blau
1
-41
/
+9
2025-03-21
rev-list: support NUL-delimited --missing option
Justin Tobler
1
-9
/
+22
2025-03-21
rev-list: support NUL-delimited --boundary option
Justin Tobler
1
-2
/
+7
2025-03-21
rev-list: support delimiting objects with NUL bytes
Justin Tobler
1
-5
/
+30
2025-03-21
rev-list: refactor early option parsing
Justin Tobler
1
-10
/
+7
2025-03-21
rev-list: inline `show_object_with_name()` in `show_object()`
Justin Tobler
1
-4
/
+9
2025-03-21
refspec: replace `refspec_item_init()` with fetch/push variants
Taylor Blau
2
-2
/
+2
2025-03-21
refspec: remove refspec_item_init_or_die()
Taylor Blau
1
-1
/
+2
2025-03-21
refspec: treat 'fetch' as a Boolean value
Taylor Blau
1
-1
/
+1
2025-03-18
index-pack, unpack-objects: restore missing ->init_fn
Jensen Huang
2
-0
/
+2
2025-03-18
fetch: don't ask for remote HEAD if followRemoteHEAD is "never"
Jeff King
1
-4
/
+2
2025-03-18
fetch: only respect followRemoteHEAD with configured refspecs
Jeff King
1
-19
/
+6
[prev]
[next]