summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/maint-parse-depth' into maintJunio C Hamano2012-01-041-2/+6
|\
| * Catch invalid --depth option passed to clone or fetchnd/maint-parse-depthNguyễn Thái Ngọc Duy2012-01-041-2/+6
* | Merge branch 'jk/maint-push-v-is-verbose' into maintJunio C Hamano2011-12-281-5/+5
|\ \
| * | make "git push -v" actually verbosejk/maint-push-v-is-verboseJeff King2011-12-171-5/+5
| |/
* | drop "match" parameter from get_remote_headsJeff King2011-12-131-4/+3
* | Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-211-2/+2
|\ \
| * | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarifyJunio C Hamano2011-09-121-2/+2
* | | Merge branch 'jc/unseekable-bundle'Junio C Hamano2011-10-211-23/+1
|\ \ \
| * | | bundle: add parse_bundle_header() helper functionjc/unseekable-bundleJunio C Hamano2011-10-131-1/+1
* | | | Merge branch 'ph/transport-with-gitfile'Junio C Hamano2011-10-211-1/+23
|\ \ \ \
| * | | | Fix is_gitfile() for files too small or larger than PATH_MAX to be a gitfileph/transport-with-gitfileJohannes Schindelin2011-10-111-2/+2
| * | | | Teach transport about the gitfile mechanismPhil Hord2011-10-041-1/+23
| | |/ / | |/| |
* | | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-101-12/+4
|\ \ \ \
| * | | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-12/+4
| |/ / /
* | | | Merge branch 'jc/maint-bundle-too-quiet'Junio C Hamano2011-10-051-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano2011-09-191-1/+2
* | | | Sync with 1.7.6.2Junio C Hamano2011-09-061-7/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano2011-09-061-7/+3
* | | | Merge branch 'fg/submodule-ff-check-before-push'Junio C Hamano2011-09-021-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | push: Don't push a repository with unpushed submodulesFredrik Gustafsson2011-08-201-0/+9
| | |/ | |/|
* | | propagate --quiet to send-pack/receive-packClemens Buchacher2011-07-311-3/+7
|/ /
* | Merge branch 'maint'Junio C Hamano2011-05-301-1/+1
|\ \
| * \ Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano2011-05-301-1/+1
| |\ \ | | |/ | |/|
| | * remove tests of always-false conditionJim Meyering2011-05-261-1/+1
* | | refactor refs_from_alternate_cb to allow passing extra dataJeff King2011-05-191-3/+17
|/ /
* | Merge branch 'jc/maint-fetch-alt'Junio C Hamano2011-03-221-0/+34
|\ \
| * | refs_from_alternate: helper to use refs from alternatesJunio C Hamano2011-03-171-0/+34
| |/
* | Fix sparse warningsStephen Boyd2011-03-221-1/+1
|/
* push: pass --progress down to git-pack-objectsJeff King2010-10-181-0/+1
* make url-related functions reusableJeff King2010-05-241-49/+2
* Merge branch 'tc/transport-verbosity'Junio C Hamano2010-03-151-5/+26
|\
| * transport->progress: use flag authoritativelyTay Ray Chuan2010-02-241-2/+15
| * push: support multiple levels of verbosityTay Ray Chuan2010-02-241-4/+4
| * fetch: refactor verbosity option handling into transport.[ch]Tay Ray Chuan2010-02-241-0/+8
* | Merge branch 'ld/push-porcelain'Junio C Hamano2010-03-151-6/+9
|\ \
| * | git-push: make git push --porcelain print "Done"Larry D'Anna2010-02-281-5/+8
| * | git-push: send "To <remoteurl>" messages to the standard output in --porcelai...Larry D'Anna2010-02-281-1/+1
| |/
* | Merge branch 'il/loosen-remote-helper-names'Junio C Hamano2010-03-071-2/+17
|\ \
| * | Allow '+', '-' and '.' in remote helper namesIlari Liusvaara2010-02-231-2/+17
| |/
* | Merge branch 'ml/send-pack-transport-refactor'Junio C Hamano2010-03-021-12/+10
|\ \
| * | refactor duplicated code in builtin-send-pack.c and transport.cMichael Lukashov2010-02-171-12/+10
| |/
* | transport: add got_remote_refs flagTay Ray Chuan2010-02-161-1/+4
|/
* transport_get(): drop unnecessary check for !remoteJunio C Hamano2010-01-271-1/+1
* Fix remote.<remote>.vcsIlari Liusvaara2010-01-271-6/+5
* Merge branch 'il/push-set-upstream'Junio C Hamano2010-01-201-0/+56
|\
| * Add push --set-upstreamIlari Liusvaara2010-01-161-0/+56
* | Merge branch 'tr/http-push-ref-status'Junio C Hamano2010-01-201-2/+9
|\ \
| * | transport.c::transport_push(): make ref status affect return valueTay Ray Chuan2010-01-091-2/+5
| * | refactor ref status logic for pushingTay Ray Chuan2010-01-091-0/+4
| * | Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-261-6/+25
| |\ \