Re: git fetch --prune removes branches from origin/ with inconsistent case in path names

2015-03-30 Thread Raf 8- )
Lee Winder lee.winder at gmail.com writes: When using git fetch --prune, git will remove any branches from remotes/origin/ that have inconsistent case in folder names. ... Thanks Lee Hello, Same type of issue here using Jenkins. In a gitBash console: $ git branch --list *

git fetch --prune removes branches from origin/ with inconsistent case in path names

2013-07-02 Thread Lee Winder
When using git fetch --prune, git will remove any branches from remotes/origin/ that have inconsistent case in folder names. This issue has been verified in versions 1.7.10.2, 1.7.11.1 and 1.8.3.2. I've described the reproduction steps here as I carried them out, and listed the plaforms I used