aboutsummaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAge
* remote: avoid passing NULL to read_ref()Michael Haggerty2011-10-05
* remote: use xstrdup() instead of strdup()Michael Haggerty2011-10-05
* transport-helper: die early on encountering deleted refsSverre Rabbelier2011-07-19
* transport-helper: implement marks location as capabilitySverre Rabbelier2011-07-19
* transport-helper: Use capname for refspec capability tooSverre Rabbelier2011-07-19
* transport-helper: change import semanticsSverre Rabbelier2011-07-19
* transport-helper: update ref status after push with exportSverre Rabbelier2011-07-19
* transport-helper: use the new done feature where possibleSverre Rabbelier2011-07-19
* transport-helper: check status code of finish_commandSverre Rabbelier2011-07-19
* transport-helper: factor out push_update_refs_statusSverre Rabbelier2011-07-19
* remote-helpers: export GIT_DIR variable to helpersDmitry Ivankov2011-07-19
* transport-helper: don't feed bogus refs to export pushJeff King2011-07-19
* transport-helper: fix minor leak in push_refs_with_exportJeff King2011-07-19
* Remove unused variablesJohannes Schindelin2011-03-22
* Fix sparse warningsStephen Boyd2011-03-22
* Merge branch 'maint'Junio C Hamano2011-03-16
|\
| * standardize brace placement in struct definitionsJonathan Nieder2011-03-16
* | transport-helper.c: fix check for (size_t < 0)Nicolas Kaiser2011-03-08
|/
* thread-utils.h: simplify the inclusionJunio C Hamano2010-12-10
* remote-fd/ext: finishing touches after code reviewIlari Liusvaara2010-11-19
* Add bidirectional_transfer_loop()Ilari Liusvaara2010-10-13
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-05
* string_list: Fix argument order for string_list_appendJulian Phillips2010-06-27
* remote-helpers: add support for an export commandSverre Rabbelier2010-03-31
* remote-helpers: allow requesing the path to the .git directorySverre Rabbelier2010-03-31
* Merge branch 'tc/transport-verbosity'Junio C Hamano2010-03-15
|\
| * transport->progress: use flag authoritativelyTay Ray Chuan2010-02-24
| * push: support multiple levels of verbosityTay Ray Chuan2010-02-24
* | Typofixes outside documentation areaJunio C Hamano2010-02-03
|/
* Merge branch 'js/exec-error-report'Junio C Hamano2010-01-20
|\
| * Improve error message when a transport helper was not foundIlari Liusvaara2010-01-12
* | Merge branch 'tr/http-push-ref-status'Junio C Hamano2010-01-20
|\ \
| * | transport-helper.c::push_refs(): emit "no refs" error messageTay Ray Chuan2010-01-09
| * | transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan2010-01-09
| * | refactor ref status logic for pushingTay Ray Chuan2010-01-09
| * | Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-26
| |\ \
* | \ \ Merge branch 'tc/clone-v-progress'Junio C Hamano2010-01-17
|\ \ \ \ | |_|_|/ |/| | |
| * | | check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan2009-12-28
| |/ /
* | | Support remote archive from all smart transportsIlari Liusvaara2009-12-28
* | | Support remote helpers implementing smart transportsIlari Liusvaara2009-12-28
* | | Support taking over transportsIlari Liusvaara2009-12-09
* | | Pass unknown protocols to external protocol handlersIlari Liusvaara2009-12-09
* | | Support mandatory capabilitiesIlari Liusvaara2009-12-09
* | | Add remote helper debug modeIlari Liusvaara2009-12-09
* | | Merge branch 'master' into il/vcs-helperJunio C Hamano2009-12-06
|\ \ \ | |/ / | | / | |/ |/|
| * remote-helpers: return successfully if everything up-to-dateClemens Buchacher2009-10-30
| * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-30
| * remote-helpers: Support custom transport optionsShawn O. Pearce2009-10-30
| * remote-helpers: Fetch more than one ref in a batchShawn O. Pearce2009-10-30
* | Allow helpers to report in "list" command that the ref is unchangedDaniel Barkalow2009-11-17