index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5601-clone.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t5601: switch into repository to hash object
brian m. carlson
2020-01-15
1
-2
/
+2
*
Merge branch 'dl/use-sq-from-test-lib'
Junio C Hamano
2019-09-30
1
-1
/
+0
|
\
|
*
t: use common $SQ variable
Denton Liu
2019-09-06
1
-1
/
+0
*
|
Merge branch 'cc/multi-promisor'
Junio C Hamano
2019-09-18
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
promisor-remote: parse remote.*.partialclonefilter
Christian Couder
2019-06-25
1
-0
/
+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
|
/
*
clone: respect user supplied origin name when setting up partial clone
Xin Li
2019-05-30
1
-3
/
+13
*
Merge branch 'tb/unexpected'
Junio C Hamano
2019-05-08
1
-4
/
+0
|
\
|
*
t: move 'hex2oct' into test-lib-functions.sh
Taylor Blau
2019-04-05
1
-4
/
+0
*
|
Merge branch 'sg/test-atexit'
Junio C Hamano
2019-04-25
1
-2
/
+0
|
\
\
|
*
|
tests: use 'test_atexit' to stop httpd
SZEDER Gábor
2019-03-14
1
-2
/
+0
|
|
/
*
/
t5601: check ssh command only with protocol v0
Jonathan Tan
2019-03-07
1
-8
/
+8
|
/
*
Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'
Junio C Hamano
2019-01-15
1
-1
/
+1
|
\
|
*
git clone <url> C:\cygwin\home\USER\repo' is working (again)
Torsten Bögershausen
2018-12-27
1
-1
/
+1
*
|
Merge branch 'tb/clone-case-smashing-warning-test'
Junio C Hamano
2018-11-26
1
-1
/
+1
|
\
\
|
*
|
t5601-99: Enable colliding file detection for MINGW
Torsten Bögershausen
2018-11-24
1
-1
/
+1
*
|
|
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
2018-11-21
1
-1
/
+1
|
\
|
|
|
*
|
clone: fix colliding file detection on APFS
Nguyễn Thái Ngọc Duy
2018-11-21
1
-1
/
+1
*
|
|
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
2018-09-17
1
-1
/
+7
|
\
|
|
|
|
/
|
/
|
|
*
clone: report duplicate entries on case-insensitive filesystems
Duy Nguyen
2018-08-17
1
-1
/
+7
*
|
t5000-t5999: fix broken &&-chains
Eric Sunshine
2018-07-16
1
-1
/
+1
|
/
*
Merge branch 'jh/partial-clone'
Junio C Hamano
2018-02-13
1
-0
/
+101
|
\
|
*
unpack-trees: batch fetching of missing blobs
Jonathan Tan
2017-12-08
1
-0
/
+52
|
*
clone: partial clone
Jonathan Tan
2017-12-08
1
-0
/
+49
*
|
Merge branch 'bc/hash-algo' into maint
Junio C Hamano
2018-01-22
1
-0
/
+17
|
\
\
|
*
|
t5601-clone: test case-conflicting files on case-insensitive filesystem
Eric Sunshine
2018-01-22
1
-0
/
+17
*
|
|
Merge branch 'jn/ssh-wrappers'
Junio C Hamano
2017-12-06
1
-24
/
+46
|
\
\
\
|
*
|
|
ssh: 'simple' variant does not support --port
Jonathan Nieder
2017-11-21
1
-2
/
+8
|
*
|
|
ssh: 'simple' variant does not support -4/-6
Jonathan Nieder
2017-11-21
1
-6
/
+6
|
*
|
|
ssh: 'auto' variant to select between 'ssh' and 'simple'
Jonathan Nieder
2017-11-21
1
-0
/
+21
|
*
|
|
ssh test: make copy_ssh_wrapper_as clean up after itself
Jonathan Nieder
2017-11-21
1
-16
/
+12
*
|
|
|
Merge branch 'bw/protocol-v1'
Junio C Hamano
2017-12-06
1
-6
/
+22
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
ssh: introduce a 'simple' ssh variant
Brandon Williams
2017-10-17
1
-5
/
+21
|
|
/
*
/
t5601: rm the target file of cp that could still be executing
Junio C Hamano
2017-10-17
1
-0
/
+2
|
/
*
connect.c: handle errors from split_cmdline
Jeff King
2017-04-17
1
-0
/
+6
*
connect: Add the envvar GIT_SSH_VARIANT and ssh.variant config
Segev Finer
2017-02-01
1
-0
/
+26
*
connect: handle putty/plink also in GIT_SSH_COMMAND
Segev Finer
2017-01-25
1
-0
/
+15
*
don't use test_must_fail with grep
Pranit Bauva
2017-01-07
1
-1
/
+1
*
Merge branch 'tb/t5601-sed-fix'
Junio C Hamano
2016-05-17
1
-1
/
+1
|
\
|
*
t5601: Remove trailing space in sed expression
Torsten Bögershausen
2016-05-09
1
-1
/
+1
|
*
Merge branch 'bc/connect-plink' into maint
Junio C Hamano
2015-06-05
1
-1
/
+34
|
|
\
*
|
|
test helpers: move test-* to t/helper/ subdirectory
Nguyễn Thái Ngọc Duy
2016-04-15
1
-1
/
+1
*
|
|
Merge branch 'js/mingw-tests'
Junio C Hamano
2016-02-17
1
-10
/
+8
|
\
\
\
|
*
|
|
mingw: fix t5601-clone.sh
Johannes Schindelin
2016-01-27
1
-10
/
+8
*
|
|
|
Merge branch 'ep/shell-command-substitution-style'
Junio C Hamano
2016-01-22
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
t/t5601-clone.sh: use the $( ... ) construct for command substitution
Elia Pinto
2016-01-04
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
Junio C Hamano
2016-01-20
1
-0
/
+23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when ..
Nguyễn Thái Ngọc Duy
2015-12-22
1
-0
/
+23
*
|
|
|
pkt-line: support tracing verbatim pack contents
Jeff King
2015-06-16
1
-0
/
+7
|
/
/
/
[next]