Age | Commit message (Expand) | Author | Files | Lines |
2013-04-11 | remote-hg: trivial cleanups | Felipe Contreras | 1 | -5/+5 |
2013-04-08 | remote-bzr: improve tag handling | Felipe Contreras | 1 | -9/+16 |
2013-04-08 | remote-bzr: fix utf-8 support for fetching | Christophe Simonis | 2 | -9/+19 |
2013-04-07 | Sync with 1.8.2.1 | Junio C Hamano | 1 | -1/+1 |
2013-04-07 | Merge branch 'fc/remote-helpers-test-updates' | Junio C Hamano | 3 | -16/+2 |
2013-04-07 | Sync with 1.8.1.6 | Junio C Hamano | 1 | -1/+1 |
2013-04-07 | remote-helpers/test-bzr.sh: do not use "grep '\s'" | Torsten Bögershausen | 1 | -1/+1 |
2013-04-07 | remote-bzr: add utf-8 support for pushing | Felipe Contreras | 2 | -0/+37 |
2013-04-07 | remote-bzr: add utf-8 support for fetching | Timotheus Pokorra | 2 | -2/+27 |
2013-04-07 | remote-bzr: avoid unreferred tags | Felipe Contreras | 1 | -0/+4 |
2013-04-07 | remote-bzr: only update workingtree on local repos | Felipe Contreras | 1 | -2/+1 |
2013-04-07 | remote-bzr: set author if available | David Engster | 2 | -1/+21 |
2013-04-07 | remote-bzr: remove files before modifications | Christophe Simonis | 1 | -2/+2 |
2013-04-07 | remote-bzr: fix directory renaming | Christophe Simonis | 2 | -1/+31 |
2013-04-04 | remote-hg: fix hg-git test-case | Felipe Contreras | 1 | -1/+0 |
2013-04-04 | remote-bzr: remove stale check code for tests | Felipe Contreras | 1 | -14/+0 |
2013-04-04 | remote-helpers: fix the run of all tests | Felipe Contreras | 1 | -0/+1 |
2013-04-04 | remote-bzr: avoid echo -n | Felipe Contreras | 1 | -1/+1 |
2013-01-21 | Merge branch 'mh/remote-hg-mode-bits-fix' | Junio C Hamano | 2 | -1/+69 |
2013-01-15 | remote-hg: fix handling of file perms when pushing | Max Horn | 2 | -1/+69 |
2013-01-15 | remote-hg: store converted URL | Felipe Contreras | 1 | -0/+11 |
2013-01-09 | Merge branch 'fc/remote-bzr' | Junio C Hamano | 2 | -0/+868 |
2013-01-08 | remote-hg: Fix biridectionality -> bidirectionality typos | W. Trevor King | 2 | -2/+2 |
2013-01-02 | remote-bzr: detect local repositories | Felipe Contreras | 1 | -20/+28 |
2013-01-02 | remote-bzr: add support for older versions of bzr | Felipe Contreras | 1 | -5/+9 |
2013-01-02 | remote-bzr: add support to push special modes | Felipe Contreras | 1 | -17/+43 |
2013-01-02 | remote-bzr: add support for fecthing special modes | Felipe Contreras | 2 | -11/+59 |
2013-01-02 | remote-bzr: add simple tests | Felipe Contreras | 1 | -0/+111 |
2012-12-13 | remote-bzr: update working tree upon pushing | Felipe Contreras | 1 | -0/+2 |
2012-11-28 | remote-bzr: add support for remote repositories | Felipe Contreras | 1 | -2/+24 |
2012-11-28 | remote-bzr: add support for pushing | Felipe Contreras | 1 | -0/+295 |
2012-11-28 | Add new remote-bzr transport helper | Felipe Contreras | 1 | -0/+352 |
2012-11-27 | remote-hg: fix for older versions of python | Felipe Contreras | 1 | -4/+8 |
2012-11-27 | remote-hg: fix for files with spaces | Felipe Contreras | 1 | -1/+1 |
2012-11-12 | remote-hg: avoid bad refs | Felipe Contreras | 1 | -0/+3 |
2012-11-12 | remote-hg: try the 'tip' if no checkout present | Felipe Contreras | 1 | -0/+2 |
2012-11-12 | remote-hg: fix compatibility with older versions of hg | Felipe Contreras | 1 | -1/+1 |
2012-11-12 | remote-hg: add missing config for basic tests | Ramkumar Ramachandra | 1 | -0/+9 |
2012-11-04 | remote-hg: the author email can be null | Felipe Contreras | 1 | -3/+3 |
2012-11-04 | remote-hg: add option to not track branches | Felipe Contreras | 1 | -8/+14 |
2012-11-04 | remote-hg: add extra author test | Felipe Contreras | 1 | -1/+5 |
2012-11-04 | remote-hg: add tests to compare with hg-git | Felipe Contreras | 1 | -0/+462 |
2012-11-04 | remote-hg: add bidirectional tests | Felipe Contreras | 1 | -0/+243 |
2012-11-04 | remote-hg: add basic tests | Felipe Contreras | 2 | -0/+125 |
2012-11-04 | remote-hg: fake bookmark when there's none | Felipe Contreras | 1 | -5/+14 |
2012-11-04 | remote-hg: add compat for hg-git author fixes | Felipe Contreras | 1 | -6/+53 |
2012-11-04 | remote-hg: add support for hg-git compat mode | Felipe Contreras | 1 | -6/+83 |
2012-11-04 | remote-hg: match hg merge behavior | Felipe Contreras | 1 | -0/+17 |
2012-11-04 | remote-hg: make sure the encoding is correct | Felipe Contreras | 1 | -1/+11 |
2012-11-04 | remote-hg: add support to push URLs | Felipe Contreras | 1 | -2/+12 |