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