| Commit message (Expand) | Author | Age |
... | |
| | * | send-pack --thin: use "thin pack" delta transfer. | Junio C Hamano | 2006-02-19 |
| |/ |
|
* | | send-pack: do not give up when remote has insanely large number of refs. | Junio C Hamano | 2006-02-22 |
|/ |
|
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 |
* | send-pack/receive-pack: allow errors to be reported back to pusher. | Junio C Hamano | 2005-12-27 |
* | send-pack: reword non-fast-forward error message. | Junio C Hamano | 2005-12-22 |
* | Avoid misleading success message on error | Johannes Schindelin | 2005-12-21 |
* | Make "git-send-pack" less verbose by default | Linus Torvalds | 2005-12-20 |
* | Make git-send-pack exit with error when some refs couldn't be pushed out | Petr Baudis | 2005-12-13 |
* | Warn when send-pack does nothing | Daniel Barkalow | 2005-12-04 |
* | Make networking commands to work from a subdirectory. | Junio C Hamano | 2005-11-28 |
* | Be careful when dereferencing tags. | Junio C Hamano | 2005-11-02 |
* | Ignore funny refname sent from remote | Junio C Hamano | 2005-10-15 |
* | Support +<src>:<dst> format in push as well. | Junio C Hamano | 2005-08-24 |
* | Fix ref_newer() in send-pack. | Junio C Hamano | 2005-08-05 |
* | Fix send-pack for non-commitish tags. | Junio C Hamano | 2005-08-05 |
* | Renaming push. | Junio C Hamano | 2005-08-03 |
* | send-pack: handle partial pushes correctly. | Junio C Hamano | 2005-08-03 |
* | Make send-pack --all and explicit ref mutually exclusive. | Junio C Hamano | 2005-08-02 |
* | Fix potential send-pack SIGSEGV | Linus Torvalds | 2005-07-26 |
* | git-send-pack: verify that sender is a proper superset of receiver | Linus Torvalds | 2005-07-19 |
* | Merge three separate "fetch refs" functions | Linus Torvalds | 2005-07-16 |
* | git-send-pack: add "--all" option to send all refs to the other side | Linus Torvalds | 2005-07-16 |
* | [PATCH] Documentation: send/receive. | Junio C Hamano | 2005-07-14 |
* | git-send-pack: Fix duplicate refname match | Linus Torvalds | 2005-07-11 |
* | Teach 'git-send-pack' to send new branches and tags. | Linus Torvalds | 2005-07-08 |
* | Add "git_path()" and "head_ref()" helper functions. | Linus Torvalds | 2005-07-05 |
* | Move ref path matching to connect.c library | Linus Torvalds | 2005-07-04 |
* | Factor out the ssh connection stuff from send-pack.c | Linus Torvalds | 2005-07-04 |
* | Fix gcc warning in send-pack.c | Linus Torvalds | 2005-07-03 |
* | Do ref matching on the sender side rather than on receiver | Linus Torvalds | 2005-06-30 |
* | git-send-pack: actually send the object pack | Linus Torvalds | 2005-06-30 |
* | Add comment on what send-pack still needs to do | Linus Torvalds | 2005-06-29 |
* | Slow but steady progress on git pack receive/send | Linus Torvalds | 2005-06-29 |
* | git-send-pack: start parsing local/remote reference differences | Linus Torvalds | 2005-06-29 |
* | Make send/receive-pack be closer to doing something interesting | Linus Torvalds | 2005-06-29 |
* | Start of "git-send-pack", the local part of sending off a pack | Linus Torvalds | 2005-06-29 |