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
/
git-svn.perl
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-08
doc: add an explanation of Git's data model
Julia Evans
4
-2
/
+306
2025-11-07
submodule: fix case-folding gitdir filesystem colisions
Adrian Ratiu
4
-2
/
+73
2025-11-07
submodule: add extension to encode gitdir paths
Adrian Ratiu
12
-26
/
+294
2025-11-07
builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
Adrian Ratiu
3
-6
/
+14
2025-11-07
submodule--helper: use submodule_name_to_gitdir in add_submodule
Adrian Ratiu
1
-6
/
+7
2025-11-07
blame: make diff algorithm configurable
Antonin Delpeuch
6
-21
/
+278
2025-11-07
xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
Antonin Delpeuch
3
-5
/
+1
2025-11-06
object: fix performance regression when peeling tags
Patrick Steinhardt
5
-11
/
+11
2025-11-06
ci: update {download,upload}-artifact Action versions
Johannes Schindelin
1
-10
/
+10
2025-11-06
maintenance: add 'is-needed' subcommand
Karthik Nayak
3
-17
/
+105
2025-11-06
maintenance: add checking logic in `pack_refs_condition()`
Karthik Nayak
2
-10
/
+21
2025-11-06
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
7
-0
/
+82
2025-11-06
reftable/stack: add function to check if optimization is required
Karthik Nayak
3
-7
/
+58
2025-11-06
reftable/stack: return stack segments directly
Karthik Nayak
1
-11
/
+12
2025-11-06
meson: make GIT_HTML_PATH configurable
D. Ben Knoble
7
-13
/
+20
2025-11-06
perl: also mark git-contacts executable
D. Ben Knoble
1
-1
/
+1
2025-11-06
wincred: align Makefile with other Makefiles in contrib
Thomas Uhle
1
-8
/
+10
2025-11-06
doc: clarify server behavior for invalid 'want' lines in HTTP protocol
Queen Ediri Jessa
1
-1
/
+2
2025-11-06
rebase: support --trailer
Li Chen
8
-4
/
+262
2025-11-06
trailer: append trailers in-process and drop the fork to `interpret-trailers`
Li Chen
7
-56
/
+90
2025-11-06
trailer: move process_trailers to trailer.h
Li Chen
3
-36
/
+39
2025-11-06
interpret-trailers: factor out buffer-based processing to process_trailers()
Li Chen
1
-22
/
+29
2025-11-05
refs: add missing space in messages
Peter Krefting
2
-2
/
+2
2025-11-05
builtin/history: implement "split" subcommand
Patrick Steinhardt
4
-0
/
+713
2025-11-05
cache-tree: allow writing in-memory index as tree
Patrick Steinhardt
3
-5
/
+6
2025-11-05
add-patch: add support for in-memory index patching
Patrick Steinhardt
2
-4
/
+116
2025-11-05
add-patch: remove dependency on "add-interactive" subsystem
Patrick Steinhardt
1
-33
/
+37
2025-11-05
add-patch: split out `struct interactive_options`
Patrick Steinhardt
10
-239
/
+270
2025-11-05
add-patch: split out header from "add-interactive.h"
Patrick Steinhardt
3
-20
/
+30
2025-11-05
builtin/history: implement "reword" subcommand
Patrick Steinhardt
5
-9
/
+573
2025-11-05
builtin: add new "history" command
Patrick Steinhardt
11
-0
/
+91
2025-11-05
replay: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-11-05
replay: extract logic to pick commits
Patrick Steinhardt
5
-107
/
+143
2025-11-05
wt-status: provide function to expose status for trees
Patrick Steinhardt
2
-0
/
+33
2025-11-05
Git 2.52-rc1
v2.52.0-rc1
Junio C Hamano
2
-1
/
+8
2025-11-05
attr: enable incomplete-line whitespace error for this project
Junio C Hamano
1
-2
/
+2
2025-11-05
diff: highlight and error out on incomplete lines
Junio C Hamano
2
-6
/
+86
2025-11-05
apply: check and fix incomplete lines
Junio C Hamano
3
-1
/
+213
2025-11-05
whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE
Junio C Hamano
5
-12
/
+21
2025-11-05
apply: revamp the parsing of incomplete lines
Junio C Hamano
1
-21
/
+49
2025-11-05
diff: update the way rewrite diff handles incomplete lines
Junio C Hamano
1
-14
/
+19
2025-11-05
diff: call emit_callback ecbdata everywhere
Junio C Hamano
1
-6
/
+6
2025-11-05
diff: refactor output of incomplete line
Junio C Hamano
1
-2
/
+12
2025-11-05
diff: fix incorrect counting of line numbers
Junio C Hamano
1
-1
/
+17
2025-11-05
diff: correct suppress_blank_empty hack
Junio C Hamano
1
-16
/
+11
2025-11-05
diff: emit_line_ws_markup() if/else style fix
Junio C Hamano
1
-4
/
+4
2025-11-05
whitespace: correct bit assignment comments
Junio C Hamano
3
-16
/
+22
2025-11-05
replay: add replay.refAction config option
Siddharth Asthana
4
-4
/
+79
2025-11-05
replay: make atomic ref updates the default behavior
Siddharth Asthana
3
-40
/
+199
2025-11-05
replay: use die_for_incompatible_opt2() for option validation
Siddharth Asthana
1
-3
/
+3
[next]