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
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
2015-03-20
t: fix trivial &&-chain breakage
Jeff King
1
-1
/
+1
2015-02-22
t5500: show user name and host in diag-url
Torsten Bögershausen
1
-18
/
+33
2013-12-09
connect.c: refactor url parsing
Torsten Bögershausen
1
-0
/
+7
2013-12-09
git_connect(): refactor the port handling for ssh
Torsten Bögershausen
1
-6
/
+3
2013-12-09
git fetch: support host:/~repo
Torsten Bögershausen
1
-0
/
+24
2013-12-09
t5500: add test cases for diag-url
Torsten Bögershausen
1
-0
/
+59
2013-09-20
Merge branch 'nd/fetch-into-shallow'
Junio C Hamano
1
-0
/
+11
2013-08-28
Add testcase for needless objects during a shallow fetch
Matthijs Kooijman
1
-0
/
+11
2013-08-25
fetch-pack: do not remove .git/shallow file when --depth is not specified
Nguyễn Thái Ngọc Duy
1
-0
/
+16
2013-06-28
Merge branch 'nd/clone-connectivity-shortcut' (early part) into maint
Junio C Hamano
1
-0
/
+7
2013-06-06
Merge branch 'nd/clone-connectivity-shortcut'
Junio C Hamano
1
-0
/
+7
2013-05-28
fetch-pack: prepare updated shallow file before fetching the pack
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2013-05-02
t5500: add test for fetching with an unknown 'shallow'
Michael Heemskerk
1
-0
/
+14
2013-03-25
Merge branch 'jk/peel-ref'
Junio C Hamano
1
-0
/
+9
2013-03-16
upload-pack: make sure "want" objects are parsed
Jeff King
1
-0
/
+9
2013-01-11
upload-pack: fix off-by-one depth calculation in shallow clone
Nguyễn Thái Ngọc Duy
1
-6
/
+19
2013-01-11
fetch: add --unshallow for turning shallow repo into complete one
Nguyễn Thái Ngọc Duy
1
-0
/
+20
2012-09-12
fetch-pack: eliminate spurious error messages
Michael Haggerty
1
-2
/
+2
2012-09-12
fetch-pack: report missing refs even if no existing refs were received
Michael Haggerty
1
-1
/
+1
2012-09-12
fetch_pack(): update sought->nr to reflect number of unique entries
Michael Haggerty
1
-1
/
+1
2012-09-12
t5500: add tests of fetch-pack --all --depth=N $URL $REF
Michael Haggerty
1
-0
/
+15
2012-09-12
t5500: add tests of error output for missing refs
Michael Haggerty
1
-0
/
+30
2012-06-22
clone: fix ref selection in --single-branch --branch=xxx
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2012-05-01
Merge branch 'it/fetch-pack-many-refs' into maint
Junio C Hamano
1
-0
/
+66
2012-04-10
fetch-pack: test cases for the new --stdin option
Ivan Todoroski
1
-0
/
+66
2012-01-16
clone: allow --branch to take a tag
Nguyễn Thái Ngọc Duy
1
-0
/
+15
2012-01-16
clone: refuse to clone if --branch points to bogus ref
Nguyễn Thái Ngọc Duy
1
-7
/
+0
2012-01-08
clone: add --single-branch to fetch only one branch
Nguyễn Thái Ngọc Duy
1
-1
/
+71
2011-12-13
t5500: give fully-qualified refs to fetch-pack
Jeff King
1
-3
/
+3
2010-11-09
tests: add missing &&
Jonathan Nieder
1
-1
/
+1
2009-08-28
Merge branch 'np/maint-1.6.3-deepen'
Junio C Hamano
1
-0
/
+47
2009-08-24
fix simple deepening of a repo
Nicolas Pitre
1
-1
/
+46
[next]