aboutsummaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAge
* Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-26
|\
| * Allow specifying the remote helper in the urlJohannes Schindelin2009-11-17
| * Add a config option for remotes to specify a foreign vcsDaniel Barkalow2009-11-17
| * Allow fetch to modify refsDaniel Barkalow2009-11-17
| * Allow programs to not depend on remotes having urlsDaniel Barkalow2009-11-17
* | Merge branch 'sp/smart-http'Junio C Hamano2009-11-20
|\ \
| * | Smart push over HTTP: client sideShawn O. Pearce2009-11-04
| * | Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-30
| |/
* | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-15
|\ \
| * | Use 'fast-forward' all over the placeFelipe Contreras2009-10-24
| |/
* | Require a struct remote in transport_get()Daniel Barkalow2009-11-03
|/
* Merge branch 'maint'Junio C Hamano2009-09-20
|\
| * push: Correctly initialize nonfastforward in transport_push.Matthieu Moy2009-09-20
* | Merge branch 'db/vcs-helper'Junio C Hamano2009-09-13
|\ \
| * | Make the "traditionally-supported" URLs a special caseDaniel Barkalow2009-09-03
| * | Use an external program to implement fetching with curlDaniel Barkalow2009-08-05
* | | push: teach --quiet to suppress "Everything up-to-date"Jeff King2009-09-02
* | | Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2009-08-28
|\ \ \
| * | | fix simple deepening of a repoNicolas Pitre2009-08-24
* | | | Merge branch 'maint'Junio C Hamano2009-08-12
|\ \ \ \ | | |_|/ | |/| |
| * | | push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy2009-08-12
| | |/ | |/|
* | | Merge branch 'jk/push-quiet'Junio C Hamano2009-08-10
|\ \ \
| * | | transport: don't show push status if --quiet is givenJeff King2009-08-05
| * | | transport: pass "quiet" flag to pack-objectsJeff King2009-08-05
| |/ /
* | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-10
|\ \ \ | |/ / |/| |
| * | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-06
| * | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-06
* | | Merge branch 'ld/push-porcelain-output-format'Junio C Hamano2009-07-09
|\ \ \
| * | | add --porcelain option to git-pushLarry D'Anna2009-06-27
| |/ /
* | | Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\ \ \ | |/ / |/| |
| * | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* | | Merge branch 'rc/http-push'Junio C Hamano2009-06-13
|\ \ \
| * | | transport.c::get_refs_via_curl(): use the new http APIMike Hommey2009-06-06
| * | | transport.c::get_refs_via_curl(): do not leak refs_urlMike Hommey2009-06-06
* | | | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-13
|\ \ \ \ | |_|/ / |/| | |
| * | | match_refs: search ref list tail internallyClemens Buchacher2009-06-01
| | |/ | |/|
* | | Merge branch 'fc/decorate-tag'Junio C Hamano2009-05-23
|\ \ \ | |_|/ |/| |
| * | Change prettify_ref to prettify_refnameFelipe Contreras2009-05-13
* | | Merge branch 'ar/unlink-err'Junio C Hamano2009-05-18
|\ \ \ | | |/ | |/|
| * | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
| |/
* | fetch: Strip usernames from url's before storing themAndreas Ericsson2009-04-21
|/
* Merge branch 'db/push-cleanup'Junio C Hamano2009-03-26
|\
| * Move push matching and reporting logic into transport.cDaniel Barkalow2009-03-09
* | rsync transport: allow local paths, and fix testsJohannes Schindelin2009-03-10
|/
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-11
* Merge branch 'rs/alloc-ref'Junio C Hamano2008-10-21
|\
| * make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-18
| * use alloc_ref_from_str() everywhereRené Scharfe2008-10-18
* | Implement git clone -vMiklos Vajna2008-10-09
|/
* Merge branch 'maint'Shawn O. Pearce2008-10-06
|\