| Commit message (Expand) | Author | Age |
* | Require a struct remote in transport_get() | Daniel Barkalow | 2009-11-03 |
* | Merge branch 'maint' | Junio C Hamano | 2009-09-20 |
|\ |
|
| * | push: Correctly initialize nonfastforward in transport_push. | Matthieu Moy | 2009-09-20 |
* | | Merge branch 'db/vcs-helper' | Junio C Hamano | 2009-09-13 |
|\ \ |
|
| * | | Make the "traditionally-supported" URLs a special case | Daniel Barkalow | 2009-09-03 |
| * | | Use an external program to implement fetching with curl | Daniel Barkalow | 2009-08-05 |
* | | | push: teach --quiet to suppress "Everything up-to-date" | Jeff King | 2009-09-02 |
* | | | Merge branch 'np/maint-1.6.3-deepen' | Junio C Hamano | 2009-08-28 |
|\ \ \ |
|
| * | | | fix simple deepening of a repo | Nicolas Pitre | 2009-08-24 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-12 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | push: point to 'git pull' and 'git push --force' in case of non-fast forward | Matthieu Moy | 2009-08-12 |
| | |/
| |/| |
|
* | | | Merge branch 'jk/push-quiet' | Junio C Hamano | 2009-08-10 |
|\ \ \ |
|
| * | | | transport: don't show push status if --quiet is given | Jeff King | 2009-08-05 |
| * | | | transport: pass "quiet" flag to pack-objects | Jeff King | 2009-08-05 |
| |/ / |
|
* | | | Merge branch 'js/run-command-updates' | Junio C Hamano | 2009-08-10 |
|\ \ \
| |/ /
|/| | |
|
| * | | run_command: report failure to execute the program, but optionally don't | Johannes Sixt | 2009-07-06 |
| * | | run_command: report system call errors instead of returning error codes | Johannes Sixt | 2009-07-06 |
* | | | Merge branch 'ld/push-porcelain-output-format' | Junio C Hamano | 2009-07-09 |
|\ \ \ |
|
| * | | | add --porcelain option to git-push | Larry D'Anna | 2009-06-27 |
| |/ / |
|
* | | | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 |
* | | | Merge branch 'rc/http-push' | Junio C Hamano | 2009-06-13 |
|\ \ \ |
|
| * | | | transport.c::get_refs_via_curl(): use the new http API | Mike Hommey | 2009-06-06 |
| * | | | transport.c::get_refs_via_curl(): do not leak refs_url | Mike Hommey | 2009-06-06 |
* | | | | Merge branch 'cb/match_refs_internal_tail' | Junio C Hamano | 2009-06-13 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | match_refs: search ref list tail internally | Clemens Buchacher | 2009-06-01 |
| | |/
| |/| |
|
* | | | Merge branch 'fc/decorate-tag' | Junio C Hamano | 2009-05-23 |
|\ \ \
| |_|/
|/| | |
|
| * | | Change prettify_ref to prettify_refname | Felipe Contreras | 2009-05-13 |
* | | | Merge branch 'ar/unlink-err' | Junio C Hamano | 2009-05-18 |
|\ \ \
| | |/
| |/| |
|
| * | | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 2009-04-29 |
| |/ |
|
* | | fetch: Strip usernames from url's before storing them | Andreas Ericsson | 2009-04-21 |
|/ |
|
* | Merge branch 'db/push-cleanup' | Junio C Hamano | 2009-03-26 |
|\ |
|
| * | Move push matching and reporting logic into transport.c | Daniel Barkalow | 2009-03-09 |
* | | rsync transport: allow local paths, and fix tests | Johannes Schindelin | 2009-03-10 |
|/ |
|
* | add is_dot_or_dotdot inline function | Alexander Potashev | 2009-01-11 |
* | Merge branch 'rs/alloc-ref' | Junio C Hamano | 2008-10-21 |
|\ |
|
| * | make alloc_ref_from_str() the new alloc_ref() | René Scharfe | 2008-10-18 |
| * | use alloc_ref_from_str() everywhere | René Scharfe | 2008-10-18 |
* | | Implement git clone -v | Miklos Vajna | 2008-10-09 |
|/ |
|
* | Merge branch 'maint' | Shawn O. Pearce | 2008-10-06 |
|\ |
|
| * | Fix fetch/clone --quiet when stdout is connected | Tuncer Ayaz | 2008-10-06 |
* | | push: prepare sender to receive extended ref information from the receiver | Junio C Hamano | 2008-09-09 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-08-09 |
|\ |
|
| * | Fail properly when cloning from invalid HTTP URL | Petr Baudis | 2008-08-07 |
* | | Merge branch 'qq/maint' | Junio C Hamano | 2008-07-05 |
|\ \
| |/ |
|
| * | clone -q: honor "quiet" option over native transports. | Junio C Hamano | 2008-07-05 |
* | | Windows: Disambiguate DOS style paths from SSH URLs. | Johannes Sixt | 2008-06-26 |
|/ |
|
* | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 |
|\ |
|
| * | Mark the list of refs to fetch as const | Daniel Barkalow | 2008-05-04 |
* | | alloc_ref_from_str(): factor out a common pattern of alloc_ref from string | Krzysztof Kowalczyk | 2008-05-11 |