index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t5500-fetch-pack.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-14
Merge branch 'jt/t5500-unflake'
Junio C Hamano
1
-6
/
+6
2020-05-06
t5500: count objects through stderr, not trace
Jonathan Tan
1
-6
/
+6
2020-05-01
Merge branch 'jt/v2-fetch-nego-fix'
Junio C Hamano
1
-0
/
+48
2020-04-28
fetch-pack: in protocol v2, reset in_vain upon ACK
Jonathan Tan
1
-0
/
+30
2020-04-28
fetch-pack: in protocol v2, in_vain only after ACK
Jonathan Tan
1
-0
/
+18
2020-01-15
test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriate
Jonathan Nieder
1
-2
/
+3
2020-01-15
fetch test: use more robust test for filtered objects
Jonathan Nieder
1
-5
/
+13
2019-10-07
Merge branch 'jk/disable-commit-graph-during-upload-pack'
Junio C Hamano
1
-0
/
+38
2019-09-12
upload-pack: disable commit graph more gently for shallow traversal
Jeff King
1
-0
/
+38
2019-08-26
mingw: support UNC in git clone file://server/share/repo
Torsten Bögershausen
1
-2
/
+11
2019-08-02
t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'
SZEDER Gábor
1
-0
/
+3
2019-04-25
Merge branch 'sg/test-atexit'
Junio C Hamano
1
-3
/
+0
2019-03-14
tests: use 'test_atexit' to stop httpd
SZEDER Gábor
1
-3
/
+0
2019-03-07
tests: always test fetch of unreachable with v0
Jonathan Tan
1
-1
/
+3
2019-01-29
Merge branch 'jt/fetch-pack-v2'
Junio C Hamano
1
-7
/
+15
2019-01-10
fetch-pack: support protocol version 2
Jonathan Tan
1
-7
/
+15
2018-10-07
tests: standardize pipe placement
Matthew DeVore
1
-2
/
+5
2018-08-27
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
1
-1
/
+1
2018-08-21
tests: use 'test_must_be_empty' instead of '! test -s'
SZEDER Gábor
1
-1
/
+1
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-1
/
+1
2018-08-02
Merge branch 'jt/fetch-pack-negotiator'
Junio C Hamano
1
-0
/
+33
2018-08-02
Merge branch 'es/test-fixes'
Junio C Hamano
1
-1
/
+1
2018-07-24
Merge branch 'jk/fetch-all-peeled-fix'
Junio C Hamano
1
-6
/
+13
2018-07-23
builtin/pack-objects.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-16
t5000-t5999: fix broken &&-chains
Eric Sunshine
1
-1
/
+1
2018-07-06
t5500: prettify non-commit tag tests
Jeff King
1
-6
/
+13
2018-06-28
Merge branch 'jk/fetch-all-peeled-fix'
Junio C Hamano
1
-0
/
+41
2018-06-25
Merge branch 'nd/reject-empty-shallow-request'
Junio C Hamano
1
-0
/
+11
2018-06-15
fetch-pack: use ref adv. to prune "have" sent
Jonathan Tan
1
-0
/
+33
2018-06-13
fetch-pack: test explicitly that --all can fetch tag references pointing to n...
Kirill Smelkov
1
-0
/
+31
2018-06-11
fetch-pack: don't try to fetch peel values with --all
Jeff King
1
-0
/
+10
2018-06-04
upload-pack: reject shallow requests that would return nothing
Nguyễn Thái Ngọc Duy
1
-0
/
+11
2018-05-23
t: make many tests depend less on the refs being files
David Turner
1
-5
/
+5
2018-02-28
t5500-fetch-pack: don't check the stderr of a subshell
SZEDER Gábor
1
-6
/
+6
2017-12-08
fetch: support filters
Jeff Hostetler
1
-0
/
+36
2017-12-08
fetch-pack: test support excluding large blobs
Jonathan Tan
1
-0
/
+27
2017-05-16
fetch-pack: always allow fetching of literal SHA1s
Jonathan Tan
1
-0
/
+35
2017-03-02
fetch-pack: move code to report unmatched refs to a function
Matt McCutchen
1
-3
/
+3
2016-10-10
Merge branch 'nd/shallow-deepen'
Junio C Hamano
1
-0
/
+68
2016-06-13
fetch, upload-pack: --deepen=N extends shallow boundary by N commits
Nguyễn Thái Ngọc Duy
1
-0
/
+23
2016-06-13
t5500, t5539: tests for shallow depth excluding a ref
Nguyễn Thái Ngọc Duy
1
-0
/
+21
2016-06-13
t5500, t5539: tests for shallow depth since a specific date
Nguyễn Thái Ngọc Duy
1
-0
/
+24
2016-06-10
Merge branch 'jk/shell-portability'
Junio C Hamano
1
-1
/
+0
2016-06-01
t5500 & t7403: lose bash-ism "local"
Junio C Hamano
1
-1
/
+0
2016-04-08
Merge branch 'jc/merge-refuse-new-root'
Junio C Hamano
1
-2
/
+4
2016-03-23
merge: refuse to create too cool a merge by default
Junio C Hamano
1
-2
/
+4
2016-03-01
fetch-pack: fix object_id of exact sha1
Gabriel Souza Franco
1
-0
/
+14
2015-12-28
t/t5500-fetch-pack.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-10
/
+10
2015-04-20
Merge branch 'tb/connect-ipv6-parse-fix'
Junio C Hamano
1
-7
/
+10
2015-04-08
connect.c: ignore extra colon after hostname
Torsten Bögershausen
1
-7
/
+10
[next]