| Commit message (Expand) | Author | Age | Files | Lines |
* | Be careful when dereferencing tags. | Junio C Hamano | 2005-11-02 | 1 | -2/+2 |
* | Ignore funny refname sent from remote | Junio C Hamano | 2005-10-15 | 1 | -1/+1 |
* | Support +<src>:<dst> format in push as well. | Junio C Hamano | 2005-08-24 | 1 | -4/+8 |
* | Fix ref_newer() in send-pack. | Junio C Hamano | 2005-08-05 | 1 | -5/+22 |
* | Fix send-pack for non-commitish tags. | Junio C Hamano | 2005-08-05 | 1 | -13/+42 |
* | Renaming push. | Junio C Hamano | 2005-08-03 | 1 | -91/+54 |
* | send-pack: handle partial pushes correctly. | Junio C Hamano | 2005-08-03 | 1 | -1/+8 |
* | Make send-pack --all and explicit ref mutually exclusive. | Junio C Hamano | 2005-08-02 | 1 | -2/+5 |
* | Fix potential send-pack SIGSEGV | Linus Torvalds | 2005-07-26 | 1 | -1/+2 |
* | git-send-pack: verify that sender is a proper superset of receiver | Linus Torvalds | 2005-07-19 | 1 | -10/+26 |
* | Merge three separate "fetch refs" functions | Linus Torvalds | 2005-07-16 | 1 | -34/+3 |
* | git-send-pack: add "--all" option to send all refs to the other side | Linus Torvalds | 2005-07-16 | 1 | -10/+28 |
* | [PATCH] Documentation: send/receive. | Junio C Hamano | 2005-07-14 | 1 | -1/+2 |
* | git-send-pack: Fix duplicate refname match | Linus Torvalds | 2005-07-11 | 1 | -3/+0 |
* | Teach 'git-send-pack' to send new branches and tags. | Linus Torvalds | 2005-07-08 | 1 | -17/+111 |
* | Add "git_path()" and "head_ref()" helper functions. | Linus Torvalds | 2005-07-05 | 1 | -4/+1 |
* | Move ref path matching to connect.c library | Linus Torvalds | 2005-07-04 | 1 | -21/+0 |
* | Factor out the ssh connection stuff from send-pack.c | Linus Torvalds | 2005-07-04 | 1 | -73/+2 |
* | Fix gcc warning in send-pack.c | Linus Torvalds | 2005-07-03 | 1 | -0/+1 |
* | Do ref matching on the sender side rather than on receiver | Linus Torvalds | 2005-06-30 | 1 | -3/+25 |
* | git-send-pack: actually send the object pack | Linus Torvalds | 2005-06-30 | 1 | -12/+79 |
* | Add comment on what send-pack still needs to do | Linus Torvalds | 2005-06-29 | 1 | -0/+11 |
* | Slow but steady progress on git pack receive/send | Linus Torvalds | 2005-06-29 | 1 | -25/+38 |
* | git-send-pack: start parsing local/remote reference differences | Linus Torvalds | 2005-06-29 | 1 | -3/+58 |
* | Make send/receive-pack be closer to doing something interesting | Linus Torvalds | 2005-06-29 | 1 | -4/+8 |
* | Start of "git-send-pack", the local part of sending off a pack | Linus Torvalds | 2005-06-29 | 1 | -0/+118 |