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
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: drop `git_config_get_value()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
6
-9
/
+9
2025-07-22
reflog: close leak of reflog expire entry
Jacob Keller
1
-0
/
+28
2025-07-22
t/helper/test-truncate: close file descriptor after truncation
Hoyoung Lee
1
-0
/
+3
2025-07-22
t7510: add test cases for non-absolute gpg program
Jonas Brandstötter
1
-1
/
+11
2025-07-22
prio-queue: add prio_queue_replace()
René Scharfe
1
-0
/
+23
2025-07-22
commit: convert pop_most_recent_commit() to prio_queue
René Scharfe
2
-0
/
+72
2025-07-21
pull: add pull.autoStash config option
Lidong Yan
1
-0
/
+60
2025-07-21
Merge branch 'jk/remote-avoid-overlapping-names'
Junio C Hamano
1
-0
/
+14
2025-07-21
Merge branch 'tb/midx-avoid-cruft-packs'
Junio C Hamano
2
-1
/
+266
2025-07-21
Merge branch 'bc/use-sha256-by-default-in-3.0'
Junio C Hamano
5
-9
/
+25
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
5
-9
/
+25
2025-07-16
Merge branch 'rs/parse-options-precision'
Junio C Hamano
1
-3
/
+14
2025-07-16
Merge branch 'ps/refs-files-remove-empty-parent'
Junio C Hamano
1
-0
/
+19
2025-07-16
Merge branch 'ps/t1006-tap-fix'
Junio C Hamano
1
-1
/
+1
2025-07-16
commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
Ayush Chandekar
1
-0
/
+13
2025-07-15
Merge branch 'ly/load-bitmap-leakfix'
Junio C Hamano
2
-0
/
+38
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
6
-11
/
+11
2025-07-15
test-lib: respect GIT_TEST_INSTALLED when querying default hash
Kyle Lippincott
1
-2
/
+3
2025-07-15
for-each-ref: introduce a '--start-after' option
Karthik Nayak
1
-0
/
+194
2025-07-15
bloom: optimize multiple pathspec items in revision
Lidong Yan
1
-9
/
+14
2025-07-14
Merge branch 'rp/apply-intent-to-add-fix'
Junio C Hamano
1
-1
/
+30
2025-07-14
Merge branch 'sj/string-list'
Junio C Hamano
4
-239
/
+228
2025-07-14
Merge branch 'ps/perlless-test-fixes'
Junio C Hamano
2
-3
/
+3
2025-07-14
Merge branch 're/ssh-sign-buffer-fix'
Junio C Hamano
1
-12
/
+20
2025-07-14
Merge branch 'hy/read-cache-lock-error-fix'
Junio C Hamano
1
-12
/
+6
2025-07-14
Merge branch 'mc/netrc-service-names'
Junio C Hamano
1
-0
/
+7
2025-07-14
Merge branch 'ps/use-reftable-as-default-in-3.0'
Junio C Hamano
1
-0
/
+45
2025-07-14
Merge branch 'jk/all-negative-diff-filter-fix'
Junio C Hamano
1
-0
/
+6
2025-07-14
Merge branch 'ac/prune-wo-the-repository'
Junio C Hamano
1
-0
/
+7
2025-07-14
bloom: rename function operates on bloom_key
Lidong Yan
1
-2
/
+2
2025-07-14
bloom: add test helper to return murmur3 hash
Lidong Yan
1
-2
/
+2
2025-07-09
fast-(import|export): improve on commit signature output format
Christian Couder
1
-2
/
+100
2025-07-09
parse-options: add precision handling for OPTION_COUNTUP
René Scharfe
1
-0
/
+3
2025-07-09
parse-options: add precision handling for OPTION_SET_INT
René Scharfe
1
-0
/
+1
2025-07-09
parse-options: add precision handling for PARSE_OPT_CMDMODE
René Scharfe
1
-3
/
+10
2025-07-08
remote: detect collisions in remote names
Jeff King
1
-0
/
+14
2025-07-08
Merge branch 'kn/fetch-push-bulk-ref-update'
Junio C Hamano
4
-9
/
+70
2025-07-08
t1006: fix broken TAP format
Patrick Steinhardt
1
-1
/
+1
2025-07-08
refs/files: remove empty parent dirs when ref creation fails
Patrick Steinhardt
1
-0
/
+19
2025-07-07
Sync with Git 2.50.1
Junio C Hamano
3
-0
/
+67
2025-07-07
Merge branch 'jk/submodule-remote-lookup-cleanup'
Junio C Hamano
1
-0
/
+61
2025-07-07
ssh signing: don't detach the filename strbuf from key_file tempfile
redoste
1
-12
/
+20
2025-07-07
t5333: fix missing terminator for sed(1) 's' command
Patrick Steinhardt
1
-2
/
+2
2025-07-07
t4150: fix warning printed by awk due to escaped '\@'
Patrick Steinhardt
1
-1
/
+1
2025-07-07
builtin/prune: stop depending on 'the_repository'
Ayush Chandekar
1
-0
/
+7
2025-07-07
u-string-list: move "remove duplicates" test to "u-string-list.c"
shejialuo
4
-67
/
+62
2025-07-07
u-string-list: move "filter string" test to "u-string-list.c"
shejialuo
3
-32
/
+73
2025-07-07
u-string-list: move "test_split_in_place" to "u-string-list.c"
shejialuo
3
-73
/
+37
[prev]
[next]