index
:
git
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
2025-03-21
treewide: replace assert() with ASSERT() in special cases
Elijah Newren
-9
/
+9
2025-03-21
ci: add build checking for side-effects in assert() calls
Elijah Newren
-0
/
+30
2025-03-21
git-compat-util: introduce ASSERT() macro
Elijah Newren
-0
/
+2
2025-03-21
reftable: adapt write_object_record() to propagate block_writer_add() errors
Meet Soni
-0
/
+19
2025-03-21
reftable: adapt writer_add_record() to propagate block_writer_add() errors
Meet Soni
-10
/
+5
2025-03-21
reftable: propagate specific error codes in block_writer_add()
Meet Soni
-36
/
+32
2025-03-21
pseudo-merge.h: fix a typo
Taylor Blau
-1
/
+1
2025-03-21
refspec: replace `refspec_item_init()` with fetch/push variants
Taylor Blau
-7
/
+23
2025-03-21
refspec: remove refspec_item_init_or_die()
Taylor Blau
-11
/
+4
2025-03-21
refspec: replace `refspec_init()` with fetch/push variants
Taylor Blau
-7
/
+14
2025-03-21
refspec: treat 'fetch' as a Boolean value
Taylor Blau
-12
/
+9
2025-03-21
Merge branch 'jk/fetch-ref-prefix-cleanup' into tb/refspec-fetch-cleanup
Junio C Hamano
-39
/
+85
2025-03-21
http.c: allow custom TCP keepalive behavior via config
Taylor Blau
-1
/
+57
2025-03-21
http.c: inline `set_curl_keepalive()`
Taylor Blau
-5
/
+1
2025-03-21
http.c: introduce `set_long_from_env()` for convenience
Taylor Blau
-8
/
+24
2025-03-21
http.c: remove unnecessary casts to long
Taylor Blau
-2
/
+2
2025-03-20
ci/github: add missing 'CI_JOB_IMAGE' env variable
Karthik Nayak
-0
/
+4
2025-03-20
doc: apply new format to git-branch man page
Jean-Noël Avila
-196
/
+196
2025-03-20
completion: take into account the formatting backticks for options
Jean-Noël Avila
-4
/
+12
2025-03-18
index-pack, unpack-objects: restore missing ->init_fn
Jensen Huang
-0
/
+2
2025-03-18
promisor-remote: compare remote names case sensitively
Christian Couder
-4
/
+4
2025-03-18
promisor-remote: fix possible issue when no URL is advertised
Christian Couder
-1
/
+6
2025-03-18
promisor-remote: fix segfault when remote URL is missing
Christian Couder
-8
/
+69
2025-03-18
t5710: arrange to delete the client before cloning
Christian Couder
-8
/
+8
2025-03-18
fetch: don't ask for remote HEAD if followRemoteHEAD is "never"
Jeff King
-5
/
+6
2025-03-18
fetch: only respect followRemoteHEAD with configured refspecs
Jeff King
-21
/
+23
2025-03-18
Merge branch 'jk/fetch-ref-prefix-cleanup' into jk/fetch-follow-remote-head-fix
Junio C Hamano
-39
/
+85
2025-03-18
docs: add BreakingChanges to TECH_DOCS target
Phillip Wood
-0
/
+2
2025-03-18
pack-refs doc: fix indentation for --exclude
Phillip Wood
-2
/
+2
2025-03-18
am: switch from merge_recursive_generic() to merge_ort_generic()
Elijah Newren
-5
/
+5
2025-03-18
merge-ort: fix merge.directoryRenames=false
Elijah Newren
-3
/
+30
2025-03-18
t3650: document bug when directory renames are turned off
Johannes Schindelin
-0
/
+22
2025-03-18
merge-ort: support having merge verbosity be set to 0
Elijah Newren
-2
/
+6
2025-03-18
merge-ort: allow rename detection to be disabled
Elijah Newren
-6
/
+17
2025-03-18
merge-ort: add new merge_ort_generic() function
Elijah Newren
-5
/
+93
2025-03-18
doc: add missing commit C to the graph for --ancestry-path=H D..M
Han Jiang
-1
/
+1
2025-03-18
doc: restore: remove note on --patch w/ pathspecs
Adam Johnson
-3
/
+0
2025-03-17
config.mak.dev: enable -Wunreachable-code
Jeff King
-0
/
+2
2025-03-17
git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()
Junio C Hamano
-7
/
+18
2025-03-17
Merge branch 'tb/multi-cruft-pack-refresh-fix' into tb/combine-cruft-below-size
Junio C Hamano
-18
/
+171
2025-03-17
reflog: implement subcommand to drop reflogs
Karthik Nayak
-5
/
+206
2025-03-17
reflog: improve error for when reflog is not found
Karthik Nayak
-3
/
+3
2025-03-17
run-command: use errno to check for sigfillset() error
Jeff King
-1
/
+9
2025-03-17
merge-ort: remove extraneous word in comment
Elijah Newren
-3
/
+3
2025-03-17
merge-ort: fix accidental strset<->strintmap
Elijah Newren
-2
/
+2
2025-03-17
t7615: be more explicit about diff algorithm used
Elijah Newren
-2
/
+2
2025-03-17
t6423: fix a comment that accidentally reversed two commits
Elijah Newren
-3
/
+3
2025-03-17
stash: remove merge-recursive.h include
Elijah Newren
-1
/
+0
2025-03-17
meson: fix perl detection when docs are enabled, but perl bindings aren't
Eli Schwartz
-1
/
+1
2025-03-16
git-gui: heed core.commentChar/commentString
Oswald Buddenhagen
-1
/
+11
[prev]
[next]