| Commit message (Expand) | Author | Age |
* | Add compat/unsetenv.c . | Jason Riedy | 2006-01-25 |
* | local push/pull env cleanup | Matt Draisey | 2006-01-25 |
* | send-pack/receive-pack: allow errors to be reported back to pusher. | Junio C Hamano | 2005-12-27 |
* | GIT: Support [address] in URLs | YOSHIFUJI Hideaki / 吉藤英明 | 2005-12-21 |
* | Fixed git:// IPv4 address problem when compiled with -DNO_IPV6. | Paul Serice | 2005-11-22 |
* | GIT: Fix compilation error in connect.c | YOSHIFUJI Hideaki / 吉藤英明 | 2005-11-21 |
* | git-proxy updates. | Junio C Hamano | 2005-11-21 |
* | proxy-command support for git:// | Paul Collins | 2005-11-21 |
* | Client side support for user-relative paths. | Andreas Ericsson | 2005-11-19 |
* | fix multi_ack. | Johannes Schindelin | 2005-10-28 |
* | git-fetch-pack: Support multi_ack extension | Johannes Schindelin | 2005-10-28 |
* | Support receiving server capabilities | Johannes Schindelin | 2005-10-28 |
* | Revert recent fetch-pack/upload-pack updates. | Junio C Hamano | 2005-10-25 |
* | git-fetch-pack: Implement client part of the multi_ack extension | Johannes Schindelin | 2005-10-24 |
* | Squelch compiler warnings from connect.c | Junio C Hamano | 2005-10-16 |
* | Ignore funny refname sent from remote | Junio C Hamano | 2005-10-15 |
* | Support git+ssh:// and ssh+git:// URL | Linus Torvalds | 2005-10-14 |
* | NO_IPV6 support for git daemon | Peter Anvin | 2005-09-28 |
* | Call it NO_IPV6 rather than hard-coding __CYGWIN__ | hpa | 2005-09-28 |
* | Cygwin doesn't support IPv6 or getaddrinfo() | hpa | 2005-09-28 |
* | Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git | Junio C Hamano | 2005-08-28 |
|\ |
|
| * | Fix ?: statements. | Jason Riedy | 2005-08-23 |
* | | Support +<src>:<dst> format in push as well. | Junio C Hamano | 2005-08-24 |
|/ |
|
* | Use GIT_SSH environment to specify alternate ssh binary. | Martin Sivak | 2005-08-09 |
* | [PATCH] -Werror fixes | Timo Sirainen | 2005-08-09 |
* | send-pack: allow generic sha1 expression on the source side. | Junio C Hamano | 2005-08-06 |
* | send-pack: allow the same source to be pushed more than once. | Junio C Hamano | 2005-08-06 |
* | Fix refname termination. | Junio C Hamano | 2005-08-05 |
* | [PATCH] Fix sparse warnings | Alecs King | 2005-08-03 |
* | Renaming push. | Junio C Hamano | 2005-08-03 |
* | Fix git protocol connection 'port' override | Linus Torvalds | 2005-07-23 |
* | [PATCH] GIT: Try all addresses for given remote name | YOSHIFUJI Hideaki | 2005-07-23 |
* | Merge three separate "fetch refs" functions | Linus Torvalds | 2005-07-16 |
* | Add first cut at "git protocol" connect logic. | Linus Torvalds | 2005-07-13 |
* | [PATCH] Use sq_quote() to properly quote the parameter to call shell. | Junio C Hamano | 2005-07-08 |
* | Mark more characters shell-safe. | Linus Torvalds | 2005-07-07 |
* | Move "get_ack()" to common git_connect functions | Linus Torvalds | 2005-07-05 |
* | Move ref path matching to connect.c library | Linus Torvalds | 2005-07-04 |
* | Factor out the ssh connection stuff from send-pack.c | Linus Torvalds | 2005-07-04 |