summaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with v1.8.2.3Junio C Hamano2013-05-091-2/+1
|\
| * transport-helper: trivial style cleanupFelipe Contreras2013-05-091-2/+1
* | Merge branch 'fc/push-with-export-reporting-result'Junio C Hamano2013-05-051-0/+1
|\ \
| * | transport-helper: improve push messagesFelipe Contreras2013-05-051-0/+1
| |/
* | transport-helper: add 'signed-tags' capabilityJohn Keeping2013-04-151-1/+5
* | transport-helper: pass --signed-tags=warn-strip to fast-exportJohn Keeping2013-04-151-1/+2
|/
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-241-0/+10
* push: require force for refs under refs/tags/Chris Rorvick2012-12-021-0/+6
* When debug==1, start fast-import with "--stats" instead of "--quiet"Florian Achleitner2012-10-071-1/+1
* Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capab...Florian Achleitner2012-10-071-13/+31
* Add explanatory comment for transport-helpers refs mapping.Florian Achleitner2012-07-301-0/+15
* remove superfluous newlines in error messagesPete Wyckoff2012-04-301-2/+2
* Merge branch 'sp/smart-http-failure-to-push'Junio C Hamano2012-02-261-3/+10
|\
| * disconnect from remote helpers more gentlysp/smart-http-failure-to-pushJeff King2012-02-231-3/+10
* | remote: avoid passing NULL to read_ref()Michael Haggerty2011-10-051-2/+4
* | remote: use xstrdup() instead of strdup()Michael Haggerty2011-10-051-2/+2
* | transport-helper: die early on encountering deleted refsSverre Rabbelier2011-07-191-0/+4
* | transport-helper: implement marks location as capabilitySverre Rabbelier2011-07-191-29/+18
* | transport-helper: Use capname for refspec capability tooSverre Rabbelier2011-07-191-1/+1
* | transport-helper: change import semanticsSverre Rabbelier2011-07-191-0/+3
* | transport-helper: update ref status after push with exportSverre Rabbelier2011-07-191-0/+1
* | transport-helper: use the new done feature where possibleSverre Rabbelier2011-07-191-7/+2
* | transport-helper: check status code of finish_commandSverre Rabbelier2011-07-191-8/+15
* | transport-helper: factor out push_update_refs_statusSverre Rabbelier2011-07-191-69/+84
* | remote-helpers: export GIT_DIR variable to helpersDmitry Ivankov2011-07-191-5/+10
* | transport-helper: don't feed bogus refs to export pushJeff King2011-07-191-1/+2
* | transport-helper: fix minor leak in push_refs_with_exportJeff King2011-07-191-0/+1
|/
* Remove unused variablesJohannes Schindelin2011-03-221-2/+1
* Fix sparse warningsStephen Boyd2011-03-221-1/+1
* Merge branch 'maint'Junio C Hamano2011-03-161-2/+1
|\
| * standardize brace placement in struct definitionsJonathan Nieder2011-03-161-2/+1
* | transport-helper.c: fix check for (size_t < 0)Nicolas Kaiser2011-03-081-1/+1
|/
* thread-utils.h: simplify the inclusionJunio C Hamano2010-12-101-4/+0
* remote-fd/ext: finishing touches after code reviewIlari Liusvaara2010-11-191-0/+5
* Add bidirectional_transfer_loop()Ilari Liusvaara2010-10-131-0/+311
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-051-1/+1
* string_list: Fix argument order for string_list_appendJulian Phillips2010-06-271-2/+2
* remote-helpers: add support for an export commandSverre Rabbelier2010-03-311-12/+120
* remote-helpers: allow requesing the path to the .git directorySverre Rabbelier2010-03-311-0/+5
* Merge branch 'tc/transport-verbosity'Junio C Hamano2010-03-151-3/+1
|\
| * transport->progress: use flag authoritativelyTay Ray Chuan2010-02-241-2/+1
| * push: support multiple levels of verbosityTay Ray Chuan2010-02-241-1/+0
* | Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
|/
* Merge branch 'js/exec-error-report'Junio C Hamano2010-01-201-4/+10
|\
| * Improve error message when a transport helper was not foundIlari Liusvaara2010-01-121-4/+10
* | Merge branch 'tr/http-push-ref-status'Junio C Hamano2010-01-201-8/+20
|\ \
| * | transport-helper.c::push_refs(): emit "no refs" error messageTay Ray Chuan2010-01-091-1/+4
| * | transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan2010-01-091-0/+9
| * | refactor ref status logic for pushingTay Ray Chuan2010-01-091-7/+7