summaryrefslogtreecommitdiffstats
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* signed push: add "pushee" header to push certificateJunio C Hamano2014-09-151-0/+1
* push: the beginning of "git push --signed"Junio C Hamano2014-09-151-0/+4
* Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-281-2/+3
|\
| * transport: fix leaks in refs_from_alternate_cbJeff King2014-07-241-2/+3
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-231-3/+1
|\ \
| * | replace memset with string-list initializersTanay Abhra2014-07-211-3/+1
* | | transport: simplify fetch_objs_via_rsync() using argv_arrayRené Scharfe2014-07-181-20/+8
|/ /
* / refactor skip_prefix to return a booleanJeff King2014-06-201-1/+3
|/
* push: detect local refspec errors earlyJeff King2014-03-051-2/+6
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-5/+20
|\
| * send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-3/+2
| * fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+4
| * fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-3/+8
| * clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-3/+8
| * connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-101-3/+4
| * remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-101-1/+2
* | Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-171-10/+2
|\ \
| * | connect.c: refactor url parsingTorsten Bögershausen2013-12-091-10/+2
| |/
* / replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-14/+14
|/
* Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano2013-09-091-0/+2
|\
| * fetch: work around "transport-take-over" hackJunio C Hamano2013-08-071-0/+2
* | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-221-0/+5
* | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-221-0/+6
* | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+2
|/
* 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