commit | 3d65188e64e65e001f7d3999f44484bc6ae94e95 | [log] [tgz] |
---|---|---|
author | Martin Fick <mfick@codeaurora.org> | Mon Apr 13 11:13:05 2015 -0600 |
committer | Martin Fick <mfick@codeaurora.org> | Fri Apr 24 17:51:03 2015 -0600 |
tree | ed1220ea67d876ad869e8eb641456b262726780c | |
parent | c16ab0df0d711a44944656b46f784f679352ac00 [diff] |
Fix bugs in branch name to ref conversions. Some of this code was adding "refs/heads" to all refs, and some to any ref that did not start with "refs/heads". This will incorrectly convert "refs/meta/config" to "refs/heads/refs/meta/config". Instead, use the new RefNames.fullName() method to get this right. Change-Id: I8e5dc04a17b8c536f75145c2fc98f27a0f00d7f1