| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sp/smart-http-failure-to-push' | Junio C Hamano | 2012-02-26 | 1 | -3/+10 |
|\ |
|
| * | disconnect from remote helpers more gentlysp/smart-http-failure-to-push | Jeff King | 2012-02-23 | 1 | -3/+10 |
* | | remote: avoid passing NULL to read_ref() | Michael Haggerty | 2011-10-05 | 1 | -2/+4 |
* | | remote: use xstrdup() instead of strdup() | Michael Haggerty | 2011-10-05 | 1 | -2/+2 |
* | | transport-helper: die early on encountering deleted refs | Sverre Rabbelier | 2011-07-19 | 1 | -0/+4 |
* | | transport-helper: implement marks location as capability | Sverre Rabbelier | 2011-07-19 | 1 | -29/+18 |
* | | transport-helper: Use capname for refspec capability too | Sverre Rabbelier | 2011-07-19 | 1 | -1/+1 |
* | | transport-helper: change import semantics | Sverre Rabbelier | 2011-07-19 | 1 | -0/+3 |
* | | transport-helper: update ref status after push with export | Sverre Rabbelier | 2011-07-19 | 1 | -0/+1 |
* | | transport-helper: use the new done feature where possible | Sverre Rabbelier | 2011-07-19 | 1 | -7/+2 |
* | | transport-helper: check status code of finish_command | Sverre Rabbelier | 2011-07-19 | 1 | -8/+15 |
* | | transport-helper: factor out push_update_refs_status | Sverre Rabbelier | 2011-07-19 | 1 | -69/+84 |
* | | remote-helpers: export GIT_DIR variable to helpers | Dmitry Ivankov | 2011-07-19 | 1 | -5/+10 |
* | | transport-helper: don't feed bogus refs to export push | Jeff King | 2011-07-19 | 1 | -1/+2 |
* | | transport-helper: fix minor leak in push_refs_with_export | Jeff King | 2011-07-19 | 1 | -0/+1 |
|/ |
|
* | Remove unused variables | Johannes Schindelin | 2011-03-22 | 1 | -2/+1 |
* | Fix sparse warnings | Stephen Boyd | 2011-03-22 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2011-03-16 | 1 | -2/+1 |
|\ |
|
| * | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 | 1 | -2/+1 |
* | | transport-helper.c: fix check for (size_t < 0) | Nicolas Kaiser | 2011-03-08 | 1 | -1/+1 |
|/ |
|
* | thread-utils.h: simplify the inclusion | Junio C Hamano | 2010-12-10 | 1 | -4/+0 |
* | remote-fd/ext: finishing touches after code review | Ilari Liusvaara | 2010-11-19 | 1 | -0/+5 |
* | Add bidirectional_transfer_loop() | Ilari Liusvaara | 2010-10-13 | 1 | -0/+311 |
* | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 2010-07-05 | 1 | -1/+1 |
* | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 | 1 | -2/+2 |
* | remote-helpers: add support for an export command | Sverre Rabbelier | 2010-03-31 | 1 | -12/+120 |
* | remote-helpers: allow requesing the path to the .git directory | Sverre Rabbelier | 2010-03-31 | 1 | -0/+5 |
* | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 2010-03-15 | 1 | -3/+1 |
|\ |
|
| * | transport->progress: use flag authoritatively | Tay Ray Chuan | 2010-02-24 | 1 | -2/+1 |
| * | push: support multiple levels of verbosity | Tay Ray Chuan | 2010-02-24 | 1 | -1/+0 |
* | | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'js/exec-error-report' | Junio C Hamano | 2010-01-20 | 1 | -4/+10 |
|\ |
|
| * | Improve error message when a transport helper was not found | Ilari Liusvaara | 2010-01-12 | 1 | -4/+10 |
* | | Merge branch 'tr/http-push-ref-status' | Junio C Hamano | 2010-01-20 | 1 | -8/+20 |
|\ \ |
|
| * | | transport-helper.c::push_refs(): emit "no refs" error message | Tay Ray Chuan | 2010-01-09 | 1 | -1/+4 |
| * | | transport-helper.c::push_refs(): ignore helper-reported status if ref is not ... | Tay Ray Chuan | 2010-01-09 | 1 | -0/+9 |
| * | | refactor ref status logic for pushing | Tay Ray Chuan | 2010-01-09 | 1 | -7/+7 |
| * | | Merge branch 'sr/vcs-helper' | Junio C Hamano | 2009-12-26 | 1 | -4/+120 |
| |\ \ |
|
* | \ \ | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 2010-01-17 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 2009-12-28 | 1 | -1/+1 |
| |/ / |
|
* | | | Support remote archive from all smart transports | Ilari Liusvaara | 2009-12-28 | 1 | -0/+19 |
* | | | Support remote helpers implementing smart transports | Ilari Liusvaara | 2009-12-28 | 1 | -6/+118 |
* | | | Support taking over transports | Ilari Liusvaara | 2009-12-09 | 1 | -1/+18 |
* | | | Pass unknown protocols to external protocol handlers | Ilari Liusvaara | 2009-12-09 | 1 | -1/+11 |
* | | | Support mandatory capabilities | Ilari Liusvaara | 2009-12-09 | 1 | -6/+19 |
* | | | Add remote helper debug mode | Ilari Liusvaara | 2009-12-09 | 1 | -25/+69 |
* | | | Merge branch 'master' into il/vcs-helper | Junio C Hamano | 2009-12-06 | 1 | -15/+250 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | remote-helpers: return successfully if everything up-to-date | Clemens Buchacher | 2009-10-30 | 1 | -0/+2 |
| * | Move WebDAV HTTP push under remote-curl | Shawn O. Pearce | 2009-10-30 | 1 | -3/+134 |
| * | remote-helpers: Support custom transport options | Shawn O. Pearce | 2009-10-30 | 1 | -1/+87 |