summaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAgeFilesLines
...
* Shrink "struct object" a bitLinus Torvalds2006-06-171-2/+2
* sha1_name: warning ambiguous refs.Junio C Hamano2006-03-231-0/+2
* Const tightening.Junio C Hamano2006-03-051-2/+2
*-. Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-241-1/+9
|\ \
| | * send-pack --thin: use "thin pack" delta transfer.Junio C Hamano2006-02-191-1/+9
| |/
* | send-pack: do not give up when remote has insanely large number of refs.Junio C Hamano2006-02-221-10/+28
|/
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-4/+5
* send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano2005-12-271-3/+56
* send-pack: reword non-fast-forward error message.Junio C Hamano2005-12-221-16/+14
* Avoid misleading success message on errorJohannes Schindelin2005-12-211-1/+1
* Make "git-send-pack" less verbose by defaultLinus Torvalds2005-12-201-1/+9
* Make git-send-pack exit with error when some refs couldn't be pushed outPetr Baudis2005-12-131-1/+5
* Warn when send-pack does nothingDaniel Barkalow2005-12-041-0/+6
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-281-0/+1
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-2/+2
* Ignore funny refname sent from remoteJunio C Hamano2005-10-151-1/+1
* Support +<src>:<dst> format in push as well.Junio C Hamano2005-08-241-4/+8
* Fix ref_newer() in send-pack.Junio C Hamano2005-08-051-5/+22
* Fix send-pack for non-commitish tags.Junio C Hamano2005-08-051-13/+42
* Renaming push.Junio C Hamano2005-08-031-91/+54
* send-pack: handle partial pushes correctly.Junio C Hamano2005-08-031-1/+8
* Make send-pack --all and explicit ref mutually exclusive.Junio C Hamano2005-08-021-2/+5
* Fix potential send-pack SIGSEGVLinus Torvalds2005-07-261-1/+2
* git-send-pack: verify that sender is a proper superset of receiverLinus Torvalds2005-07-191-10/+26
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-161-34/+3
* git-send-pack: add "--all" option to send all refs to the other sideLinus Torvalds2005-07-161-10/+28
* [PATCH] Documentation: send/receive.Junio C Hamano2005-07-141-1/+2
* git-send-pack: Fix duplicate refname matchLinus Torvalds2005-07-111-3/+0
* Teach 'git-send-pack' to send new branches and tags.Linus Torvalds2005-07-081-17/+111
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-051-4/+1
* Move ref path matching to connect.c libraryLinus Torvalds2005-07-041-21/+0
* Factor out the ssh connection stuff from send-pack.cLinus Torvalds2005-07-041-73/+2
* Fix gcc warning in send-pack.cLinus Torvalds2005-07-031-0/+1
* Do ref matching on the sender side rather than on receiverLinus Torvalds2005-06-301-3/+25
* git-send-pack: actually send the object packLinus Torvalds2005-06-301-12/+79
* Add comment on what send-pack still needs to doLinus Torvalds2005-06-291-0/+11
* Slow but steady progress on git pack receive/sendLinus Torvalds2005-06-291-25/+38
* git-send-pack: start parsing local/remote reference differencesLinus Torvalds2005-06-291-3/+58
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-291-4/+8
* Start of "git-send-pack", the local part of sending off a packLinus Torvalds2005-06-291-0/+118