Bug #7128
git-pbchk fails to detect parent branch
Start date:
2016-06-23
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Related issues
Updated by Hans Rosenfeld over 4 years ago
- Category set to cmd - userland programs
- Assignee set to Hans Rosenfeld
- Difficulty changed from Medium to Bite-size
Apparently git-pbchk seems to have a problem with detecting the parent branch. I think this is because the git command used to find the parent branch is split at each whitespace, and one of the arguments is supposed to have a space character in it. Changing that call to pass the git command as a list fixes this.
Updated by Yuri Pankov over 3 years ago
- Is duplicate of Bug #5167: git-pbchk fails to detect parent branch added