summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/git-remote-bzr
Commit message (Expand)AuthorAgeFilesLines
* remote-bzr: update old organizationFelipe Contreras2013-05-141-0/+7
* remote-bzr: fix for disappeared revisionsFelipe Contreras2013-05-071-4/+11
* remote-bzr: avoid bad refsFelipe Contreras2013-05-061-15/+23
* remote-bzr: convert all unicode keys to strFelipe Contreras2013-05-061-2/+2
* remote-bzr: access branches only when neededFelipe Contreras2013-04-301-12/+16
* remote-bzr: delay peer branch usageFelipe Contreras2013-04-301-3/+3
* remote-bzr: iterate revisions properlyFelipe Contreras2013-04-301-2/+3
* remote-bzr: improve progress reportingFelipe Contreras2013-04-301-7/+13
* remote-bzr: add option to specify branchesFelipe Contreras2013-04-301-2/+18
* remote-bzr: add custom method to find branchesFelipe Contreras2013-04-301-5/+20
* remote-bzr: improve author sanitazionFelipe Contreras2013-04-301-2/+13
* remote-bzr: add support for shared repoFelipe Contreras2013-04-301-7/+15
* remote-bzr: fix branch namesFelipe Contreras2013-04-301-0/+1
* remote-bzr: add support for bzr reposFelipe Contreras2013-04-301-56/+102
* remote-bzr: use branch variable when appropriateFelipe Contreras2013-04-301-17/+18
* remote-bzr: fix partially pushed mergeFelipe Contreras2013-04-301-4/+13
* remote-bzr: fixes for branch divergeFelipe Contreras2013-04-301-1/+7
* remote-bzr: add support to push mergesFelipe Contreras2013-04-301-8/+21
* remote-bzr: always try to update the worktreeFelipe Contreras2013-04-301-1/+5
* remote-bzr: fix order of locking in CustomTreeFelipe Contreras2013-04-301-1/+1
* remote-bzr: delay blob fetching until the very endFelipe Contreras2013-04-301-3/+5
* remote-bzr: cleanup CustomTreeFelipe Contreras2013-04-301-7/+1
* remote-bzr: strip extra newlineFelipe Contreras2013-04-261-0/+4
* remote-bzr: tell bazaar to be quietFelipe Contreras2013-04-261-0/+3
* remote-bzr: store converted URLFelipe Contreras2013-04-261-1/+12
* remote-bzr: add support to push URLsFelipe Contreras2013-04-261-3/+13
* remote-bzr: fix bad state issueFelipe Contreras2013-04-261-0/+6
* remote-helpers: trivial cleanupsFelipe Contreras2013-04-261-3/+4
* Merge branch 'fc/remote-hg'Junio C Hamano2013-04-261-1/+1
|\
| * remote-helpers: avoid has_keyDusty Phillips2013-04-221-1/+1
* | Merge branch 'fc/remote-bzr'Junio C Hamano2013-04-261-5/+5
|\ \ | |/ |/|
| * remote-bzr: use proper push methodFelipe Contreras2013-04-251-5/+5
* | remote-bzr: fix prefix of tagsFelipe Contreras2013-04-151-3/+6
* | remote-bzr: improve tag handlingFelipe Contreras2013-04-081-9/+16
* | remote-bzr: fix utf-8 support for fetchingChristophe Simonis2013-04-081-8/+11
|/
* remote-bzr: add utf-8 support for pushingFelipe Contreras2013-04-071-0/+6
* remote-bzr: add utf-8 support for fetchingTimotheus Pokorra2013-04-071-2/+2
* remote-bzr: avoid unreferred tagsFelipe Contreras2013-04-071-0/+4
* remote-bzr: only update workingtree on local reposFelipe Contreras2013-04-071-2/+1
* remote-bzr: set author if availableDavid Engster2013-04-071-1/+6
* remote-bzr: remove files before modificationsChristophe Simonis2013-04-071-2/+2
* remote-bzr: fix directory renamingChristophe Simonis2013-04-071-1/+7
* remote-bzr: detect local repositoriesFelipe Contreras2013-01-021-20/+28
* remote-bzr: add support for older versions of bzrFelipe Contreras2013-01-021-5/+9
* remote-bzr: add support to push special modesFelipe Contreras2013-01-021-17/+43
* remote-bzr: add support for fecthing special modesFelipe Contreras2013-01-021-11/+27
* remote-bzr: update working tree upon pushingFelipe Contreras2012-12-131-0/+2
* remote-bzr: add support for remote repositoriesFelipe Contreras2012-11-281-2/+24
* remote-bzr: add support for pushingFelipe Contreras2012-11-281-0/+295
* Add new remote-bzr transport helperFelipe Contreras2012-11-281-0/+352