Actions
Bug #6088
closedrudder-dev pull/branch function does not work correctly on older git version (1.8.3)
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We use a command to find the value of the tracking remote branch:
git status --porcelain --branch | head -n1
which returns
## master
without mention about the remote.
using that command
git rev-parse --abbrev-ref --symbolic-full-name @{u}
get a better result
NRM/master
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-tools/pull/31
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 0b644ee1ee3089966cdbb262edb60e78e163ee02.
Updated by Benoît PECCATTE almost 10 years ago
Applied in changeset 2ccf15a076ca3dc16ee6d0d77f9845f8881558c7.
Updated by Benoît PECCATTE over 9 years ago
- Target version deleted (
3.1.0~beta1)
Updated by Benoît PECCATTE over 9 years ago
- Status changed from Pending release to Released
- Target version set to master
Actions