Age | Commit message (Expand) | Author | Files | Lines |
2005-10-28 | Support receiving server capabilities | Johannes Schindelin | 1 | -1/+15 |
2005-10-25 | Revert recent fetch-pack/upload-pack updates. | Junio C Hamano | 1 | -4/+1 |
2005-10-24 | git-fetch-pack: Implement client part of the multi_ack extension | Johannes Schindelin | 1 | -1/+4 |
2005-10-16 | Squelch compiler warnings from connect.c | Junio C Hamano | 1 | -0/+1 |
2005-10-15 | Ignore funny refname sent from remote | Junio C Hamano | 1 | -1/+7 |
2005-10-14 | Support git+ssh:// and ssh+git:// URL | Linus Torvalds | 1 | -0/+4 |
2005-09-28 | NO_IPV6 support for git daemon | Peter Anvin | 1 | -1/+1 |
2005-09-28 | Call it NO_IPV6 rather than hard-coding __CYGWIN__ | hpa | 1 | -3/+3 |
2005-09-28 | Cygwin doesn't support IPv6 or getaddrinfo() | hpa | 1 | -0/+73 |
2005-08-28 | Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git | Junio C Hamano | 1 | -2/+4 |
2005-08-24 | Support +<src>:<dst> format in push as well. | Junio C Hamano | 1 | -2/+15 |
2005-08-23 | Fix ?: statements. | Jason Riedy | 1 | -2/+4 |
2005-08-09 | Use GIT_SSH environment to specify alternate ssh binary. | Martin Sivak | 1 | -2/+9 |
2005-08-09 | [PATCH] -Werror fixes | Timo Sirainen | 1 | -1/+2 |
2005-08-06 | send-pack: allow generic sha1 expression on the source side. | Junio C Hamano | 1 | -0/+20 |
2005-08-06 | send-pack: allow the same source to be pushed more than once. | Junio C Hamano | 1 | -7/+0 |
2005-08-05 | Fix refname termination. | Junio C Hamano | 1 | -1/+1 |
2005-08-03 | [PATCH] Fix sparse warnings | Alecs King | 1 | -3/+1 |
2005-08-03 | Renaming push. | Junio C Hamano | 1 | -3/+169 |
2005-07-23 | Fix git protocol connection 'port' override | Linus Torvalds | 1 | -1/+3 |
2005-07-23 | [PATCH] GIT: Try all addresses for given remote name | YOSHIFUJI Hideaki | 1 | -28/+43 |
2005-07-16 | Merge three separate "fetch refs" functions | Linus Torvalds | 1 | -0/+35 |
2005-07-13 | Add first cut at "git protocol" connect logic. | Linus Torvalds | 1 | -2/+81 |
2005-07-08 | [PATCH] Use sq_quote() to properly quote the parameter to call shell. | Junio C Hamano | 1 | -30/+3 |
2005-07-07 | Mark more characters shell-safe. | Linus Torvalds | 1 | -1/+3 |
2005-07-05 | Move "get_ack()" to common git_connect functions | Linus Torvalds | 1 | -0/+19 |
2005-07-04 | Move ref path matching to connect.c library | Linus Torvalds | 1 | -0/+21 |
2005-07-04 | Factor out the ssh connection stuff from send-pack.c | Linus Torvalds | 1 | -0/+86 |