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
2022-05-26
fsmonitor-settings: bare repos are incompatible with FSMonitor
Jeff Hostetler
1
-0
/
+23
2022-05-26
t/helper/fsmonitor-client: create stress test
Jeff Hostetler
1
-0
/
+106
2022-05-26
t7527: test FSMonitor on repos with Unicode root paths
Jeff Hostetler
1
-0
/
+23
2022-05-26
fsm-listen-win32: handle shortnames
Jeff Hostetler
1
-0
/
+65
2022-05-26
sha1-file.c: don't freshen cruft packs
Taylor Blau
1
-0
/
+25
2022-05-26
builtin/gc.c: conditionally avoid pruning objects via loose
Taylor Blau
1
-0
/
+37
2022-05-26
builtin/repack.c: add cruft packs to MIDX during geometric repack
Taylor Blau
1
-0
/
+26
2022-05-26
builtin/repack.c: allow configuring cruft pack generation
Taylor Blau
1
-0
/
+83
2022-05-26
builtin/repack.c: support generating a cruft pack
Taylor Blau
1
-0
/
+207
2022-05-26
builtin/pack-objects.c: --cruft with expiration
Taylor Blau
1
-0
/
+143
2022-05-26
builtin/pack-objects.c: --cruft without expiration
Taylor Blau
1
-0
/
+218
2022-05-26
t/helper: add 'pack-mtimes' test-tool
Taylor Blau
3
-0
/
+58
2022-05-26
Merge branch 'ac/remote-v-with-object-list-filters'
Junio C Hamano
1
-0
/
+34
2022-05-26
Merge branch 'cb/path-owner-check-with-sudo'
Junio C Hamano
2
-0
/
+121
2022-05-26
Merge branch 'tk/simple-autosetupmerge'
Junio C Hamano
3
-4
/
+125
2022-05-25
Merge branch 'jc/avoid-redundant-submodule-fetch'
Junio C Hamano
1
-0
/
+27
2022-05-25
Merge branch 'jc/show-branch-g-current'
Junio C Hamano
1
-0
/
+14
2022-05-23
Merge branch 'ab/valgrind-fixes'
Junio C Hamano
5
-10
/
+29
2022-05-23
Merge branch 'ab/commit-plug-leaks'
Junio C Hamano
2
-0
/
+2
2022-05-23
sparse-checkout: integrate with sparse index
Derrick Stolee
1
-0
/
+25
2022-05-23
p2000: add test for 'git sparse-checkout [add|set]'
Derrick Stolee
1
-0
/
+1
2022-05-23
t1092: stress test 'git sparse-checkout set'
Derrick Stolee
1
-2
/
+17
2022-05-23
t1092: refactor 'sparse-index contents' test
Derrick Stolee
1
-18
/
+35
2022-05-21
ci: call `finalize_test_case_output` a little later
Johannes Schindelin
1
-5
/
+6
2022-05-21
ci(github): avoid printing test case preamble twice
Victoria Dye
2
-0
/
+4
2022-05-21
ci(github): skip the logs of the successful test cases
Johannes Schindelin
1
-0
/
+4
2022-05-21
ci: optionally mark up output in the GitHub workflow
Johannes Schindelin
3
-3
/
+56
2022-05-21
test(junit): avoid line feeds in XML attributes
Johannes Schindelin
1
-4
/
+10
2022-05-21
tests: refactor --write-junit-xml code
Johannes Schindelin
2
-108
/
+142
2022-05-20
Merge branch 'tk/p4-metadata-coding-strategies'
Junio C Hamano
3
-1
/
+429
2022-05-20
Merge branch 'ds/sparse-colon-path'
Junio C Hamano
1
-0
/
+36
2022-05-20
Merge branch 'vd/sparse-stash'
Junio C Hamano
2
-1
/
+79
2022-05-20
Merge branch 'cd/bisect-messages-from-pre-flight-states'
Junio C Hamano
1
-0
/
+28
2022-05-20
Merge branch 'gc/pull-recurse-submodules'
Junio C Hamano
1
-0
/
+26
2022-05-20
Merge branch 'mv/log-since-as-filter'
Junio C Hamano
1
-0
/
+41
2022-05-20
Merge branch 'rs/external-diff-tempfile'
Junio C Hamano
1
-4
/
+4
2022-05-20
Merge branch 'tk/p4-with-explicity-sync'
Junio C Hamano
2
-0
/
+95
2022-05-20
Merge branch 'tk/p4-utf8-bom'
Junio C Hamano
1
-0
/
+34
2022-05-20
Merge branch 'sa/t1011-use-helpers'
Junio C Hamano
1
-23
/
+23
2022-05-20
Merge branch 'km/t3501-use-test-helpers'
Junio C Hamano
1
-5
/
+4
2022-05-20
Merge branch 'ah/convert-warning-message'
Junio C Hamano
1
-4
/
+4
2022-05-20
Merge branch 'gf/shorthand-version-and-help'
Junio C Hamano
1
-1
/
+1
2022-05-20
Merge branch 'rs/t7812-pcre2-ws-bug-test'
Junio C Hamano
1
-0
/
+10
2022-05-20
Merge branch 'ds/do-not-call-bug-on-bad-refs'
Junio C Hamano
1
-0
/
+9
2022-05-20
Merge branch 'sg/safe-directory-tests-and-docs'
Junio C Hamano
1
-1
/
+29
2022-05-20
builtin/repack.c: ensure that `names` is sorted
Taylor Blau
1
-1
/
+1
2022-05-20
t7703: demonstrate object corruption with pack.packSizeLimit
Taylor Blau
1
-0
/
+47
2022-05-20
repack: respect --keep-pack with geometric repack
Victoria Dye
1
-0
/
+28
2022-05-19
t6424: make sure a failed merge preserves local changes
Junio C Hamano
1
-2
/
+30
2022-05-18
fetch: do not run a redundant fetch from submodule
Junio C Hamano
1
-0
/
+27
[prev]
[next]