-
Bug
-
Resolution: Fixed
-
Major
-
Windows Server 2003, msysgit
After the branch creation, Git repository has following branches:
% git branch -l -r
origin/HEAD -> origin/master
origin/develop/master
origin/master
You can see `master' and `develop/master' have duplicate sub name.
I specified `master' branch to poll changes (and not specify develop/master).
I notice that following command outputs two lines. This behavior might be a hint.
% git ls-remote repo.git master
f51fe2b0cb10c3187bad89af860a3a365623db35 refs/heads/develop/master
7216584eec594056800ba76840b0508b0d7453a2 refs/heads/master
- is related to
-
JENKINS-22119 Fail to update git repository with stored credential
-
- Closed
-
[JENKINS-20939] git plugin doesn't detect changes when I create duplicate sub name branch.
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 152750 ] | New: JNJira + In-Review [ 207236 ] |