summaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* transport-helper: trivial style fixFelipe Contreras2013-10-311-0/+1
* Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano2013-09-121-2/+5
|\
| * transport-helper: add no-private-update capabilityMatthieu Moy2013-09-031-2/+5
* | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-2/+28
|\ \
| * | push: teach --force-with-lease to smart-http transportJunio C Hamano2013-08-021-2/+22
| * | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-221-0/+6
* | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-09-091-0/+10
|\ \ \ | |_|/ |/| |
| * | smart http: use the same connectivity check on cloningnd/clone-connectivity-shortcutNguyễn Thái Ngọc Duy2013-07-231-0/+10
* | | many small typofixesob/typofixesOndřej Bílka2013-07-291-2/+2
* | | Merge branch 'jk/gcc-function-attributes'Junio C Hamano2013-07-221-1/+2
|\ \ \ | |_|/ |/| |
| * | add missing "format" function attributesJeff King2013-07-091-1/+2
| |/
* | transport-helper: be quiet on read errors from helpersJeff King2013-06-211-1/+1
* | Merge branch 'fc/transport-helper-no-refspec'Junio C Hamano2013-06-061-1/+12
|\ \
| * | transport-helper: check if the dry-run is supportedFelipe Contreras2013-05-211-0/+5
| * | transport-helper: barf when user tries old:newFelipe Contreras2013-05-211-2/+4
| |/
* | Merge branch 'fc/transport-helper-error-reporting'Junio C Hamano2013-05-291-16/+32
|\ \ | |/ |/|
| * transport-helper: fix remote helper namespace regressionFelipe Contreras2013-05-101-1/+1
| * transport-helper: update remote helper namespaceFelipe Contreras2013-04-171-4/+19
| * transport-helper: trivial code shuffleFelipe Contreras2013-04-171-5/+3
| * transport-helper: warn when refspec is not usedFelipe Contreras2013-04-171-0/+2
| * transport-helper: clarify pushing without refspecsFelipe Contreras2013-04-171-2/+3
| * transport-helper: clarify *:* refspecFelipe Contreras2013-04-171-1/+1
| * transport-helper: improve push messagesFelipe Contreras2013-04-111-0/+1
| * transport-helper: mention helper name when it diesJeff King2013-04-111-4/+4
| * transport-helper: report errors properlyFelipe Contreras2013-04-111-1/+1
* | 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