summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano2013-06-261-1/+1
|\
| * fix "builtin-*" references to be "builtin/*"Phil Hord2013-06-181-1/+1
* | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-0/+4
* | Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-011-3/+3
|\ \
| * | teach get_remote_heads to read from a memory bufferJeff King2013-02-241-3/+3
* | | Merge branch 'jc/push-follow-tag'Junio C Hamano2013-03-251-0/+2
|\ \ \
| * | | push: --follow-tagsJunio C Hamano2013-03-051-0/+2
| | |/ | |/|
| * | Merge branch 'ft/transport-report-segv' into maintJunio C Hamano2013-02-071-1/+1
| |\ \
* | \ \ Merge branch 'maint'Junio C Hamano2013-03-251-1/+2
|\ \ \ \
| * | | | transport.c: help gcc 4.6.3 users by squelching compiler warningJunio C Hamano2013-03-251-1/+2
* | | | | Merge branch 'maint'Junio C Hamano2013-03-211-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | transport: drop "int cmp = cmp" hackJeff King2013-03-211-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'jc/fetch-raw-sha1'Junio C Hamano2013-03-211-7/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fetch: use struct ref to represent refs to be fetchedJunio C Hamano2013-02-071-7/+2
* | | | Merge branch 'ft/transport-report-segv'Junio C Hamano2013-02-051-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | push: fix segfault when HEAD points nowhereFraser Tweedale2013-01-311-1/+1
* | | | Merge branch 'jc/push-reject-reasons'Junio C Hamano2013-02-041-1/+13
|\ \ \ \
| * | | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-241-0/+12
| * | | | push: further clean up fields of "struct ref"Junio C Hamano2013-01-241-1/+1
| | |/ / | |/| |
* | | | push: Add support for pre-push hooksAaron Schrab2013-01-181-0/+60
|/ / /
* | | push: require force for refs under refs/tags/Chris Rorvick2012-12-021-2/+6
* | | push: flag updates that require forceChris Rorvick2012-12-021-1/+1
* | | push: add advice for rejected tag referenceChris Rorvick2012-12-021-0/+2
* | | push: return reject reasons as a bitsetChris Rorvick2012-12-021-9/+8
| |/ |/|
* | filter_refs(): delete matched refs from sought listMichael Haggerty2012-09-121-7/+3
* | Change fetch_pack() and friends to take string_list argumentsMichael Haggerty2012-09-121-9/+9
* | Merge branch 'hv/submodule-recurse-push'Junio C Hamano2012-04-241-3/+38
|\ \
| * | push: teach --recurse-submodules the on-demand optionHeiko Voigt2012-03-301-1/+16
| * | Refactor submodule push check to use string list instead of integerHeiko Voigt2012-03-301-2/+22
* | | Merge branch 'ct/advise-push-default'Junio C Hamano2012-04-201-2/+11
|\ \ \ | | |/ | |/|
| * | push: Provide situational hints for non-fast-forward errorsChristopher Tiwald2012-03-191-2/+11
* | | correct spelling: an URL -> a URLJim Meyering2012-03-281-1/+1
|/ /
* | Merge branch 'fc/push-prune'Junio C Hamano2012-02-261-0/+2
|\ \
| * | push: add '--prune' optionfc/push-pruneFelipe Contreras2012-02-221-0/+2
| |/
* | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progressClemens Buchacher2012-02-131-4/+8
|/
* Merge branch 'maint'Junio C Hamano2012-01-041-2/+6
|\
| * 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
| |\ \
* | \ \ Merge branch 'jk/maint-push-v-is-verbose'Junio C Hamano2011-12-221-5/+5
|\ \ \ \ | | |/ / | |/| |
| * | | make "git push -v" actually verbosejk/maint-push-v-is-verboseJeff King2011-12-171-5/+5
| | |/ | |/|
* | | Merge branch 'jk/fetch-no-tail-match-refs'Junio C Hamano2011-12-191-4/+3
|\ \ \ | | |/ | |/|
| * | drop "match" parameter from get_remote_headsJeff King2011-12-131-4/+3
* | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-131-1/+1
|/ /
* | 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