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
2 days
Merge branch 'jc/history-missing-tree-errorfix' into next
Junio C Hamano
1
-0
/
+4
5 days
Merge branch 'sa/rev-list-missing-only' into next
Junio C Hamano
1
-5
/
+37
5 days
Merge branch 'ps/tune-rerere-gc' into next
Junio C Hamano
1
-22
/
+6
5 days
Merge branch 'hn/checkout-m-autostash-refine' into next
Junio C Hamano
2
-15
/
+33
5 days
Merge branch 'jk/submodule-error-leak' into next
Junio C Hamano
1
-3
/
+7
5 days
Merge branch 'en/no-amend-during-conflicts' into next
Junio C Hamano
1
-19
/
+46
8 days
Merge branch 'en/midx-missing-pack-fallback' into next
Junio C Hamano
2
-2
/
+4
8 days
Merge branch 'tc/replay-linearize' into next
Junio C Hamano
1
-1
/
+5
8 days
builtin/maintenance: improve heuristic for "rerere gc"
Patrick Steinhardt
1
-22
/
+6
9 days
Merge branch 'rs/worktree-add-basename-fixes' into next
Junio C Hamano
1
-19
/
+14
9 days
rev-list: add --missing-only option to filter output
Siddharth Asthana
1
-5
/
+37
9 days
checkout: separate autostash conflict advice from branch-switch message
Harald Nordgren
1
-6
/
+9
9 days
stash: reserve exit status 1 for conflicts
Harald Nordgren
1
-9
/
+24
9 days
history: do not dereference NULL when parent tree is missing
Jinbao Chen
1
-0
/
+4
10 days
Merge branch 'ty/repository-fetch-if-missing'
Junio C Hamano
6
-33
/
+38
10 days
submodule--helper: free URL when repository setup fails
Jeff King
1
-3
/
+7
11 days
commit: refuse partial commits during conflict resolution
Elijah Newren
1
-5
/
+19
11 days
commit: refuse to amend during conflict resolution
Elijah Newren
1
-6
/
+21
11 days
commit: reword the empty-commit rebase amend error
Elijah Newren
1
-1
/
+1
11 days
commit: allow a partial commit when a rebase pick becomes empty
Elijah Newren
1
-2
/
+0
11 days
commit: clarify FROM_REBASE_PICK and is_from_rebase() names
Elijah Newren
1
-7
/
+7
12 days
replay: offer an option to linearize the commit topology
Toon Claes
1
-1
/
+5
12 days
Merge branch 'gr/add-e-use-apply-api' into next
Junio C Hamano
1
-7
/
+12
12 days
Merge branch 'fr/pack-objects-trace-pack-bytes'
Junio C Hamano
1
-0
/
+5
12 days
Merge branch 'ps/odb-pluggable-pack-generation'
Junio C Hamano
1
-21
/
+13
12 days
Merge branch 'jt/receive-pack-pluggable-writes'
Junio C Hamano
4
-170
/
+51
12 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
2
-6
/
+0
12 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-4
/
+4
12 days
Merge branch 'yn/worktree-add-no-dwim-with-b'
Junio C Hamano
1
-0
/
+3
13 days
Merge branch 'yn/worktree-ambiguous-remote-advice' into next
Junio C Hamano
2
-36
/
+97
13 days
packfile: recover when a multi-pack-index names a removed pack
Elijah Newren
1
-1
/
+1
13 days
mktree: do not use OBJECT_INFO_QUICK when checking objects
Elijah Newren
1
-1
/
+0
13 days
mktree: plug per-tree leak in --batch mode
Elijah Newren
1
-0
/
+3
2026-08-27
worktree add: treat multiple matches with --guess-remote as an error
Yoichi NAKAYAMA
1
-3
/
+17
2026-08-27
worktree add: improve message for ambiguous remote branch name
Yoichi NAKAYAMA
1
-3
/
+34
2026-08-27
checkout: improve message for ambiguous remote branch name
Yoichi NAKAYAMA
2
-10
/
+22
2026-08-27
checkout: extract function to display advice for ambiguous remotes
Yoichi NAKAYAMA
1
-28
/
+32
2026-08-26
worktree add: let worktree_basename() return string copy
René Scharfe
1
-15
/
+10
2026-08-25
Merge branch 'ty/repository-fetch-if-missing' into next
Junio C Hamano
6
-33
/
+38
2026-08-25
worktree add: trim slashes when deriving branch name from path
René Scharfe
1
-2
/
+2
2026-08-25
worktree add: reject separator-only path
René Scharfe
1
-0
/
+2
2026-08-25
worktree add: don't read out of bounds in worktree_basename()
René Scharfe
1
-5
/
+3
2026-08-25
Merge branch 'ss/repack-drop-filtered'
Junio C Hamano
1
-5
/
+149
2026-08-24
Merge branch 'fr/pack-objects-trace-pack-bytes' into next
Junio C Hamano
1
-0
/
+5
2026-08-24
Merge branch 'ps/odb-pluggable-pack-generation' into next
Junio C Hamano
1
-21
/
+13
2026-08-24
Merge branch 'jt/receive-pack-pluggable-writes' into next
Junio C Hamano
4
-170
/
+51
2026-08-24
Merge branch 'ps/odb-eagerly-load-alternates' into next
Junio C Hamano
2
-6
/
+0
2026-08-24
Merge branch 'js/pack-objects-delta-size-t'
Junio C Hamano
2
-18
/
+20
2026-08-24
Merge branch 'js/coverity-unchecked-returns-fix'
Junio C Hamano
3
-16
/
+42
2026-08-23
Merge branch 'ps/odb-generic-corrupt-objects' into next
Junio C Hamano
1
-4
/
+4
[next]