Age | Commit message (Expand) | Author | Files | Lines |
2017-03-03 | contrib: git-remote-{bzr,hg} placeholders don't need Python | Sebastian Schuberth | 1 | -9/+7 |
2014-05-20 | Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)" | Junio C Hamano | 1 | -1254/+6 |
2014-05-19 | contrib: remote-helpers: add move warnings (v2.0) | Felipe Contreras | 1 | -0/+3 |
2014-04-18 | Merge branch 'fc/remote-helper-fixes' | Junio C Hamano | 1 | -0/+1 |
2014-04-09 | remote-hg: always normalize paths | Felipe Contreras | 1 | -0/+1 |
2014-04-02 | Merge branch 'ap/remote-hg-skip-null-bookmarks' | Junio C Hamano | 1 | -1/+4 |
2014-03-25 | remote-hg: do not fail on invalid bookmarks | Max Horn | 1 | -1/+4 |
2013-12-09 | remote-hg: fix 'shared path' path | Felipe Contreras | 1 | -0/+3 |
2013-12-09 | remote-helpers: add extra safety checks | Felipe Contreras | 1 | -4/+10 |
2013-12-09 | remote-hg: avoid buggy strftime() | jcb91 | 1 | -1/+1 |
2013-11-18 | remote-bzr, remote-hg: fix email address regular expression | Richard Hansen | 1 | -4/+3 |
2013-11-18 | remote-hg: don't decode UTF-8 paths into Unicode objects | Richard Hansen | 1 | -1/+1 |
2013-11-01 | Merge branch 'ap/remote-hg-unquote-cquote' | Junio C Hamano | 1 | -0/+6 |
2013-10-23 | remote-hg: unquote C-style paths when exporting | Antoine Pelisse | 1 | -0/+6 |
2013-09-18 | Merge branch 'fc/contrib-bzr-hg-fixes' | Junio C Hamano | 1 | -30/+37 |
2013-09-04 | Merge branch 'fc/remote-hg-shared-setup' | Junio C Hamano | 1 | -5/+18 |
2013-08-30 | remote-hg: use notes to keep track of Hg revisions | Felipe Contreras | 1 | -1/+34 |
2013-08-29 | remote-helpers: cleanup more global variables | Felipe Contreras | 1 | -28/+2 |
2013-08-29 | remote-helpers: trivial style fixes | Felipe Contreras | 1 | -1/+1 |
2013-08-11 | remote-hg: add shared repo upgrade | Felipe Contreras | 1 | -0/+12 |
2013-08-11 | remote-hg: ensure shared repo is initialized | Felipe Contreras | 1 | -5/+6 |
2013-08-09 | remote-hg: fix path when cloning with tilde expansion | Antoine Pelisse | 1 | -1/+1 |
2013-05-28 | remote-hg: add support for --force | Felipe Contreras | 1 | -13/+17 |
2013-05-28 | remote-hg: add support for --dry-run | Felipe Contreras | 1 | -2/+27 |
2013-05-28 | remote-hg: check if a fetch is needed | Felipe Contreras | 1 | -0/+39 |
2013-05-28 | remote-hg: trivial cleanup | Felipe Contreras | 1 | -7/+4 |
2013-05-28 | remote-helpers: improve marks usage | Felipe Contreras | 1 | -2/+5 |
2013-05-28 | remote-hg: remove files before modifications | Felipe Contreras | 1 | -2/+2 |
2013-05-28 | remote-hg: improve lightweight tag author | Felipe Contreras | 1 | -4/+14 |
2013-05-28 | remote-hg: use remote 'default' not local one | Felipe Contreras | 1 | -10/+9 |
2013-05-28 | remote-hg: improve branch listing | Felipe Contreras | 1 | -3/+6 |
2013-05-28 | remote-hg: simplify branch_tip() | Felipe Contreras | 1 | -8/+4 |
2013-05-28 | remote-hg: check diverged bookmarks | Felipe Contreras | 1 | -0/+24 |
2013-05-28 | remote-hg: pass around revision refs | Felipe Contreras | 1 | -13/+21 |
2013-05-28 | remote-hg: implement custom checkheads() | Felipe Contreras | 1 | -3/+49 |
2013-05-28 | remote-hg: implement custom push() | Felipe Contreras | 1 | -2/+42 |
2013-05-28 | remote-hg: only update necessary revisions | Felipe Contreras | 1 | -2/+7 |
2013-05-28 | remote-hg: force remote bookmark push selectively | Felipe Contreras | 1 | -1/+2 |
2013-05-28 | remote-hg: reorganize bookmark handling | Felipe Contreras | 1 | -31/+19 |
2013-05-28 | remote-hg: add remote tests | Felipe Contreras | 1 | -1/+1 |
2013-05-28 | remote-hg: update bookmarks when using a remote | Felipe Contreras | 1 | -0/+17 |
2013-05-28 | remote-hg: always point HEAD to master | Felipe Contreras | 1 | -17/+13 |
2013-05-28 | remote-hg: improve progress calculation | Felipe Contreras | 1 | -5/+4 |
2013-05-28 | remote-hg: trivial cleanups | Felipe Contreras | 1 | -7/+7 |
2013-05-28 | remote-hg: ensure remote rebasing works | Felipe Contreras | 1 | -0/+1 |
2013-05-28 | remote-hg: upgrade version 1 marks | Felipe Contreras | 1 | -4/+18 |
2013-05-28 | remote-hg: switch from revisions to SHA-1 noteids | Felipe Contreras | 1 | -20/+22 |
2013-05-28 | remote-hg: add version checks to the marks | Felipe Contreras | 1 | -3/+13 |
2013-05-28 | remote-hg: improve node traversing | Felipe Contreras | 1 | -3/+7 |
2013-05-28 | remote-hg: shuffle some code | Felipe Contreras | 1 | -13/+17 |