From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:07
Hi,
A few fixes to be applied on top of the massive changes already queued. Nothing major.
Felipe Contreras (2):
remote-bzr: convert all unicode keys to str
remote-bzr: avoid bad refs
contrib/remote-helpers/git-remote-bzr | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)
--
1.8.3.rc0.401.g45bba44
From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:08
Turns out fast-export throws bad 'reset' commands because of a behavior
in transport-helper that is not even needed.
We should ignore them, otherwise we will threat them as branches and
fail.
This was fixed in v1.8.2, but some people use this script in older
versions of git.
Also, check if the ref was a tag, and skip it for now.
Signed-off-by: Felipe Contreras <redacted>
---
contrib/remote-helpers/git-remote-bzr | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:08
On Fri, May 3, 2013 at 7:22 PM, Felipe Contreras
[off-list ref] wrote:
A few fixes to be applied on top of the massive changes already queued. Nothing major.
Felipe Contreras (2):
remote-bzr: convert all unicode keys to str
remote-bzr: avoid bad refs
There's a problem with the second patch. Re-rolling.
--
Felipe Contreras