summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Add explanatory comment for transport-helpers refs mapping.Libravatar Florian Achleitner1-0/+15
2012-04-30remove superfluous newlines in error messagesLibravatar Pete Wyckoff1-2/+2
2012-02-26Merge branch 'sp/smart-http-failure-to-push'Libravatar Junio C Hamano1-3/+10
2012-02-23disconnect from remote helpers more gentlyLibravatar Jeff King1-3/+10
2011-10-05remote: avoid passing NULL to read_ref()Libravatar Michael Haggerty1-2/+4
2011-10-05remote: use xstrdup() instead of strdup()Libravatar Michael Haggerty1-2/+2
2011-07-19transport-helper: die early on encountering deleted refsLibravatar Sverre Rabbelier1-0/+4
2011-07-19transport-helper: implement marks location as capabilityLibravatar Sverre Rabbelier1-29/+18
2011-07-19transport-helper: Use capname for refspec capability tooLibravatar Sverre Rabbelier1-1/+1
2011-07-19transport-helper: change import semanticsLibravatar Sverre Rabbelier1-0/+3
2011-07-19transport-helper: update ref status after push with exportLibravatar Sverre Rabbelier1-0/+1
2011-07-19transport-helper: use the new done feature where possibleLibravatar Sverre Rabbelier1-7/+2
2011-07-19transport-helper: check status code of finish_commandLibravatar Sverre Rabbelier1-8/+15
2011-07-19transport-helper: factor out push_update_refs_statusLibravatar Sverre Rabbelier1-69/+84
2011-07-19remote-helpers: export GIT_DIR variable to helpersLibravatar Dmitry Ivankov1-5/+10
2011-07-19transport-helper: don't feed bogus refs to export pushLibravatar Jeff King1-1/+2
2011-07-19transport-helper: fix minor leak in push_refs_with_exportLibravatar Jeff King1-0/+1
2011-03-22Remove unused variablesLibravatar Johannes Schindelin1-2/+1
2011-03-22Fix sparse warningsLibravatar Stephen Boyd1-1/+1
2011-03-16Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2011-03-16standardize brace placement in struct definitionsLibravatar Jonathan Nieder1-2/+1
2011-03-08transport-helper.c: fix check for (size_t < 0)Libravatar Nicolas Kaiser1-1/+1
2010-12-10thread-utils.h: simplify the inclusionLibravatar Junio C Hamano1-4/+0
2010-11-19remote-fd/ext: finishing touches after code reviewLibravatar Ilari Liusvaara1-0/+5
2010-10-13Add bidirectional_transfer_loop()Libravatar Ilari Liusvaara1-0/+311
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Libravatar Thiago Farina1-1/+1
2010-06-27string_list: Fix argument order for string_list_appendLibravatar Julian Phillips1-2/+2
2010-03-31remote-helpers: add support for an export commandLibravatar Sverre Rabbelier1-12/+120
2010-03-31remote-helpers: allow requesing the path to the .git directoryLibravatar Sverre Rabbelier1-0/+5
2010-03-15Merge branch 'tc/transport-verbosity'Libravatar Junio C Hamano1-3/+1
2010-02-24transport->progress: use flag authoritativelyLibravatar Tay Ray Chuan1-2/+1
2010-02-24push: support multiple levels of verbosityLibravatar Tay Ray Chuan1-1/+0
2010-02-03Typofixes outside documentation areaLibravatar Junio C Hamano1-1/+1
2010-01-20Merge branch 'js/exec-error-report'Libravatar Junio C Hamano1-4/+10
2010-01-20Merge branch 'tr/http-push-ref-status'Libravatar Junio C Hamano1-8/+20
2010-01-17Merge branch 'tc/clone-v-progress'Libravatar Junio C Hamano1-1/+1
2010-01-12Improve error message when a transport helper was not foundLibravatar Ilari Liusvaara1-4/+10
2010-01-09transport-helper.c::push_refs(): emit "no refs" error messageLibravatar Tay Ray Chuan1-1/+4
2010-01-09transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Libravatar Tay Ray Chuan1-0/+9
2010-01-09refactor ref status logic for pushingLibravatar Tay Ray Chuan1-7/+7
2009-12-28check stderr with isatty() instead of stdout when deciding to show progressLibravatar Tay Ray Chuan1-1/+1
2009-12-28Support remote archive from all smart transportsLibravatar Ilari Liusvaara1-0/+19
2009-12-28Support remote helpers implementing smart transportsLibravatar Ilari Liusvaara1-6/+118
2009-12-26Merge branch 'sr/vcs-helper'Libravatar Junio C Hamano1-4/+120
2009-12-09Support taking over transportsLibravatar Ilari Liusvaara1-1/+18
2009-12-09Pass unknown protocols to external protocol handlersLibravatar Ilari Liusvaara1-1/+11
2009-12-09Support mandatory capabilitiesLibravatar Ilari Liusvaara1-6/+19
2009-12-09Add remote helper debug modeLibravatar Ilari Liusvaara1-25/+69
2009-12-06Merge branch 'master' into il/vcs-helperLibravatar Junio C Hamano1-15/+250
2009-11-17Allow helpers to report in "list" command that the ref is unchangedLibravatar Daniel Barkalow1-0/+22