Closed GoogleCodeExporter closed 9 years ago
Comment by Shawn Pearce <sop@google.com> on Mon Mar 02 12:20:53 PST 2009
This is caused by a change to git branch -d's output.
Prior to Git version v1.6.1-rc3~5 the output of bit branch matched:
Deleted branch (.*)\.
where the subgroup grabbed the branch name. In v1.6.1-rc3~5 (aka
a126ed0a01e265d7f3b2972a34e85636e12e6d34) Brandon Casey changed the output to
include the SHA-1 of the branch name, now matching the pattern:
Deleted branch (.*) \([0-9a-f]*\)\.
That's what I get for making repo script against porcelain and not plumbing.
Original comment by code-rev...@gtempaccount.com
on 24 Sep 2009 at 9:10
Comment by Shawn Pearce <sop@google.com> on Mon Mar 02 12:38:54 PST 2009
Fixed by https://review.source.android.com/9047
Original comment by code-rev...@gtempaccount.com
on 24 Sep 2009 at 9:10
Update by Shawn Pearce <sop@google.com> on Mon Mar 02 12:38:54 PST 2009
Original comment by code-rev...@gtempaccount.com
on 24 Sep 2009 at 9:10
Update by Shawn Pearce <sop@google.com> on Mon Mar 02 12:58:00 PST 2009
Fixed in version 1.6.1.
Original comment by code-rev...@gtempaccount.com
on 24 Sep 2009 at 9:10
Original issue reported on code.google.com by
code-rev...@gtempaccount.com
on 24 Sep 2009 at 9:09