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
2024-06-07
update-ref: add support for 'symref-update' command
Karthik Nayak
2
-0
/
+207
2024-06-07
update-ref: add support for 'symref-create' command
Karthik Nayak
4
-1
/
+101
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
2
-1
/
+86
2024-06-07
update-ref: add support for 'symref-verify' command
Karthik Nayak
2
-2
/
+122
2024-06-07
commit-graph.c: remove temporary graph layers on exit
Taylor Blau
1
-1
/
+25
2024-06-06
Merge branch 'th/quiet-lazy-fetch-from-promisor'
Junio C Hamano
1
-0
/
+43
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
46
-4
/
+342
2024-06-06
test-terminal: drop stdin handling
Jeff King
1
-26
/
+3
2024-06-06
am: add explicit "--retry" option
Jeff King
1
-5
/
+9
2024-06-06
builtin/refs: new command to migrate ref storage formats
Patrick Steinhardt
1
-0
/
+243
2024-06-06
refs: allow to skip creation of reflog entries
Patrick Steinhardt
1
-0
/
+1
2024-06-05
add-i: finally retire add.interactive.useBuiltin
Junio C Hamano
1
-15
/
+0
2024-06-05
sparse-checkout: free duplicate hashmap entries
Jeff King
1
-0
/
+1
2024-06-05
dir.c: reduce max pattern file size to 100MB
Jeff King
2
-0
/
+20
2024-06-04
show-ref: introduce --branches and deprecate --heads
Junio C Hamano
1
-8
/
+16
2024-06-04
ls-remote: introduce --branches and deprecate --heads
Junio C Hamano
1
-5
/
+27
2024-06-04
dir.c: free removed sparse-pattern hashmap entries
Jeff King
1
-0
/
+1
2024-06-04
sparse-checkout: pass string literals directly to add_pattern()
Jeff King
2
-0
/
+2
2024-06-03
Merge branch 'th/push-local-ff-check-without-lazy-fetch'
Junio C Hamano
1
-0
/
+19
2024-06-03
Merge branch 'ps/fix-reinit-includeif-onbranch'
Junio C Hamano
1
-8
/
+93
2024-06-03
Merge branch 'ps/leakfixes' into ps/leakfixes-more
Junio C Hamano
46
-4
/
+342
2024-05-31
run-command: show prepared command
Ian Wienand
1
-0
/
+11
2024-05-31
Merge branch 'jc/no-default-attr-tree-in-bare' into maint-2.45
Junio C Hamano
2
-3
/
+10
2024-05-31
Merge branch 'jc/test-workaround-broken-mv' into maint-2.45
Junio C Hamano
1
-1
/
+2
2024-05-31
macOS: ls-files path fails if path of workdir is NFD
Torsten Bögershausen
1
-1
/
+38
2024-05-31
t1517: more coverage for commands that work without repository
Junio C Hamano
1
-0
/
+52
2024-05-30
Merge branch 'jc/fix-2.45.1-and-friends-for-maint'
Junio C Hamano
6
-154
/
+7
2024-05-30
Merge branch 'jc/add-patch-enforce-single-letter-input'
Junio C Hamano
1
-2
/
+36
2024-05-30
Merge branch 'gt/unit-test-strcmp-offset'
Junio C Hamano
5
-47
/
+35
2024-05-30
Merge branch 'es/chainlint-ncores-fix'
Junio C Hamano
1
-3
/
+17
2024-05-30
Merge branch 'jc/undecided-is-not-necessarily-sha1-fix'
Junio C Hamano
3
-0
/
+99
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2
-2
/
+2
2024-05-30
Merge branch 'ps/reftable-write-options'
Junio C Hamano
1
-0
/
+286
2024-05-30
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
4
-0
/
+53
2024-05-30
midx-write.c: tolerate `--preferred-pack` without bitmaps
Taylor Blau
1
-0
/
+23
2024-05-30
rebase -i: improve error message when picking merge
Phillip Wood
1
-0
/
+45
2024-05-30
t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULL
Jeff King
1
-0
/
+1
2024-05-30
t-strvec: use va_end() to match va_start()
Jeff King
1
-0
/
+2
2024-05-30
Merge branch 'ps/leakfixes' into jk/leakfixes
Junio C Hamano
46
-4
/
+342
2024-05-30
t: improve the test-case for parse_names()
Chandra Pratap
1
-2
/
+4
2024-05-30
t: add test for put_be16()
Chandra Pratap
1
-0
/
+11
2024-05-30
t: move tests from reftable/record_test.c to the new unit test
Chandra Pratap
1
-7
/
+33
2024-05-30
t: move tests from reftable/stack_test.c to the new unit test
Chandra Pratap
1
-3
/
+22
2024-05-30
t: move reftable/basics_test.c to the unit testing framework
Chandra Pratap
2
-1
/
+102
2024-05-29
safe.directory: allow "lead/ing/path/*" match
Junio C Hamano
1
-0
/
+15
2024-05-29
Merge branch 'ps/leakfixes' into ps/no-writable-strings
Junio C Hamano
46
-4
/
+342
2024-05-29
t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
Ghanshyam Thakkar
2
-56
/
+84
2024-05-28
t/: migrate helper/test-example-decorate to the unit testing framework
Ghanshyam Thakkar
5
-92
/
+80
2024-05-28
Merge branch 'ps/leakfixes-base'
Junio C Hamano
11
-0
/
+13
2024-05-28
Merge branch 'jc/t0017-clarify-bogus-expectation'
Junio C Hamano
1
-1
/
+8
[prev]
[next]