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
/
t
/
helper
/
test-submodule-nested-repo-config.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-15
commit-graph: stop passing in redundant repository
Patrick Steinhardt
4
-81
/
+59
2025-08-15
commit-graph: stop using `the_repository`
Patrick Steinhardt
4
-40
/
+42
2025-08-15
commit-graph: stop using `the_hash_algo`
Patrick Steinhardt
3
-15
/
+18
2025-08-15
commit-graph: refactor `parse_commit_graph()` to take a repository
Patrick Steinhardt
3
-16
/
+15
2025-08-15
commit-graph: store the hash algorithm instead of its length
Patrick Steinhardt
2
-19
/
+19
2025-08-15
commit-graph: stop using `the_hash_algo` via macros
Patrick Steinhardt
1
-9
/
+16
2025-08-14
count-objects: document count-objects pack
Daniele Sassoli
1
-0
/
+2
2025-08-13
t7005: sanitize test environment for subsequent tests
D. Ben Knoble
1
-44
/
+39
2025-08-13
t7005: stop abusing --exec-path
D. Ben Knoble
1
-2
/
+2
2025-08-13
t7005: use modern test style
D. Ben Knoble
1
-46
/
+22
2025-08-13
Git 2.51-rc2
v2.51.0-rc2
Junio C Hamano
1
-1
/
+1
2025-08-12
docs: remove stray bracket from git-clone synopsis
Knut Harald Ryager
1
-1
/
+1
2025-08-11
doc lint: check that synopsis manpages have synopsis inlines
Jean-Noël Avila
3
-11
/
+17
2025-08-11
doc:git-for-each-ref: fix styling and typos
Jean-Noël Avila
1
-132
/
+132
2025-08-11
doc: check for absence of the form --[no-]parameter
Jean-Noël Avila
36
-78
/
+159
2025-08-11
doc: check for absence of multiple terms in each entry of desc list
Jean-Noël Avila
7
-6
/
+51
2025-08-11
doc: check well-formedness of delimited sections
Jean-Noël Avila
14
-4
/
+80
2025-08-11
doc: test linkgit macros for well-formedness
Jean-Noël Avila
2
-1
/
+8
2025-08-11
builtin/fmt-merge-msg: stop depending on 'the_repository'
Ayush Chandekar
2
-3
/
+9
2025-08-11
environment: remove the global variable 'merge_log_config'
Ayush Chandekar
5
-8
/
+10
2025-08-11
git-jump: make `diff` work with filenames containing spaces
Greg Hurrell
1
-1
/
+1
2025-08-11
bloom: enable bloom filter with wildcard pathspec in revision traversal
Lidong Yan
2
-17
/
+56
2025-08-09
diff: --no-index should ignore the worktree
Junio C Hamano
2
-0
/
+32
2025-08-09
merge: don't document non-existing --compact-summary argument
René Scharfe
1
-1
/
+1
2025-08-09
for-each-ref: call --start-after argument "marker"
René Scharfe
1
-1
/
+1
2025-08-08
t6137-*.sh: fix test failure on cygwin
Ramsay Jones
1
-6
/
+6
2025-08-08
builtin: also setup gently for --help-all
D. Ben Knoble
5
-7
/
+19
2025-08-08
parse-options: refactor flags for usage_with_options_internal
D. Ben Knoble
1
-5
/
+15
2025-08-08
doc: git-log: fix description list
Kristoffer Haugsbakk
1
-2
/
+2
2025-08-08
remote.c: convert if-else ladder to switch
Denton Liu
1
-7
/
+12
2025-08-08
remote.c: remove BUG in show_push_unqualified_ref_name_error()
Denton Liu
2
-2
/
+8
2025-08-08
t5516: remove surrounding empty lines in test bodies
Denton Liu
1
-51
/
+0
2025-08-08
diff: ensure consistent diff behavior with ignore options
Lidong Yan
5
-23
/
+70
2025-08-08
t5304: move `prune -h` test from t1517
Usman Akinyemi
2
-7
/
+5
2025-08-08
t5200: move `update-server-info -h` test from t1517
Usman Akinyemi
2
-5
/
+5
2025-08-08
t/t1517: automate `git subcmd -h` tests outside a repository
Usman Akinyemi
1
-2
/
+28
2025-08-07
diff: teach tree-diff a max-depth parameter
Jeff King
7
-3
/
+257
2025-08-07
within_depth: fix return for empty path
Toon Claes
4
-1
/
+50
2025-08-07
combine-diff: zero memory used for callback filepairs
Jeff King
1
-1
/
+1
2025-08-07
merge-ort: fix directory rename on top of source of other rename/delete
Elijah Newren
2
-20
/
+355
2025-08-07
merge-ort: fix incorrect file handling
Elijah Newren
2
-3
/
+80
2025-08-07
merge-ort: clarify the interning of strings in opt->priv->path
Elijah Newren
1
-3
/
+8
2025-08-07
t6423: fix missed staging of file in testcases 12i,12j,12k
Elijah Newren
1
-3
/
+6
2025-08-07
t6423: document two bugs with rename-to-self testcases
Elijah Newren
1
-2
/
+98
2025-08-07
merge-ort: drop unnecessary temporary in check_for_directory_rename()
Elijah Newren
1
-4
/
+2
2025-08-07
merge-ort: update comments to modern testfile location
Elijah Newren
1
-3
/
+3
2025-08-07
Git 2.51-rc1
v2.51.0-rc1
Junio C Hamano
2
-1
/
+7
2025-08-07
Documentation/RelNotes/2.51.0: improve wording for a couple entries
Patrick Steinhardt
1
-5
/
+5
2025-08-06
builtin/remote: only iterate through refs that are to be renamed
Patrick Steinhardt
3
-10
/
+13
2025-08-06
builtin/remote: rework how remote refs get renamed
Patrick Steinhardt
2
-99
/
+270
[next]