summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-31/+1
|\
| * Smart push over HTTP: client sideShawn O. Pearce2009-11-041-0/+1
| * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-301-31/+0
* | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-151-1/+1
|\ \
| * | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-1/+1
| |/
* | Require a struct remote in transport_get()Daniel Barkalow2009-11-031-2/+5
|/
* Merge branch 'maint'Junio C Hamano2009-09-201-1/+2
|\
| * push: Correctly initialize nonfastforward in transport_push.Matthieu Moy2009-09-201-1/+2
* | Merge branch 'db/vcs-helper'Junio C Hamano2009-09-131-135/+1
|\ \
| * | Make the "traditionally-supported" URLs a special caseDaniel Barkalow2009-09-031-1/+1
| * | Use an external program to implement fetching with curlDaniel Barkalow2009-08-051-135/+1
* | | push: teach --quiet to suppress "Everything up-to-date"Jeff King2009-09-021-1/+1
* | | Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2009-08-281-1/+15
|\ \ \
| * | | fix simple deepening of a repoNicolas Pitre2009-08-241-1/+15
* | | | Merge branch 'maint'Junio C Hamano2009-08-121-3/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy2009-08-121-3/+7
| | |/ | |/|
* | | Merge branch 'jk/push-quiet'Junio C Hamano2009-08-101-1/+20
|\ \ \
| * | | transport: don't show push status if --quiet is givenJeff King2009-08-051-1/+19
| * | | transport: pass "quiet" flag to pack-objectsJeff King2009-08-051-0/+1
| |/ /
* | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-101-15/+1
|\ \ \ | |/ / |/| |
| * | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-061-5/+1
| * | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-061-11/+1
* | | Merge branch 'ld/push-porcelain-output-format'Junio C Hamano2009-07-091-31/+44
|\ \ \
| * | | add --porcelain option to git-pushLarry D'Anna2009-06-271-31/+44
| |/ /
* | | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-2/+2
|\ \ \ | |/ / |/| |
| * | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-2/+2
* | | Merge branch 'rc/http-push'Junio C Hamano2009-06-131-22/+13
|\ \ \
| * | | transport.c::get_refs_via_curl(): use the new http APIMike Hommey2009-06-061-22/+12
| * | | transport.c::get_refs_via_curl(): do not leak refs_urlMike Hommey2009-06-061-0/+1
* | | | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-131-5/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | match_refs: search ref list tail internallyClemens Buchacher2009-06-011-5/+1
| | |/ | |/|
* | | Merge branch 'fc/decorate-tag'Junio C Hamano2009-05-231-2/+2
|\ \ \ | |_|/ |/| |
| * | Change prettify_ref to prettify_refnameFelipe Contreras2009-05-131-2/+2
* | | Merge branch 'ar/unlink-err'Junio C Hamano2009-05-181-1/+1
|\ \ \ | | |/ | |/|
| * | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
| |/
* | fetch: Strip usernames from url's before storing themAndreas Ericsson2009-04-211-0/+48
|/
* Merge branch 'db/push-cleanup'Junio C Hamano2009-03-261-18/+265
|\
| * Move push matching and reporting logic into transport.cDaniel Barkalow2009-03-091-18/+265
* | rsync transport: allow local paths, and fix testsJohannes Schindelin2009-03-101-8/+15
|/
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-111-3/+1
* Merge branch 'rs/alloc-ref'Junio C Hamano2008-10-211-6/+4
|\
| * make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-181-4/+4
| * use alloc_ref_from_str() everywhereRené Scharfe2008-10-181-4/+2
* | Implement git clone -vMiklos Vajna2008-10-091-1/+1
|/
* Merge branch 'maint'Shawn O. Pearce2008-10-061-2/+2
|\
| * Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz2008-10-061-2/+2
* | push: prepare sender to receive extended ref information from the receiverJunio C Hamano2008-09-091-2/+2
|/
* Merge branch 'maint'Junio C Hamano2008-08-091-8/+5
|\
| * Fail properly when cloning from invalid HTTP URLPetr Baudis2008-08-071-8/+5
* | Merge branch 'qq/maint'Junio C Hamano2008-07-051-1/+3
|\ \ | |/