-
Notifications
You must be signed in to change notification settings - Fork 30
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
Does not work for vcsh or fake bare git technique #37
Comments
Thank you for your report. Yeah, committia.vim does not surrpot bare repository for now. But I can investigate how to support and if it's reasonable, I'll add the support. Anyway, investigation is needed. |
Yes, this is more complex use of bare repos. Actually it is called fake bare repos and so I have no idea if a bare repo is actually involved. You may need to look at how |
I was able to fix this issue by including
right after @DancingQuanta Can you check if this works with |
Oh it is embarrassing, EDIT Actually when a VCSH repo is created, |
The description of #42 said that #42 does not fix #37 because |
Yes, that's right. If
|
So, should we also check |
This depends on the type of repo:
results in |
I asked |
Sure. I'll wait for response. |
I am using vcsh which allows me to version control my dotfiles with git.
vcsh
works by (taking a line from its manpage)So if I want to commit a change for a vcsh repo, I enter a vcsh environment then which have a different
$GIT_DIR
compared to$GIT_WORK_TREE
for that repo.committia
chokes on this$GIT_DIR
as shown in the following error upon committing.Can
committia
be adapted to support fake git repo technique please?The text was updated successfully, but these errors were encountered: