index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
Merge branch 'ps/maintenance-geometric-default'
Junio C Hamano
1
-1
/
+1
2026-03-04
Merge branch 'pw/no-more-NULL-means-current-worktree'
Junio C Hamano
2
-3
/
+3
2026-03-04
Merge branch 'bk/mailmap-wo-the-repository'
Junio C Hamano
6
-7
/
+7
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
2
-7
/
+36
2026-03-03
submodule: fetch missing objects from default remote
Nasser Grainawi
1
-0
/
+38
2026-03-03
builtin/history: implement "split" subcommand
Patrick Steinhardt
1
-0
/
+250
2026-03-03
builtin/history: split out extended function to create commits
Patrick Steinhardt
1
-27
/
+40
2026-03-03
cache-tree: allow writing in-memory index as tree
Patrick Steinhardt
1
-1
/
+2
2026-03-03
add-patch: allow disabling editing of hunks
Patrick Steinhardt
4
-4
/
+4
2026-03-03
add-patch: split out `struct interactive_options`
Patrick Steinhardt
5
-59
/
+61
2026-03-03
Merge branch 'aa/add-p-no-auto-advance'
Junio C Hamano
4
-0
/
+23
2026-03-03
Merge branch 'sc/pack-redundant-leakfix'
Junio C Hamano
1
-1
/
+3
2026-03-03
for-each-repo: simplify passing of parameters
Derrick Stolee
1
-6
/
+3
2026-03-03
for-each-repo: work correctly in a worktree
Derrick Stolee
1
-0
/
+3
2026-03-02
Merge branch 'ps/object-info-bits-cleanup'
Junio C Hamano
2
-3
/
+3
2026-03-02
Merge branch 'ps/odb-for-each-object'
Junio C Hamano
3
-77
/
+64
2026-03-02
Merge branch 'ar/run-command-hook-take-2' into ar/config-hooks
Junio C Hamano
1
-2
/
+13
2026-03-02
builtin/receive-pack: avoid spinning no-op sideband async threads
Adrian Ratiu
1
-2
/
+13
2026-03-02
builtin/repo: find tree with most entries
Justin Tobler
1
-0
/
+25
2026-03-02
builtin/repo: find commit with most parents
Justin Tobler
1
-0
/
+45
2026-03-02
builtin/repo: add OID annotations to table output
Justin Tobler
1
-10
/
+68
2026-03-02
builtin/repo: collect largest inflated objects
Justin Tobler
1
-0
/
+63
2026-03-02
builtin/repo: add helper for printing keyvalue output
Justin Tobler
1
-32
/
+39
2026-03-02
builtin/repo: update stats for each object
Justin Tobler
1
-29
/
+24
2026-02-27
Merge branch 'mf/format-patch-honor-from-for-cover-letter'
Junio C Hamano
1
-3
/
+3
2026-02-27
Merge branch 'jh/alias-i18n'
Junio C Hamano
1
-0
/
+13
2026-02-27
Merge branch 'jc/checkout-switch-restore'
Junio C Hamano
1
-25
/
+67
2026-02-27
Merge branch 'ps/history-ergonomics-updates'
Junio C Hamano
1
-94
/
+158
2026-02-27
Merge branch 'ps/for-each-ref-in-fixes'
Junio C Hamano
1
-17
/
+2
2026-02-27
Merge branch 'lo/repo-info-keys'
Junio C Hamano
1
-9
/
+42
2026-02-27
pack-objects: remove duplicate --stdin-packs definition
René Scharfe
1
-2
/
+0
2026-02-27
repo: remove unnecessary variable shadow
K Jayatheerth
1
-1
/
+0
2026-02-26
environment: move "branch.autoSetupMerge" into `struct repo_config_values`
Olamide Caleb Bello
4
-4
/
+8
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
6
-16
/
+30
2026-02-25
Merge branch 'ac/string-list-sort-u-and-tests'
Junio C Hamano
1
-2
/
+1
2026-02-25
Merge branch 'ps/pack-concat-wo-backfill'
Junio C Hamano
1
-0
/
+10
2026-02-25
Merge branch 'cc/lop-filter-auto'
Junio C Hamano
2
-26
/
+42
2026-02-25
repo: rename struct field to repo_info_field
Lucas Seiki Oshiro
1
-13
/
+14
2026-02-25
repo: replace get_value_fn_for_key by get_repo_info_field
Lucas Seiki Oshiro
1
-7
/
+6
2026-02-25
repo: rename repo_info_fields to repo_info_field
Lucas Seiki Oshiro
1
-10
/
+10
2026-02-25
refs: allow reference location in refstorage config
Karthik Nayak
1
-0
/
+34
2026-02-25
refs: extract out `refs_create_refdir_stubs()`
Karthik Nayak
1
-6
/
+1
2026-02-25
setup: don't modify repo in `create_reference_database()`
Karthik Nayak
1
-1
/
+1
2026-02-25
fetch: fix wrong evaluation order in URL trailing-slash trimming
cuiweixie
1
-1
/
+1
2026-02-24
midx: enable reachability bitmaps during MIDX compaction
Taylor Blau
1
-1
/
+3
2026-02-24
midx: implement MIDX compaction
Taylor Blau
1
-0
/
+74
2026-02-24
git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'
Taylor Blau
1
-2
/
+3
2026-02-24
builtin/multi-pack-index.c: make '--progress' a common option
Taylor Blau
1
-8
/
+2
2026-02-24
builtin/maintenance: use "geometric" strategy by default
Patrick Steinhardt
1
-1
/
+1
2026-02-23
format-patch: make format.noprefix a boolean
Kristoffer Haugsbakk
1
-1
/
+13
[prev]
[next]