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
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-28
connect: simplify SSH connection code path
brian m. carlson
1
-20
/
+20
2015-04-27
Merge branch 'tb/connect-ipv6-parse-fix' into maint
Junio C Hamano
1
-0
/
+2
2015-04-20
Merge branch 'tb/connect-ipv6-parse-fix'
Junio C Hamano
1
-0
/
+2
2015-04-08
connect.c: ignore extra colon after hostname
Torsten Bögershausen
1
-0
/
+2
2015-03-23
Merge branch 'tb/connect-ipv6-parse-fix' into maint
Junio C Hamano
1
-44
/
+70
2015-03-13
Merge branch 'jk/daemon-interpolate' into maint
Junio C Hamano
1
-1
/
+11
2015-03-10
connect.c: do not leak "conn" after showing diagnosis
Stefan Beller
1
-0
/
+1
2015-03-06
Merge branch 'rs/simple-cleanups' into maint
Junio C Hamano
1
-2
/
+1
2015-03-05
Merge branch 'tb/connect-ipv6-parse-fix'
Junio C Hamano
1
-44
/
+70
2015-03-05
Merge branch 'rs/simple-cleanups'
Junio C Hamano
1
-2
/
+1
2015-03-03
Merge branch 'jk/daemon-interpolate'
Junio C Hamano
1
-1
/
+11
2015-02-22
t5500: show user name and host in diag-url
Torsten Bögershausen
1
-12
/
+23
2015-02-22
connect.c: allow ssh://user@[2001:db8::1]/repo.git
Torsten Bögershausen
1
-25
/
+38
2015-02-22
connect: use strcmp() for string comparison
René Scharfe
1
-2
/
+1
2015-02-17
git_connect: let user override virtual-host we send to daemon
Jeff King
1
-1
/
+11
2014-12-22
Merge branch 'mh/simplify-repack-without-refs'
Junio C Hamano
1
-1
/
+1
2014-11-25
sort_string_list(): rename to string_list_sort()
Michael Haggerty
1
-1
/
+1
2014-11-10
git_connect: set ssh shell command in GIT_SSH_COMMAND
Thomas Quinot
1
-3
/
+12
2014-09-19
Merge branch 'rs/more-uses-of-skip-prefix'
Junio C Hamano
1
-10
/
+6
2014-09-02
connect: simplify check_ref() using skip_prefix() and starts_with()
René Scharfe
1
-10
/
+6
2014-08-20
run-command: introduce child_process_init()
René Scharfe
1
-2
/
+4
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
1
-1
/
+1
2014-07-21
Merge branch 'maint'
Junio C Hamano
1
-3
/
+1
2014-07-21
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
1
-3
/
+1
2014-06-20
use skip_prefix to avoid magic numbers
Jeff King
1
-5
/
+6
2014-05-15
git_connect: use argv_array
Jeff King
1
-18
/
+10
2014-03-25
Merge branch 'nd/indent-fix-connect-c'
Junio C Hamano
1
-1
/
+1
2014-03-13
connect.c: SP after "}", not TAB
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
1
-9
/
+13
2013-12-17
Merge branch 'tb/clone-ssh-with-colon-for-port'
Junio C Hamano
1
-113
/
+136
2013-12-10
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
1
-1
/
+11
2013-12-10
remote.h: replace struct extra_have_objects with struct sha1_array
Nguyễn Thái Ngọc Duy
1
-9
/
+3
2013-12-09
git_connect(): use common return point
Torsten Bögershausen
1
-58
/
+50
2013-12-09
connect.c: refactor url parsing
Torsten Bögershausen
1
-27
/
+30
2013-12-09
git_connect(): refactor the port handling for ssh
Torsten Bögershausen
1
-34
/
+13
2013-12-09
git fetch: support host:/~repo
Torsten Bögershausen
1
-7
/
+7
2013-12-09
git fetch-pack: add --diag-url
Torsten Bögershausen
1
-0
/
+28
2013-12-09
git_connect: factor out discovery of the protocol and its parts
Johannes Sixt
1
-27
/
+53
2013-12-09
git_connect: remove artificial limit of a remote command
Johannes Sixt
1
-6
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-1
/
+1
2013-10-30
Merge branch 'jc/upload-pack-send-symref'
Junio C Hamano
1
-1
/
+62
2013-10-14
Merge branch 'nd/clone-local-with-colon'
Jonathan Nieder
1
-1
/
+1
2013-09-27
clone: tighten "local paths with colons" check a bit
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-09-17
connect: annotate refs with their symref information in get_remote_head()
Junio C Hamano
1
-0
/
+60
2013-09-17
connect.c: make parse_feature_value() static
Junio C Hamano
1
-1
/
+2
2013-07-08
cache.h: move remote/connect API out of it
Junio C Hamano
1
-0
/
+1
2013-06-02
Merge branch 'nd/clone-local-with-colon'
Junio C Hamano
1
-2
/
+5
2013-05-07
clone: allow cloning local paths with colons in them
Nguyễn Thái Ngọc Duy
1
-2
/
+5
2013-02-24
teach get_remote_heads to read from a memory buffer
Jeff King
1
-3
/
+3
2013-02-24
pkt-line: share buffer/descriptor reading implementation
Jeff King
1
-1
/
+2
[prev]
[next]