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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-1
/
+1
2026-07-15
revision: make get_commit_action() a pure predicate
Michael Montalbo
2
-0
/
+83
2026-07-15
Merge branch 'rs/blame-abbrev-marks'
Junio C Hamano
1
-5
/
+2
2026-07-15
Merge branch 'ps/history-drop'
Junio C Hamano
2
-0
/
+562
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
1
-1
/
+1
2026-07-15
Merge branch 'ps/refs-writing-subcommands'
Junio C Hamano
5
-0
/
+719
2026-07-15
t7614: avoid hiding git's exit code in a pipe
Shlok Kulshreshtha
1
-3
/
+6
2026-07-15
sequencer: do not record dropped commits as rewritten
Phillip Wood
2
-0
/
+35
2026-07-15
sequencer: be more careful with external merge
Phillip Wood
1
-0
/
+11
2026-07-15
t3400: restore coverage for note copying with apply backend
Phillip Wood
1
-2
/
+2
2026-07-15
diff: ignore unmerged paths outside prefix with --relative --cached
Jeff King
1
-0
/
+9
2026-07-14
graph: add --[no-]graph-indent and log.graphIndent
Pablo Sabater
1
-0
/
+53
2026-07-14
graph: wrap cascading commits after 4 columns
Pablo Sabater
1
-0
/
+29
2026-07-14
graph: indent visual root in graph
Pablo Sabater
2
-0
/
+515
2026-07-14
lib-log-graph: move check_graph function
Pablo Sabater
3
-34
/
+29
2026-07-14
t1100: move creation of expected output into setup test
Shlok Kulshreshtha
1
-8
/
+7
2026-07-14
t1100: modernize test style
Shlok Kulshreshtha
1
-20
/
+19
2026-07-13
fast-export: standardize usage string and SYNOPSIS
Christian Couder
1
-1
/
+0
2026-07-13
Merge branch 'kk/prio-queue-get-put-fusion'
Junio C Hamano
1
-3
/
+3
2026-07-13
Merge branch 'hn/branch-push-slip-advice'
Junio C Hamano
2
-0
/
+69
2026-07-13
Merge branch 'jk/format-patch-leakfix'
Junio C Hamano
1
-3
/
+3
2026-07-13
builtin/gc: move geometric repacking into `odb_optimize()`
Patrick Steinhardt
1
-9
/
+9
2026-07-13
odb: run "pre-auto-gc" hook for all maintenance tasks
Patrick Steinhardt
1
-0
/
+126
2026-07-13
t7900: simplify how we check for maintenance tasks
Patrick Steinhardt
1
-90
/
+100
2026-07-11
t9811: replace 'test -f' and '! test -f' with 'test_path_*'
Marcelo Machado Lage
1
-10
/
+10
2026-07-11
t9811: break long && chains into multiple lines
Marcelo Machado Lage
1
-5
/
+15
2026-07-11
builtin/add.c: replace run_command() with direct apply_all_patches() call
Gatla Vishweshwar Reddy
1
-0
/
+10
2026-07-11
Merge branch 'kk/commit-reach-find-all-fix' into kk/merge-base-exhaustion
Junio C Hamano
1
-0
/
+41
2026-07-10
object-file: fix closing object stream twice
Patrick Steinhardt
1
-0
/
+17
2026-07-10
config: add "worktree" and "worktree/i" includeIf conditions
Chen Linxuan
1
-0
/
+128
2026-07-10
t/perf: add perf test for ref tombstone scenarios
Kristofer Karlsson
1
-0
/
+46
2026-07-10
revision: avoid dereferencing NULL in `add_parents_only()`
Johannes Schindelin
1
-0
/
+18
2026-07-09
commit-graph: propagate topo_levels slab to all chain layers
Kristofer Karlsson
1
-1
/
+1
2026-07-09
commit-graph: add trace2 instrumentation for generation DFS
Kristofer Karlsson
1
-0
/
+24
2026-07-09
Merge branch 'ps/refs-writing-subcommands' into ps/refs-wo-the-repository
Junio C Hamano
5
-0
/
+719
2026-07-09
t1410-reflog.sh: avoid suppressing git's exit code in pipelines
Gatla Vishweshwar Reddy
1
-17
/
+9
2026-07-08
unpack-trees: avoid quadratic index scan in next_cache_entry()
Henrique Ferreiro
1
-0
/
+32
2026-07-08
bundle-uri: stop sending invalid bundle configuration
Justin Tobler
1
-0
/
+23
2026-07-08
bundle-uri: drain remaining response on invalid bundle-uri lines
Toon Claes
1
-0
/
+29
2026-07-07
hash: convert remaining direct function calls
Jeff King
1
-15
/
+14
2026-07-07
hash: use git_hash_init() consistently
Jeff King
4
-5
/
+5
2026-07-07
parse-options: exit 0 on -h
brian m. carlson
31
-66
/
+72
2026-07-07
rev-parse: have --parseopt callers exit 0 on --help
brian m. carlson
4
-5
/
+12
2026-07-07
t1517: skip svn tests if svn is not installed
brian m. carlson
1
-0
/
+9
2026-07-06
t0213: skip ancestry tests under user-mode emulation
Jamie Magee
1
-3
/
+6
2026-07-06
Merge branch 'sg/t3420-do-not-grep-in-missing-file'
Junio C Hamano
1
-1
/
+1
2026-07-06
Merge branch 'ps/connected-generic-promisor-checks'
Junio C Hamano
1
-0
/
+24
2026-07-06
Merge branch 'ps/refs-onbranch-fixes'
Junio C Hamano
10
-125
/
+183
2026-07-06
Merge branch 'mv/log-follow-mergy'
Junio C Hamano
2
-0
/
+130
2026-07-06
Merge branch 'pw/status-rebase-todo'
Junio C Hamano
1
-26
/
+48
[prev]
[next]