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
*
trace2:data: add trace2 transport child classification
Jeff Hostetler
2019-02-23
1
-0
/
+3
*
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
2019-01-02
1
-3
/
+0
*
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-1
/
+1
*
connect.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-35
/
+39
*
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-11
/
+10
*
Merge branch 'nd/command-list'
Junio C Hamano
2018-06-01
1
-0
/
+1
|
\
|
*
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
2018-05-21
1
-0
/
+1
*
|
Merge branch 'bw/server-options'
Junio C Hamano
2018-05-23
1
-1
/
+8
|
\
\
|
*
|
ls-remote: send server options when using protocol v2
Brandon Williams
2018-04-24
1
-1
/
+8
*
|
|
Merge branch 'nd/warn-more-for-devs'
Junio C Hamano
2018-05-08
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
connect.c: mark die_initial_contact() NORETURN
Nguyễn Thái Ngọc Duy
2018-04-16
1
-1
/
+1
|
|
/
*
|
connect: don't request v2 when pushing
Brandon Williams
2018-03-15
1
-0
/
+8
*
|
connect: refactor git_connect to only get the protocol version once
Brandon Williams
2018-03-15
1
-12
/
+15
*
|
fetch-pack: support shallow requests
Brandon Williams
2018-03-15
1
-0
/
+22
*
|
connect: request remote refs using v2
Brandon Williams
2018-03-15
1
-5
/
+133
*
|
protocol: introduce enum protocol_version value protocol_v2
Brandon Williams
2018-03-14
1
-0
/
+3
*
|
connect: discover protocol version outside of get_remote_heads
Brandon Williams
2018-03-14
1
-17
/
+10
*
|
connect: convert get_remote_heads to use struct packet_reader
Brandon Williams
2018-03-14
1
-78
/
+95
|
/
*
connect: correct style of C-style comment
Jonathan Nieder
2017-11-21
1
-1
/
+2
*
ssh: 'simple' variant does not support --port
Jonathan Nieder
2017-11-21
1
-3
/
+12
*
ssh: 'simple' variant does not support -4/-6
Jonathan Nieder
2017-11-21
1
-3
/
+22
*
ssh: 'auto' variant to select between 'ssh' and 'simple'
Jonathan Nieder
2017-11-21
1
-7
/
+25
*
connect: split ssh option computation to its own function
Jonathan Nieder
2017-11-21
1
-28
/
+37
*
connect: split ssh command line options into separate function
Jonathan Nieder
2017-11-21
1
-53
/
+60
*
connect: split git:// setup into a separate function
Jonathan Nieder
2017-11-21
1
-44
/
+59
*
connect: move no_fork fallback to git_tcp_connect
Jonathan Nieder
2017-11-21
1
-15
/
+21
*
ssh: introduce a 'simple' ssh variant
Brandon Williams
2017-10-17
1
-47
/
+61
*
connect: tell server that the client understands v1
Brandon Williams
2017-10-17
1
-5
/
+32
*
connect: teach client to recognize v1 server response
Brandon Williams
2017-10-17
1
-4
/
+26
*
connect: in ref advertisement, shallows are last
Jonathan Tan
2017-09-27
1
-66
/
+123
*
connect: release strbuf on error return in git_connect()
Rene Scharfe
2017-09-07
1
-1
/
+3
*
Merge tag 'v2.13.5' into maint
Junio C Hamano
2017-08-04
1
-0
/
+11
|
\
|
*
Merge tag 'v2.12.4' into maint
Junio C Hamano
2017-08-01
1
-0
/
+11
|
|
\
|
|
*
Merge tag 'v2.10.4' into maint-2.11
Junio C Hamano
2017-07-31
1
-0
/
+11
|
|
|
\
|
|
|
*
Merge tag 'v2.9.5' into maint-2.10
Junio C Hamano
2017-07-30
1
-0
/
+11
|
|
|
|
\
|
|
|
|
*
Merge tag 'v2.7.6' into maint-2.8
Junio C Hamano
2017-07-30
1
-0
/
+11
|
|
|
|
|
\
|
|
|
|
|
*
connect: reject paths that look like command line options
Jeff King
2017-07-29
1
-0
/
+3
|
|
|
|
|
*
connect: reject dashed arguments for proxy commands
Jeff King
2017-07-29
1
-0
/
+5
|
|
|
|
|
*
connect: factor out "looks like command line option" check
Jeff King
2017-07-29
1
-1
/
+1
|
|
|
|
|
*
connect: reject ssh hostname that begins with a dash
Junio C Hamano
2017-07-29
1
-0
/
+3
|
*
|
|
|
|
Merge branch 'jk/connect-symref-info-leak-fix' into maint
Junio C Hamano
2017-06-13
1
-1
/
+1
|
|
\
\
\
\
\
*
|
\
\
\
\
\
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge branch 'jk/connect-symref-info-leak-fix'
Junio C Hamano
2017-06-05
1
-1
/
+1
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
/
/
/
/
/
|
|
/
/
/
/
/
|
*
/
/
/
/
connect.c: fix leak in parse_one_symref_info()
Jeff King
2017-05-26
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'sf/putty-w-args'
Junio C Hamano
2017-04-26
1
-1
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
connect.c: fix leak in handle_ssh_variant
Jeff King
2017-04-21
1
-1
/
+3
*
|
|
|
|
|
Merge branch 'sf/putty-w-args'
Junio C Hamano
2017-04-20
1
-1
/
+1
|
\
|
|
|
|
|
|
*
|
|
|
|
connect.c: handle errors from split_cmdline
Jeff King
2017-04-17
1
-1
/
+1
*
|
|
|
|
|
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-4
/
+4
[next]