index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-04-02
reftable: introduce "reftable-system.h" header
Patrick Steinhardt
-12
/
+34
2026-04-01
refs/files-backend: drop const to fix strchr() warning
Jeff King
-6
/
+8
2026-04-01
http: drop const to fix strstr() warning
Jeff King
-4
/
+6
2026-04-01
range-diff: drop const to fix strstr() warnings
Jeff King
-1
/
+1
2026-04-01
pkt-line: make packet_reader.line non-const
Jeff King
-7
/
+9
2026-04-01
skip_prefix(): check const match between in and out params
Jeff King
-2
/
+19
2026-04-01
pseudo-merge: fix disk reads from find_pseudo_merge()
Jeff King
-13
/
+19
2026-04-01
find_last_dir_sep(): convert inline function to macro
Jeff King
-5
/
+1
2026-04-01
run-command: explicitly cast away constness when assigning to void
Jeff King
-2
/
+2
2026-04-01
pager: explicitly cast away strchr() constness
Jeff King
-2
/
+3
2026-04-01
transport-helper: drop const to fix strchr() warnings
Jeff King
-1
/
+2
2026-04-01
http: add const to fix strchr() warnings
Jeff King
-1
/
+1
2026-04-01
convert: add const to fix strchr() warnings
Jeff King
-1
/
+2
2026-04-01
replay: allow to specify a ref with option --ref
Toon Claes
-10
/
+128
2026-04-01
replay: use stuck form in documentation and help message
Toon Claes
-14
/
+15
2026-04-01
builtin/replay: mark options as not negatable
Toon Claes
-12
/
+16
2026-04-01
Git 2.54-rc0
v2.54.0-rc0
Junio C Hamano
-1
/
+1
2026-04-01
RelNotes: minor typo fixes in 2.54.0 draft
Todd Zullinger
-2
/
+2
2026-04-01
read-cache: disable renames in add_files_to_cache
Nick Golden
-0
/
+39
2026-04-01
t7004: replace wc -l with modern test helpers
Siddharth Shrimali
-5
/
+10
2026-04-01
The 24th batch
Junio C Hamano
-0
/
+25
2026-04-01
Merge branch 'kj/refspec-parsing-outside-repository'
Junio C Hamano
-1
/
+15
2026-04-01
Merge branch 'jk/t0061-bat-test-update'
Junio C Hamano
-10
/
+2
2026-04-01
Merge branch 'mk/repo-help-strings'
Junio C Hamano
-6
/
+34
2026-04-01
Merge branch 'jc/macos-homebrew-wo-reg-enhanced'
Junio C Hamano
-0
/
+5
2026-04-01
Merge branch 'rs/use-strvec-pushv'
Junio C Hamano
-13
/
+51
2026-04-01
Merge branch 'bk/t5315-test-path-is-helpers'
Junio C Hamano
-1
/
+1
2026-04-01
Merge branch 'jk/diff-highlight-more'
Junio C Hamano
-36
/
+112
2026-04-01
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
-27
/
+557
2026-03-31
odb: drop unneeded headers and forward decls
Patrick Steinhardt
-9
/
+3
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
-38
/
+38
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
-8
/
+10
2026-03-31
odb: rename `odb_write_object()` flags
Patrick Steinhardt
-5
/
+5
2026-03-31
treewide: use enum for `odb_for_each_object()` flags
Patrick Steinhardt
-4
/
+4
2026-03-31
CodingGuidelines: document our style for flags
Patrick Steinhardt
-0
/
+12
2026-03-31
Merge branch 'ps/odb-generic-object-name-handling' into ps/odb-cleanup
Junio C Hamano
-471
/
+782
2026-03-31
cache-tree: use index state repository in trace2 calls
Jayesh Daga
-2
/
+2
2026-03-30
The 23rd batch
Junio C Hamano
-0
/
+14
2026-03-30
Merge branch 'ai/t2107-test-path-is-helpers'
Junio C Hamano
-1
/
+1
2026-03-30
Merge branch 'jw/object-name-bitset-to-enum'
Junio C Hamano
-9
/
+16
2026-03-30
Merge branch 'jw/t2203-status-pipe-fix'
Junio C Hamano
-8
/
+16
2026-03-30
Merge branch 'jw/apply-corrupt-location'
Junio C Hamano
-33
/
+185
2026-03-30
Merge branch 'rs/split-index-the-repo-fix'
Junio C Hamano
-6
/
+7
2026-03-30
Merge branch 'rs/ahead-behind-cleanup-optimization'
Junio C Hamano
-4
/
+2
2026-03-30
read-cache: use istate->repo for trace2 logging
Jayesh Daga
-24
/
+8
2026-03-30
receive-pack: use worktree HEAD for updateInstead
Pablo Sabater
-29
/
+16
2026-03-30
t5516: clean up cloned and new-wt in denyCurrentBranch and worktrees test
Pablo Sabater
-0
/
+1
2026-03-30
t5516: test updateInstead with worktree and unborn bare HEAD
Runxi Yu
-0
/
+18
2026-03-30
docs: fix "git stash [push]" documentation
Quentin Bernet
-8
/
+6
2026-03-28
doc: gitignore: clarify pattern base for info/exclude and core.excludesFile
Shreyansh Paliwal
-0
/
+5
[prev]
[next]