Replies: 2 comments 3 replies
-
It's most likely a Git issue. Git stores (loose) refs in filesystem directories, and on macOS, paths are kind of case-insensitive. If you had |
Beta Was this translation helpful? Give feedback.
-
If the issue is what Yuya suspects, and nothing else helps, these days it's pretty easy to create a case-sensitive APFS volume that shares the space with the main APFS volume on macOS. I found that Mac-native programs do sometimes get confused by case sensitivity, but you could keep your jj repos there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been dipping my feet into jj, and first did a clean
jj git clone
of an existing remote repository.One of the first things I tried was viewing the remote bookmarks, and it seems like jj is capitalizating the first letter of some of the git remote branch names.
feature/
seems to get capitalized, buthotfix/
does not.Made up example showing similar output to what I am seeing:
In a separate git checkout of the same repo:
At first I thought maybe the default template was doing some capitalization, but that does not seem to be the case.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions