summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
2012-12-02push: require force for refs under refs/tags/Chris Rorvick
2012-10-07When debug==1, start fast-import with "--stats" instead of "--quiet"Florian Achleitner
2012-10-07Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capab...Florian Achleitner
2012-07-30Add explanatory comment for transport-helpers refs mapping.Florian Achleitner
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-02-27Merge branch 'sp/smart-http-failure-to-push'Junio C Hamano
2012-02-23disconnect from remote helpers more gentlyJeff King
2011-10-05remote: avoid passing NULL to read_ref()Michael Haggerty
2011-10-05remote: use xstrdup() instead of strdup()Michael Haggerty
2011-07-19transport-helper: die early on encountering deleted refsSverre Rabbelier
2011-07-19transport-helper: implement marks location as capabilitySverre Rabbelier
2011-07-19transport-helper: Use capname for refspec capability tooSverre Rabbelier
2011-07-19transport-helper: change import semanticsSverre Rabbelier
2011-07-19transport-helper: update ref status after push with exportSverre Rabbelier
2011-07-19transport-helper: use the new done feature where possibleSverre Rabbelier
2011-07-19transport-helper: check status code of finish_commandSverre Rabbelier
2011-07-19transport-helper: factor out push_update_refs_statusSverre Rabbelier
2011-07-19remote-helpers: export GIT_DIR variable to helpersDmitry Ivankov
2011-07-19transport-helper: don't feed bogus refs to export pushJeff King
2011-07-19transport-helper: fix minor leak in push_refs_with_exportJeff King
2011-03-22Remove unused variablesJohannes Schindelin
2011-03-22Fix sparse warningsStephen Boyd
2011-03-16Merge branch 'maint'Junio C Hamano
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2011-03-09transport-helper.c: fix check for (size_t < 0)Nicolas Kaiser
2010-12-10thread-utils.h: simplify the inclusionJunio C Hamano
2010-11-19remote-fd/ext: finishing touches after code reviewIlari Liusvaara
2010-10-13Add bidirectional_transfer_loop()Ilari Liusvaara
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips
2010-04-01remote-helpers: add support for an export commandSverre Rabbelier
2010-03-31remote-helpers: allow requesing the path to the .git directorySverre Rabbelier
2010-03-15Merge branch 'tc/transport-verbosity'Junio C Hamano
2010-02-24transport->progress: use flag authoritativelyTay Ray Chuan
2010-02-24push: support multiple levels of verbosityTay Ray Chuan
2010-02-04Typofixes outside documentation areaJunio C Hamano
2010-01-20Merge branch 'js/exec-error-report'Junio C Hamano
2010-01-20Merge branch 'tr/http-push-ref-status'Junio C Hamano
2010-01-17Merge branch 'tc/clone-v-progress'Junio C Hamano
2010-01-12Improve error message when a transport helper was not foundIlari Liusvaara
2010-01-10transport-helper.c::push_refs(): emit "no refs" error messageTay Ray Chuan
2010-01-10transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan
2010-01-10refactor ref status logic for pushingTay Ray Chuan
2009-12-29check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan
2009-12-28Support remote archive from all smart transportsIlari Liusvaara
2009-12-28Support remote helpers implementing smart transportsIlari Liusvaara
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-12-09Support taking over transportsIlari Liusvaara
2009-12-09Pass unknown protocols to external protocol handlersIlari Liusvaara
2009-12-09Support mandatory capabilitiesIlari Liusvaara