index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
connect.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mh/simplify-repack-without-refs'
Junio C Hamano
2014-12-22
1
-1
/
+1
|
\
|
*
sort_string_list(): rename to string_list_sort()
Michael Haggerty
2014-11-25
1
-1
/
+1
*
|
git_connect: set ssh shell command in GIT_SSH_COMMAND
Thomas Quinot
2014-11-10
1
-3
/
+12
|
/
*
Merge branch 'rs/more-uses-of-skip-prefix'
Junio C Hamano
2014-09-19
1
-10
/
+6
|
\
|
*
connect: simplify check_ref() using skip_prefix() and starts_with()
René Scharfe
2014-09-02
1
-10
/
+6
*
|
run-command: introduce child_process_init()
René Scharfe
2014-08-20
1
-2
/
+4
*
|
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2014-08-20
1
-1
/
+1
|
/
*
Merge branch 'maint'
Junio C Hamano
2014-07-21
1
-3
/
+1
|
\
|
*
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
2014-07-21
1
-3
/
+1
*
|
use skip_prefix to avoid magic numbers
Jeff King
2014-06-20
1
-5
/
+6
*
|
git_connect: use argv_array
Jeff King
2014-05-15
1
-18
/
+10
|
/
*
Merge branch 'nd/indent-fix-connect-c'
Junio C Hamano
2014-03-25
1
-1
/
+1
|
\
|
*
connect.c: SP after "}", not TAB
Nguyễn Thái Ngọc Duy
2014-03-13
1
-1
/
+1
*
|
Merge branch 'nd/shallow-clone'
Junio C Hamano
2014-01-17
1
-9
/
+13
|
\
\
|
*
|
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
2013-12-11
1
-1
/
+11
|
*
|
remote.h: replace struct extra_have_objects with struct sha1_array
Nguyễn Thái Ngọc Duy
2013-12-11
1
-9
/
+3
*
|
|
Merge branch 'tb/clone-ssh-with-colon-for-port'
Junio C Hamano
2013-12-17
1
-113
/
+136
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
git_connect(): use common return point
Torsten Bögershausen
2013-12-09
1
-58
/
+50
|
*
|
connect.c: refactor url parsing
Torsten Bögershausen
2013-12-09
1
-27
/
+30
|
*
|
git_connect(): refactor the port handling for ssh
Torsten Bögershausen
2013-12-09
1
-34
/
+13
|
*
|
git fetch: support host:/~repo
Torsten Bögershausen
2013-12-09
1
-7
/
+7
|
*
|
git fetch-pack: add --diag-url
Torsten Bögershausen
2013-12-09
1
-0
/
+28
|
*
|
git_connect: factor out discovery of the protocol and its parts
Johannes Sixt
2013-12-09
1
-27
/
+53
|
*
|
git_connect: remove artificial limit of a remote command
Johannes Sixt
2013-12-09
1
-6
/
+1
|
|
/
*
/
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-1
/
+1
|
/
*
Merge branch 'jc/upload-pack-send-symref'
Junio C Hamano
2013-10-30
1
-1
/
+62
|
\
|
*
connect: annotate refs with their symref information in get_remote_head()
Junio C Hamano
2013-09-18
1
-0
/
+60
|
*
connect.c: make parse_feature_value() static
Junio C Hamano
2013-09-18
1
-1
/
+2
*
|
Merge branch 'nd/clone-local-with-colon'
Jonathan Nieder
2013-10-14
1
-1
/
+1
|
\
\
|
*
|
clone: tighten "local paths with colons" check a bit
Nguyễn Thái Ngọc Duy
2013-09-27
1
-1
/
+1
*
|
|
cache.h: move remote/connect API out of it
Junio C Hamano
2013-07-08
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'nd/clone-local-with-colon'
Junio C Hamano
2013-06-03
1
-2
/
+5
|
\
|
|
*
clone: allow cloning local paths with colons in them
Nguyễn Thái Ngọc Duy
2013-05-07
1
-2
/
+5
*
|
teach get_remote_heads to read from a memory buffer
Jeff King
2013-02-24
1
-3
/
+3
*
|
pkt-line: share buffer/descriptor reading implementation
Jeff King
2013-02-24
1
-1
/
+2
*
|
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
2013-02-20
1
-2
/
+2
*
|
pkt-line: teach packet_read_line to chomp newlines
Jeff King
2013-02-20
1
-3
/
+2
*
|
pkt-line: provide a generic reading function with options
Jeff King
2013-02-20
1
-1
/
+2
|
/
*
Merge branch 'jc/capabilities'
Junio C Hamano
2012-08-29
1
-9
/
+36
|
\
|
*
parse_feature_request: make it easier to see feature values
Jeff King
2012-08-14
1
-9
/
+36
*
|
Merge branch 'hv/remote-end-hung-up'
Junio C Hamano
2012-07-05
1
-1
/
+17
|
\
\
|
*
|
remove the impression of unexpectedness when access is denied
Heiko Voigt
2012-06-19
1
-1
/
+17
*
|
|
git: Wrong parsing of ssh urls with IPv6 literals ignores port
René Scharfe
2012-06-13
1
-1
/
+1
|
|
/
|
/
|
*
|
server_supports(): parse feature list more carefully
Junio C Hamano
2012-01-08
1
-2
/
+21
*
|
Merge branch 'jk/git-prompt'
Junio C Hamano
2011-12-22
1
-44
/
+0
|
\
\
|
*
|
move git_getpass to its own source file
Jeff King
2011-12-13
1
-44
/
+0
*
|
|
Merge branch 'ew/keepalive'
Junio C Hamano
2011-12-20
1
-0
/
+13
|
\
\
\
|
*
|
|
enable SO_KEEPALIVE for connected TCP sockets
Eric Wong
2011-12-06
1
-0
/
+13
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'dz/connect-error-report' into maint
Junio C Hamano
2011-09-12
1
-14
/
+11
|
|
\
\
*
|
|
|
connect.c: drop path_match function
Jeff King
2011-12-13
1
-21
/
+0
[next]