Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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-20 | 1 | -1/+1 | |
|\ | ||||||
| * | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 2015-09-25 | 1 | -1/+1 | |
* | | Merge branch 'tk/typofix-connect-unknown-proto-error' | Junio C Hamano | 2015-10-14 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | connect: fix typo in result string of prot_name()tk/typofix-connect-unknown-proto-error | Tobias Klauser | 2015-09-25 | 1 | -1/+1 | |
| |/ | ||||||
* | | Sync with 2.6.1 | Junio C Hamano | 2015-10-05 | 1 | -0/+6 | |
|\ \ | ||||||
| * \ | Sync with 2.3.10 | Junio C Hamano | 2015-09-28 | 1 | -0/+5 | |
| |\ \ | ||||||
| | * | | transport: add a protocol-whitelist environment variable | Jeff King | 2015-09-23 | 1 | -0/+5 | |
| | * | | Merge branch 'tb/connect-ipv6-parse-fix' into maint | Junio C Hamano | 2015-04-27 | 1 | -0/+2 | |
| | |\ \ | ||||||
| * | \ \ | Merge branch 'bc/connect-plink' into maint | Junio C Hamano | 2015-06-05 | 1 | -21/+33 | |
| |\ \ \ \ | ||||||
* | | | | | | git_connect: clarify conn->use_shell flagjk/connect-clear-env | Jeff King | 2015-09-08 | 1 | -9/+13 | |
* | | | | | | git_connect: clear GIT_* environment for ssh | Jeff King | 2015-09-04 | 1 | -2/+2 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge branch 'bc/connect-plink' | Junio C Hamano | 2015-05-19 | 1 | -21/+33 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | connect: improve check for plink to reduce false positivesbc/connect-plink | brian m. carlson | 2015-04-28 | 1 | -3/+15 | |
| * | | | connect: simplify SSH connection code path | brian m. carlson | 2015-04-28 | 1 | -20/+20 | |
| |/ / | ||||||
| * | | Merge branch 'tb/connect-ipv6-parse-fix' into maint | Junio C Hamano | 2015-03-23 | 1 | -44/+70 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'jk/daemon-interpolate' into maint | Junio C Hamano | 2015-03-13 | 1 | -1/+11 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'rs/simple-cleanups' into maint | Junio C Hamano | 2015-03-06 | 1 | -2/+1 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge branch 'tb/connect-ipv6-parse-fix' | Junio C Hamano | 2015-04-20 | 1 | -0/+2 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | connect.c: ignore extra colon after hostnametb/connect-ipv6-parse-fix | Torsten Bögershausen | 2015-04-08 | 1 | -0/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | connect.c: do not leak "conn" after showing diagnosis | Stefan Beller | 2015-03-10 | 1 | -0/+1 | |
* | | | | | Merge branch 'tb/connect-ipv6-parse-fix' | Junio C Hamano | 2015-03-05 | 1 | -44/+70 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | t5500: show user name and host in diag-url | Torsten Bögershausen | 2015-02-22 | 1 | -12/+23 | |
| * | | | | connect.c: allow ssh://user@[2001:db8::1]/repo.git | Torsten Bögershausen | 2015-02-22 | 1 | -25/+38 | |
* | | | | | Merge branch 'rs/simple-cleanups' | Junio C Hamano | 2015-03-05 | 1 | -2/+1 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | connect: use strcmp() for string comparison | René Scharfe | 2015-02-22 | 1 | -2/+1 | |
* | | | | | Merge branch 'jk/daemon-interpolate' | Junio C Hamano | 2015-03-03 | 1 | -1/+11 | |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | git_connect: let user override virtual-host we send to daemon | Jeff King | 2015-02-17 | 1 | -1/+11 | |
| |/ / | ||||||
* | | | Merge branch 'mh/simplify-repack-without-refs' | Junio C Hamano | 2014-12-22 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | sort_string_list(): rename to string_list_sort()mh/simplify-repack-without-refs | Michael Haggerty | 2014-11-25 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | git_connect: set ssh shell command in GIT_SSH_COMMANDtq/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 TABnd/indent-fix-connect-c | 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-10 | 1 | -1/+11 | |
| * | | remote.h: replace struct extra_have_objects with struct sha1_array | Nguyễn Thái Ngọc Duy | 2013-12-10 | 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 pointtb/clone-ssh-with-colon-for-port | 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 |