| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git | Junio C Hamano | 2005-08-28 | 1 | -2/+4 |
|\ |
|
| * | Fix ?: statements. | Jason Riedy | 2005-08-23 | 1 | -2/+4 |
* | | Support +<src>:<dst> format in push as well. | Junio C Hamano | 2005-08-24 | 1 | -2/+15 |
|/ |
|
* | Use GIT_SSH environment to specify alternate ssh binary. | Martin Sivak | 2005-08-09 | 1 | -2/+9 |
* | [PATCH] -Werror fixes | Timo Sirainen | 2005-08-09 | 1 | -1/+2 |
* | send-pack: allow generic sha1 expression on the source side. | Junio C Hamano | 2005-08-06 | 1 | -0/+20 |
* | send-pack: allow the same source to be pushed more than once. | Junio C Hamano | 2005-08-06 | 1 | -7/+0 |
* | Fix refname termination. | Junio C Hamano | 2005-08-05 | 1 | -1/+1 |
* | [PATCH] Fix sparse warnings | Alecs King | 2005-08-03 | 1 | -3/+1 |
* | Renaming push. | Junio C Hamano | 2005-08-03 | 1 | -3/+169 |
* | Fix git protocol connection 'port' override | Linus Torvalds | 2005-07-23 | 1 | -1/+3 |
* | [PATCH] GIT: Try all addresses for given remote name | YOSHIFUJI Hideaki | 2005-07-23 | 1 | -28/+43 |
* | Merge three separate "fetch refs" functions | Linus Torvalds | 2005-07-16 | 1 | -0/+35 |
* | Add first cut at "git protocol" connect logic. | Linus Torvalds | 2005-07-13 | 1 | -2/+81 |
* | [PATCH] Use sq_quote() to properly quote the parameter to call shell. | Junio C Hamano | 2005-07-08 | 1 | -30/+3 |
* | Mark more characters shell-safe. | Linus Torvalds | 2005-07-07 | 1 | -1/+3 |
* | Move "get_ack()" to common git_connect functions | Linus Torvalds | 2005-07-05 | 1 | -0/+19 |
* | Move ref path matching to connect.c library | Linus Torvalds | 2005-07-04 | 1 | -0/+21 |
* | Factor out the ssh connection stuff from send-pack.c | Linus Torvalds | 2005-07-04 | 1 | -0/+86 |