git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git fetch --prune removes branches from origin/ with inconsistent case in path names
@ 2013-07-02 20:37 Lee Winder
  2015-03-30 13:58 ` Raf 8-)
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Winder @ 2013-07-02 20:37 UTC (permalink / raw)
  To: git

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 to replicate it.  The issue will most
likely occur on a different combination of platforms also.

- On Mac, create a new repository and push a master branch to a central server
- On Mac, create a branch called feature/lower_case_branch and push
this to the central server (note that 'feature' is all lower case)
- On Windows, clone the repository but stay on master, do not checkout
the feature/lower_case_branch branch
- On Windows, branch from master a branch called
Feature/upper_case_branch (note the uppercase F) and push to the
server
- On Mac, run git fetch and see that
remote/origin/Feature/upper_case_branch is updated

Couple of things to note here
1) In the git fetch output it lists the branch with an upper case 'F'
  * [new branch]      Feature/upper_case_branch ->
origin/Feature/upper_case_branch
2) When I run git branch --all it is actually listed with a lower case 'f'
  remotes/origin/feature/upper_case_branch

Now the problem happens when I run git fetch --prune, I get the following output
  * [new branch]      Feature/upper_case_branch ->
origin/Feature/upper_case_branch
  x [deleted]         (none)     -> origin/feature/upper_case_branch

Note the new branch uses 'F' and the deleted branch uses 'f'.

The results of this bug seem to be
* Everytime I call git fetch it thinks Feature/upper_case_branch is a
new branch (if I call 'git branch' multiple times I always get the
[new branch] output)
* Whenever I run with --prune, git will *always* remove the branch
with a different folder name (from a case sensitive perspective) than
the one originally created on the current machine.


Thanks
Lee

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: git fetch --prune removes branches from origin/ with inconsistent case in path names
  2013-07-02 20:37 git fetch --prune removes branches from origin/ with inconsistent case in path names Lee Winder
@ 2015-03-30 13:58 ` Raf 8-)
  0 siblings, 0 replies; 2+ messages in thread
From: Raf 8-) @ 2015-03-30 13:58 UTC (permalink / raw)
  To: git

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
* feature/testCI1
  feature/testCI2

In Jenkins Console output (git plugin is 2.3.5):
Seen branch in repository origin/Feature/testCI1
Seen branch in repository origin/Feature/testCI2

Both are running on Windows

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-30 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-02 20:37 git fetch --prune removes branches from origin/ with inconsistent case in path names Lee Winder
2015-03-30 13:58 ` Raf 8-)

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).