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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-12
send-email: add ability to send a copy of sent emails to an IMAP folder
Aditya Garg
4
-9
/
+61
2025-08-12
docs: remove stray bracket from git-clone synopsis
Knut Harald Ryager
1
-1
/
+1
2025-08-12
refs/reftable: always reload stacks when creating lock
Patrick Steinhardt
1
-11
/
+12
2025-08-12
reftable: don't second-guess errors from flock interface
Patrick Steinhardt
3
-31
/
+12
2025-08-12
reftable/stack: handle outdated stacks when compacting
Patrick Steinhardt
1
-6
/
+26
2025-08-12
reftable/stack: allow passing flags to `reftable_stack_add()`
Patrick Steinhardt
4
-36
/
+39
2025-08-12
reftable/stack: fix compiler warning due to missing braces
Patrick Steinhardt
1
-7
/
+7
2025-08-12
reftable/stack: reorder code to avoid forward declarations
Patrick Steinhardt
1
-188
/
+176
2025-08-12
reftable/writer: drop Git-specific `QSORT()` macro
Patrick Steinhardt
1
-2
/
+4
2025-08-12
reftable/writer: fix type used for number of records
Patrick Steinhardt
2
-10
/
+11
2025-08-11
A few hotfixes before -rc2
Junio C Hamano
0
-0
/
+0
2025-08-11
Merge branch 'rs/merge-compact-summary'
Junio C Hamano
1
-1
/
+1
2025-08-11
Merge branch 'rs/for-each-ref-start-after-marker-fix'
Junio C Hamano
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
midx: compute paths via their source
Patrick Steinhardt
5
-75
/
+62
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
7
-35
/
+36
2025-08-11
midx: write multi-pack indices via their source
Patrick Steinhardt
4
-49
/
+47
2025-08-11
midx: load multi-pack indices via their source
Patrick Steinhardt
5
-52
/
+62
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
7
-28
/
+26
2025-08-11
odb: simplify calling `link_alt_odb_entry()`
Patrick Steinhardt
1
-18
/
+7
2025-08-11
odb: return newly created in-memory sources
Patrick Steinhardt
2
-14
/
+20
2025-08-11
odb: consistently use "dir" to refer to alternate's directory
Patrick Steinhardt
1
-16
/
+14
2025-08-11
odb: allow `odb_find_source()` to fail
Patrick Steinhardt
4
-5
/
+14
2025-08-11
odb: store locality in object database sources
Patrick Steinhardt
6
-8
/
+18
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
Merge branch 'ua/t1517-short-help-tests' into dk/help-all
Junio C Hamano
3
-13
/
+37
2025-08-08
doc: git-log: fix description list
Kristoffer Haugsbakk
1
-2
/
+2
2025-08-08
t0450: fix test for out-of-tree builds
Toon Claes
1
-1
/
+1
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
[prev]
[next]