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
/
t5601-clone.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-26
Merge branch 'tb/clone-case-smashing-warning-test'
Junio C Hamano
1
-1
/
+1
2018-11-24
t5601-99: Enable colliding file detection for MINGW
Torsten Bögershausen
1
-1
/
+1
2018-11-21
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
1
-1
/
+1
2018-11-21
clone: fix colliding file detection on APFS
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-17
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
1
-1
/
+7
2018-08-17
clone: report duplicate entries on case-insensitive filesystems
Duy Nguyen
1
-1
/
+7
2018-07-16
t5000-t5999: fix broken &&-chains
Eric Sunshine
1
-1
/
+1
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
1
-0
/
+101
2018-01-21
Merge branch 'bc/hash-algo' into maint
Junio C Hamano
1
-0
/
+17
2018-01-21
t5601-clone: test case-conflicting files on case-insensitive filesystem
Eric Sunshine
1
-0
/
+17
2017-12-08
unpack-trees: batch fetching of missing blobs
Jonathan Tan
1
-0
/
+52
2017-12-08
clone: partial clone
Jonathan Tan
1
-0
/
+49
2017-12-06
Merge branch 'jn/ssh-wrappers'
Junio C Hamano
1
-24
/
+46
2017-12-06
Merge branch 'bw/protocol-v1'
Junio C Hamano
1
-6
/
+22
2017-11-21
ssh: 'simple' variant does not support --port
Jonathan Nieder
1
-2
/
+8
2017-11-21
ssh: 'simple' variant does not support -4/-6
Jonathan Nieder
1
-6
/
+6
2017-11-21
ssh: 'auto' variant to select between 'ssh' and 'simple'
Jonathan Nieder
1
-0
/
+21
2017-11-21
ssh test: make copy_ssh_wrapper_as clean up after itself
Jonathan Nieder
1
-16
/
+12
2017-10-17
t5601: rm the target file of cp that could still be executing
Junio C Hamano
1
-0
/
+2
2017-10-17
ssh: introduce a 'simple' ssh variant
Brandon Williams
1
-5
/
+21
2017-04-16
connect.c: handle errors from split_cmdline
Jeff King
1
-0
/
+6
2017-02-01
connect: Add the envvar GIT_SSH_VARIANT and ssh.variant config
Segev Finer
1
-0
/
+26
2017-01-25
connect: handle putty/plink also in GIT_SSH_COMMAND
Segev Finer
1
-0
/
+15
2017-01-07
don't use test_must_fail with grep
Pranit Bauva
1
-1
/
+1
2016-05-17
Merge branch 'tb/t5601-sed-fix'
Junio C Hamano
1
-1
/
+1
2016-05-09
t5601: Remove trailing space in sed expression
Torsten Bögershausen
1
-1
/
+1
2016-04-15
test helpers: move test-* to t/helper/ subdirectory
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-02-17
Merge branch 'js/mingw-tests'
Junio C Hamano
1
-10
/
+8
2016-01-27
mingw: fix t5601-clone.sh
Johannes Schindelin
1
-10
/
+8
2016-01-22
Merge branch 'ep/shell-command-substitution-style'
Junio C Hamano
1
-1
/
+1
2016-01-20
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
Junio C Hamano
1
-0
/
+23
2016-01-04
t/t5601-clone.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-1
/
+1
2015-12-22
setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when ..
Nguyễn Thái Ngọc Duy
1
-0
/
+23
2015-06-16
pkt-line: support tracing verbatim pack contents
Jeff King
1
-0
/
+7
2015-06-05
Merge branch 'bc/connect-plink' into maint
Junio C Hamano
1
-1
/
+34
2015-05-19
Merge branch 'bc/connect-plink'
Junio C Hamano
1
-1
/
+34
2015-04-28
connect: improve check for plink to reduce false positives
brian m. carlson
1
-0
/
+33
2015-04-28
t5601: fix quotation error leading to skipped tests
brian m. carlson
1
-1
/
+1
2015-04-08
connect.c: ignore extra colon after hostname
Torsten Bögershausen
1
-9
/
+12
2015-02-22
t5601: add more test cases for IPV6
Torsten Bögershausen
1
-17
/
+40
2015-02-22
connect.c: allow ssh://user@[2001:db8::1]/repo.git
Torsten Bögershausen
1
-1
/
+1
2014-07-21
test prerequisites: eradicate NOT_FOO
Junio C Hamano
1
-2
/
+2
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
1
-0
/
+7
2013-12-10
clone: use git protocol for cloning shallow repo locally
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2013-12-09
connect.c: refactor url parsing
Torsten Bögershausen
1
-0
/
+8
2013-12-09
git_connect(): refactor the port handling for ssh
Torsten Bögershausen
1
-9
/
+1
2013-12-09
git fetch: support host:/~repo
Torsten Bögershausen
1
-10
/
+2
2013-12-04
t5601: add tests for ssh
Torsten Bögershausen
1
-1
/
+99
2013-12-04
t5601: remove clear_ssh, refactor setup_ssh_wrapper
Torsten Bögershausen
1
-20
/
+20
2013-10-30
Merge branch 'jc/upload-pack-send-symref'
Junio C Hamano
1
-0
/
+11
[next]