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 | -979/+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 | -2/+4 |
2014-04-09 | remote-bzr: include authors field in pushed commits | dequis | 1 | -0/+2 |
2014-04-09 | remote-bzr: add support for older versions | Felipe Contreras | 1 | -2/+2 |
2014-03-18 | Merge branch 'fc/transport-helper-fixes' | Junio C Hamano | 1 | -1/+30 |
2014-02-24 | remote-bzr: support the new 'force' option | Richard Hansen | 1 | -1/+30 |
2013-12-09 | remote-helpers: add extra safety checks | Felipe Contreras | 1 | -4/+10 |
2013-11-18 | remote-bzr, remote-hg: fix email address regular expression | Richard Hansen | 1 | -4/+3 |
2013-09-18 | Merge branch 'fc/contrib-bzr-hg-fixes' | Junio C Hamano | 1 | -35/+13 |
2013-09-08 | remote-bzr: reuse bzrlib transports when possible | Richard Hansen | 1 | -12/+21 |
2013-08-29 | remote-helpers: cleanup more global variables | Felipe Contreras | 1 | -29/+0 |
2013-08-29 | remote-helpers: trivial style fixes | Felipe Contreras | 1 | -2/+2 |
2013-08-29 | remote-bzr: make bzr branches configurable per-repo | Felipe Contreras | 1 | -3/+10 |
2013-08-29 | remote-bzr: fix export of utf-8 authors | Felipe Contreras | 1 | -0/+1 |
2013-06-11 | Merge branch 'fc/remote-bzr' | Junio C Hamano | 1 | -57/+55 |
2013-05-28 | remote-helpers: improve marks usage | Felipe Contreras | 1 | -1/+4 |
2013-05-28 | remote-bzr: add fallback check for a partial clone | Felipe Contreras | 1 | -1/+4 |
2013-05-28 | remote-bzr: reorganize the way 'wanted' works | Felipe Contreras | 1 | -32/+26 |
2013-05-28 | remote-bzr: trivial cleanups | Felipe Contreras | 1 | -7/+7 |
2013-05-28 | remote-bzr: change global repo | Felipe Contreras | 1 | -2/+2 |
2013-05-28 | remote-bzr: delay cloning/pulling | Felipe Contreras | 1 | -15/+13 |
2013-05-28 | remote-bzr: simplify get_remote_branch() | Felipe Contreras | 1 | -11/+12 |
2013-05-28 | remote-bzr: fix for files with spaces | Felipe Contreras | 1 | -1/+1 |
2013-05-28 | remote-bzr: recover from failed clones | Felipe Contreras | 1 | -8/+10 |
2013-05-17 | remote-bzr: fixes for older versions of bzr | Felipe Contreras | 1 | -2/+4 |
2013-05-17 | remote-bzr: fix old organization destroy | Sandor Bodo-Merle | 1 | -0/+2 |
2013-05-16 | remote-bzr: fix cloning of non-listable repos | Felipe Contreras | 1 | -0/+3 |
2013-05-14 | remote-bzr: update old organization | Felipe Contreras | 1 | -0/+7 |
2013-05-07 | remote-bzr: fix for disappeared revisions | Felipe Contreras | 1 | -4/+11 |
2013-05-06 | remote-bzr: avoid bad refs | Felipe Contreras | 1 | -15/+23 |
2013-05-06 | remote-bzr: convert all unicode keys to str | Felipe Contreras | 1 | -2/+2 |
2013-04-30 | remote-bzr: access branches only when needed | Felipe Contreras | 1 | -12/+16 |
2013-04-30 | remote-bzr: delay peer branch usage | Felipe Contreras | 1 | -3/+3 |
2013-04-30 | remote-bzr: iterate revisions properly | Felipe Contreras | 1 | -2/+3 |
2013-04-30 | remote-bzr: improve progress reporting | Felipe Contreras | 1 | -7/+13 |
2013-04-30 | remote-bzr: add option to specify branches | Felipe Contreras | 1 | -2/+18 |
2013-04-30 | remote-bzr: add custom method to find branches | Felipe Contreras | 1 | -5/+20 |
2013-04-30 | remote-bzr: improve author sanitazion | Felipe Contreras | 1 | -2/+13 |
2013-04-30 | remote-bzr: add support for shared repo | Felipe Contreras | 1 | -7/+15 |
2013-04-30 | remote-bzr: fix branch names | Felipe Contreras | 1 | -0/+1 |
2013-04-30 | remote-bzr: add support for bzr repos | Felipe Contreras | 1 | -56/+102 |
2013-04-30 | remote-bzr: use branch variable when appropriate | Felipe Contreras | 1 | -17/+18 |
2013-04-30 | remote-bzr: fix partially pushed merge | Felipe Contreras | 1 | -4/+13 |
2013-04-30 | remote-bzr: fixes for branch diverge | Felipe Contreras | 1 | -1/+7 |
2013-04-30 | remote-bzr: add support to push merges | Felipe Contreras | 1 | -8/+21 |
2013-04-30 | remote-bzr: always try to update the worktree | Felipe Contreras | 1 | -1/+5 |
2013-04-30 | remote-bzr: fix order of locking in CustomTree | Felipe Contreras | 1 | -1/+1 |
2013-04-30 | remote-bzr: delay blob fetching until the very end | Felipe Contreras | 1 | -3/+5 |