-
-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash at adding folder which is git repo by itself #108
Comments
Hey @kulik thanks for reporting this. Indeed this should not crash. but what is the expected behaviour? does the git cli support checking in this repo into the outer repo? |
thereis a ugly way - just to comit it straight as it. i wouldn't expect that, probably it's normal for some cases with skiping .git folder. but the briliant way is |
@kulik I cannot even figure out how to commit a |
Describe the bug
it's a crash when you stage folder which has .git folder inside, and still not a git-submodule
To Reproduce
Pre conditions. init repo, with git init, copy the other git repo inside.
Steps to reproduce the behavior:
crash
Expected behavior
At least nothing should happend
the best result it's to suggest to add it like git submodule.
Desktop (please complete the following information):
Additional context
gitui
Error: git error:invalid path: 'nginx/lua-lib/lua-resty-hmac/'; class=Index (10)
Caused by:
invalid path: 'nginx/lua-lib/lua-resty-hmac/'; class=Index (10)
where lua-resty-hmac/ - it's git repo by itself
The text was updated successfully, but these errors were encountered: