index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5616-partial-clone.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/is-promisor-object-keep-tree-in-use'
Junio C Hamano
2022-08-25
1
-0
/
+7
|
\
|
*
is_promisor_object(): fix use-after-free of tree buffer
Jeff King
2022-08-15
1
-0
/
+7
*
|
fetch: after refetch, encourage auto gc repacking
Robert Coup
2022-03-28
1
-0
/
+29
*
|
t5615-partial-clone: add test for fetch --refetch
Robert Coup
2022-03-28
1
-1
/
+51
*
|
t5000-t5999: detect and signal failure within loop
Eric Sunshine
2021-12-13
1
-6
/
+6
*
|
tests: fix broken &&-chains in compound statements
Eric Sunshine
2021-12-13
1
-9
/
+9
*
|
repack: avoid loosening promisor objects in partial clones
Rafael Silva
2021-04-28
1
-0
/
+8
|
/
*
Merge branch 'js/default-branch-name-tests-final-stretch'
Junio C Hamano
2021-01-25
1
-25
/
+28
|
\
|
*
t5[6-9]*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-20
1
-26
/
+26
|
*
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
*
|
Merge branch 'tb/partial-clone-filters-fix'
Junio C Hamano
2020-12-18
1
-1
/
+9
|
\
\
|
*
|
upload-pack.c: don't free allowed_filters util pointers
Taylor Blau
2020-12-03
1
-1
/
+9
|
|
/
*
/
upload-pack: propagate return value from object filter config callback
Jeff King
2020-12-03
1
-0
/
+8
|
/
*
Merge branch 'jt/lazy-fetch'
Junio C Hamano
2020-09-03
1
-0
/
+20
|
\
|
*
fetch-pack: do not lazy-fetch during ref iteration
Jonathan Tan
2020-08-18
1
-0
/
+20
*
|
fetch-pack: in partial clone, pass --promisor
Jonathan Tan
2020-08-20
1
-0
/
+16
|
/
*
Merge branch 'tb/upload-pack-filters'
Junio C Hamano
2020-08-12
1
-0
/
+33
|
\
|
*
t5616: use test_i18ngrep for upload-pack errors
Jeff King
2020-08-05
1
-4
/
+4
|
*
upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'
Taylor Blau
2020-08-04
1
-0
/
+9
|
*
upload-pack.c: allow banning certain object filter(s)
Taylor Blau
2020-08-04
1
-0
/
+24
*
|
upload-pack: do not lazy-fetch "have" objects
Jonathan Tan
2020-07-16
1
-0
/
+38
|
/
*
Merge branch 'cc/upload-pack-v2-fetch-fix'
Junio C Hamano
2020-05-13
1
-4
/
+3
|
\
|
*
upload-pack: clear filter_options for each v2 fetch command
Christian Couder
2020-05-08
1
-4
/
+3
*
|
Merge branch 'dd/test-with-busybox'
Junio C Hamano
2020-04-29
1
-1
/
+1
|
\
\
|
*
|
t5616: use rev-parse instead to get HEAD's object_id
Đoàn Trần Công Danh
2020-03-25
1
-1
/
+1
|
|
/
*
|
Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'
Junio C Hamano
2020-04-22
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
clone: use "quick" lookup while following tags
Jeff King
2020-04-01
1
-0
/
+8
*
|
Merge branch 'js/ci-windows-update'
Junio C Hamano
2020-03-05
1
-17
/
+21
|
\
\
|
*
|
t/lib-httpd: avoid using macOS' sed
Johannes Schindelin
2020-02-27
1
-17
/
+21
*
|
|
Merge branch 'ds/partial-clone-fixes'
Junio C Hamano
2020-03-03
1
-0
/
+31
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
partial-clone: avoid fetching when looking for objects
Derrick Stolee
2020-02-22
1
-1
/
+1
|
*
partial-clone: demonstrate bugs in partial fetch
Derrick Stolee
2020-02-22
1
-0
/
+31
*
|
t5616: make robust to delta base change
Jonathan Tan
2020-01-27
1
-13
/
+23
|
/
*
Merge branch 'jt/fetch-remove-lazy-fetch-plugging'
Junio C Hamano
2019-12-01
1
-0
/
+70
|
\
|
*
fetch: remove fetch_if_missing=0
Jonathan Tan
2019-11-08
1
-0
/
+70
*
|
fetch-pack: write fetched refs to .promisor
Jonathan Tan
2019-10-16
1
-0
/
+8
|
/
*
Merge branch 'jk/partial-clone-sparse-blob'
Junio C Hamano
2019-10-07
1
-0
/
+36
|
\
|
*
list-objects-filter: give a more specific error sparse parsing error
Jon Simons
2019-09-16
1
-1
/
+1
|
*
list-objects-filter: delay parsing of sparse oid
Jeff King
2019-09-16
1
-2
/
+2
|
*
t5616: test cloning/fetching with sparse:oid=<oid> filter
Jon Simons
2019-09-16
1
-0
/
+36
*
|
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
2019-09-18
1
-0
/
+19
|
\
\
|
*
|
list-objects-filter-options: allow mult. --filter
Matthew DeVore
2019-06-28
1
-0
/
+19
*
|
|
Merge branch 'cc/multi-promisor'
Junio C Hamano
2019-09-18
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
promisor-remote: parse remote.*.partialclonefilter
Christian Couder
2019-06-25
1
-1
/
+1
|
*
|
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
2019-06-25
1
-1
/
+1
|
|
/
*
/
t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'
SZEDER Gábor
2019-08-02
1
-0
/
+3
|
/
*
t5616: cover case of client having delta base
Jonathan Tan
2019-06-11
1
-11
/
+28
*
t5616: use correct flag to check object is missing
Jonathan Tan
2019-06-11
1
-1
/
+1
*
index-pack: prefetch missing REF_DELTA bases
Jonathan Tan
2019-05-15
1
-0
/
+61
*
t5616: refactor packfile replacement
Jonathan Tan
2019-05-15
1
-13
/
+21
[next]