Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Teach transport about the gitfile mechanism | Phil Hord | 2011-10-04 | 1 | -1/+23 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'mh/check-ref-format-3' | Junio C Hamano | 2011-10-10 | 1 | -12/+4 | |
|\ \ \ \ | ||||||
| * | | | | Change check_ref_format() to take a flags argument | Michael Haggerty | 2011-10-05 | 1 | -12/+4 | |
| |/ / / | ||||||
* | | | | Merge branch 'jc/maint-bundle-too-quiet' | Junio C Hamano | 2011-10-05 | 1 | -1/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Teach progress eye-candy to fetch_refs_from_bundle() | Junio C Hamano | 2011-09-19 | 1 | -1/+2 | |
* | | | | Sync with 1.7.6.2 | Junio C Hamano | 2011-09-06 | 1 | -7/+3 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Revert "Merge branch 'cb/maint-quiet-push' into maint" | Junio C Hamano | 2011-09-06 | 1 | -7/+3 | |
* | | | | Merge branch 'fg/submodule-ff-check-before-push' | Junio C Hamano | 2011-09-02 | 1 | -0/+9 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | push: Don't push a repository with unpushed submodules | Fredrik Gustafsson | 2011-08-20 | 1 | -0/+9 | |
| | |/ | |/| | ||||||
* | | | propagate --quiet to send-pack/receive-pack | Clemens Buchacher | 2011-07-31 | 1 | -3/+7 | |
|/ / | ||||||
* | | Merge branch 'maint' | Junio C Hamano | 2011-05-30 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Merge branch 'jm/maint-misc-fix' into maint | Junio C Hamano | 2011-05-30 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | ||||||
| | * | remove tests of always-false condition | Jim Meyering | 2011-05-26 | 1 | -1/+1 | |
* | | | refactor refs_from_alternate_cb to allow passing extra data | Jeff King | 2011-05-19 | 1 | -3/+17 | |
|/ / | ||||||
* | | Merge branch 'jc/maint-fetch-alt' | Junio C Hamano | 2011-03-22 | 1 | -0/+34 | |
|\ \ | ||||||
| * | | refs_from_alternate: helper to use refs from alternates | Junio C Hamano | 2011-03-17 | 1 | -0/+34 | |
| |/ | ||||||
* | | Fix sparse warnings | Stephen Boyd | 2011-03-22 | 1 | -1/+1 | |
|/ | ||||||
* | push: pass --progress down to git-pack-objects | Jeff King | 2010-10-18 | 1 | -0/+1 | |
* | make url-related functions reusable | Jeff King | 2010-05-24 | 1 | -49/+2 | |
* | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 2010-03-15 | 1 | -5/+26 | |
|\ | ||||||
| * | transport->progress: use flag authoritatively | Tay Ray Chuan | 2010-02-24 | 1 | -2/+15 | |
| * | push: support multiple levels of verbosity | Tay Ray Chuan | 2010-02-24 | 1 | -4/+4 | |
| * | fetch: refactor verbosity option handling into transport.[ch] | Tay Ray Chuan | 2010-02-24 | 1 | -0/+8 | |
* | | Merge branch 'ld/push-porcelain' | Junio C Hamano | 2010-03-15 | 1 | -6/+9 | |
|\ \ | ||||||
| * | | git-push: make git push --porcelain print "Done" | Larry D'Anna | 2010-02-28 | 1 | -5/+8 | |
| * | | git-push: send "To <remoteurl>" messages to the standard output in --porcelai... | Larry D'Anna | 2010-02-28 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge branch 'il/loosen-remote-helper-names' | Junio C Hamano | 2010-03-07 | 1 | -2/+17 | |
|\ \ | ||||||
| * | | Allow '+', '-' and '.' in remote helper names | Ilari Liusvaara | 2010-02-23 | 1 | -2/+17 | |
| |/ | ||||||
* | | Merge branch 'ml/send-pack-transport-refactor' | Junio C Hamano | 2010-03-02 | 1 | -12/+10 | |
|\ \ | ||||||
| * | | refactor duplicated code in builtin-send-pack.c and transport.c | Michael Lukashov | 2010-02-17 | 1 | -12/+10 | |
| |/ | ||||||
* | | transport: add got_remote_refs flag | Tay Ray Chuan | 2010-02-16 | 1 | -1/+4 | |
|/ | ||||||
* | transport_get(): drop unnecessary check for !remote | Junio C Hamano | 2010-01-27 | 1 | -1/+1 | |
* | Fix remote.<remote>.vcs | Ilari Liusvaara | 2010-01-27 | 1 | -6/+5 | |
* | Merge branch 'il/push-set-upstream' | Junio C Hamano | 2010-01-20 | 1 | -0/+56 | |
|\ | ||||||
| * | Add push --set-upstream | Ilari Liusvaara | 2010-01-16 | 1 | -0/+56 | |
* | | Merge branch 'tr/http-push-ref-status' | Junio C Hamano | 2010-01-20 | 1 | -2/+9 | |
|\ \ | ||||||
| * | | transport.c::transport_push(): make ref status affect return value | Tay Ray Chuan | 2010-01-09 | 1 | -2/+5 | |
| * | | refactor ref status logic for pushing | Tay Ray Chuan | 2010-01-09 | 1 | -0/+4 | |
| * | | Merge branch 'sr/vcs-helper' | Junio C Hamano | 2009-12-26 | 1 | -6/+25 | |
| |\ \ | ||||||
* | \ \ | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 2010-01-17 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 2009-12-28 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2010-01-16 | 1 | -1/+1 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Fix uninitialized variable in get_refs_via_rsync(). | Richard Weinberger | 2010-01-15 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Reset possible helper before reusing remote structure | Ilari Liusvaara | 2010-01-09 | 1 | -0/+3 | |
* | | | Remove special casing of http, https and ftp | Ilari Liusvaara | 2009-12-28 | 1 | -8/+0 | |
* | | | Support remote archive from all smart transports | Ilari Liusvaara | 2009-12-28 | 1 | -0/+21 | |
* | | | Support taking over transports | Ilari Liusvaara | 2009-12-09 | 1 | -5/+46 | |
* | | | Refactor git transport options parsing | Ilari Liusvaara | 2009-12-09 | 1 | -31/+47 | |
* | | | Pass unknown protocols to external protocol handlers | Ilari Liusvaara | 2009-12-09 | 1 | -15/+61 | |
* | | | Merge branch 'master' into il/vcs-helper | Junio C Hamano | 2009-12-06 | 1 | -34/+7 | |
|\ \ \ | |/ / | | / | |/ |/| |