Project

General

Custom queries

Profile

Actions

Bug #6088

closed

rudder-dev pull/branch function does not work correctly on older git version (1.8.3)

Added by Vincent MEMBRÉ about 10 years ago. Updated almost 10 years ago.

Status:
Released
Priority:
N/A
Category:
Rudder dev tools
Target version:
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

Added by Vincent MEMBRÉ about 10 years ago

Revision 0b644ee1 (diff)

Fixes #6088: rudder-dev pull/branch function does not work correctly on older git version (1.8.3)

Added by Benoît PECCATTE about 10 years ago

Revision 2ccf15a0

Merge pull request #31 from VinceMacBuche/bug_6088/rudder_dev_pull_branch_function_does_not_work_correctly_on_older_git_version_1_8_3

Fixes #6088: rudder-dev pull/branch function does not work correctly on older git version (1.8.3)

Actions

Also available in: Atom PDF