[PATCH v3 0/7] New remote-bzr remote helper
From: Felipe Contreras <hidden>
Date: 2016-06-15 22:55:14
Hi, This is a re-roll of the previous series to add support to fetch and push special modes, and refactor some related code. Cheers. Changes since v2: * Add support for special modes * Minor refactoring and cleanups Changes since v1: * Rewritten to avoid bzr-fastimport Felipe Contreras (7): Add new remote-bzr transport helper remote-bzr: add support for pushing remote-bzr: add support for remote repositories remote-bzr: update working tree remote-bzr: add simple tests remote-bzr: add support for fecthing special modes remote-bzr: add support to push special modes contrib/remote-helpers/git-remote-bzr | 713 ++++++++++++++++++++++++++++++++++ contrib/remote-helpers/test-bzr.sh | 143 +++++++ 2 files changed, 856 insertions(+) create mode 100755 contrib/remote-helpers/git-remote-bzr create mode 100755 contrib/remote-helpers/test-bzr.sh -- 1.8.0