On Mon, Jun 6, 2016 at 12:17 PM, Torsten Bögershausen <[email protected]> wrote:
> A limitation is introduced by Mac OS and Windows:
> BRANCH/NAME and branch/name refer to the same object in the file
> system.
> As a workaround, you can pack the branch names:
> git pack-refs --all
Once you packed a branch into the packed refs file, you can
create another loose branch of different capitalization,
which then 'hides' the packed ref?
That sounds error prone to me, as a seemingly unrelated branch
changed its value:
git branch BRANCH 012345
git pack-refs --all
git branch branch BRANCH^
git rev-parse BRANCH
(I'd expect BRANCH^ as return)
(I don't have a windows machine for testing here, so that
is pure speculation)
Thanks,
Stefan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html