aboutsummaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Collapse)AuthorAge
...
* Add comment on what send-pack still needs to doLinus Torvalds2005-06-29
| | | | Me tired.
* Slow but steady progress on git pack receive/sendLinus Torvalds2005-06-29
|
* git-send-pack: start parsing local/remote reference differencesLinus Torvalds2005-06-29
| | | | | Right now it just shows which refs it picks up, and whether they are the same or changed on the remote end. Getting there..
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-29
|
* Start of "git-send-pack", the local part of sending off a packLinus Torvalds2005-06-29
Like git-receive-pack, this is only partway done.