summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * clone -q: honor "quiet" option over native transports.Junio C Hamano2008-07-051-1/+3
* | Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt2008-06-261-1/+2
|/
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-8/+8
|\
| * Mark the list of refs to fetch as constDaniel Barkalow2008-05-041-8/+8
* | alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk2008-05-111-4/+2
* | Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow2008-04-261-0/+14
|/
* Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce2008-03-041-0/+5
* Merge branch 'mh/maint-http-proxy-fix'Junio C Hamano2008-03-021-5/+4
|\
| * Set proxy override with http_init()Mike Hommey2008-02-271-5/+4
| * Work around curl-gnutls not liking to be reinitializedMike Hommey2008-02-111-4/+3
* | Always use the current connection's remote ref list in git protocolDaniel Barkalow2008-02-291-4/+5
* | Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano2008-02-111-13/+38
|\ \
| * | Reduce the number of connects when fetchingDaniel Barkalow2008-02-051-13/+38
| |/
* | Work around curl-gnutls not liking to be reinitializedMike Hommey2008-02-091-4/+3
|/
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-041-1/+1
* Use strbuf in http codeMike Hommey2007-12-141-12/+6
* Avoid redundant declaration of missing_target()Mike Hommey2007-12-141-13/+0
* do not discard status in fetch_refs_via_pack()Junio C Hamano2007-12-061-1/+1
* Add remote.<name>.proxySam Vilain2007-12-031-0/+4
* Merge branch 'jk/send-pack'Junio C Hamano2007-11-241-48/+22
|\
| * Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-141-0/+7
| |\
| | * git-push: plumb in --mirror modeAndy Whitcroft2007-11-091-0/+7
| | * Merge master into aw/mirror-pushJunio C Hamano2007-11-091-2/+4
| | |\
| * | \ Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-141-48/+15
| |\ \ \ | | |/ /
| | * | Use built-in send-pack.Daniel Barkalow2007-11-021-41/+10
| | * | Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-021-5/+5
* | | | avoid "defined but not used" warning for fetch_objs_via_walkerJeff King2007-11-201-0/+2
|/ / /
* | | push: teach push to pass --verbose option to transport layerSteffen Prohaska2007-11-111-2/+6
| |/ |/|
* | Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-2/+4
|/
* transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variableBlake Ramsdell2007-11-021-1/+1
* Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-211-7/+2
* Support 'push --dry-run' for http transportShawn O. Pearce2007-10-161-0/+2
* Support 'push --dry-run' for rsync transportShawn O. Pearce2007-10-161-10/+19
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-0/+2
* Fix compilation when NO_CURL is definedJohannes Schindelin2007-10-151-16/+7
* Restore default verbosity for http fetches.Daniel Barkalow2007-10-021-5/+5