Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
* | | | | | | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | connect.c: stop conflating ssh command names and overrides | Junio C Hamano | 2017-02-10 | 1 | -13/+32 | |
* | | | | | connect: Add the envvar GIT_SSH_VARIANT and ssh.variant config | Segev Finer | 2017-02-01 | 1 | -3/+8 | |
* | | | | | git_connect(): factor out SSH variant handling | Johannes Schindelin | 2017-02-01 | 1 | -26/+46 | |
* | | | | | connect: rename tortoiseplink and putty variables | Junio C Hamano | 2017-01-26 | 1 | -10/+13 | |
* | | | | | connect: handle putty/plink also in GIT_SSH_COMMAND | Segev Finer | 2017-01-25 | 1 | -7/+16 | |
|/ / / / | ||||||
* | | | | Merge branch 'ls/filter-process' | Junio C Hamano | 2016-10-31 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 2016-10-17 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge branch 'va/i18n-more' | Junio C Hamano | 2016-09-27 | 1 | -4/+4 | |
|\ \ \ \ | ||||||
| * | | | | i18n: connect: mark die messages for translation | Vasco Almeida | 2016-09-19 | 1 | -4/+4 | |
| |/ / / | ||||||
* | | | | Merge branch 'jt/accept-capability-advertisement-when-fetching-from-void' | Junio C Hamano | 2016-09-22 | 1 | -6/+26 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | connect: advertized capability is not a ref | Jonathan Tan | 2016-09-09 | 1 | -0/+14 | |
| * | | | connect: tighten check for unexpected early hang up | Jonathan Nieder | 2016-09-09 | 1 | -6/+12 | |
| |/ / | ||||||
* / / | connect: read $GIT_SSH_COMMAND from config file | Nguyễn Thái Ngọc Duy | 2016-07-06 | 1 | -1/+14 | |
|/ / | ||||||
* | | Merge branch 'cn/deprecate-ssh-git-url' | Junio C Hamano | 2016-03-16 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Disown ssh+git and git+ssh | Carlos Martín Nieto | 2016-03-09 | 1 | -2/+2 | |
| |/ | ||||||
* / | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 2016-02-12 | 1 | -0/+8 | |
|/ | ||||||
* | get_remote_heads: convert to struct object_id | brian m. carlson | 2015-11-20 | 1 | -10/+12 | |
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -1/+1 | |
* | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-21 | 1 | -1/+1 | |
|\ |