-
Notifications
You must be signed in to change notification settings - Fork 26
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
feature: select what will be committed #37
Comments
Hey! Thanks for these suggestions! Does this mean the current situation isn't to your liking? If Can you elaborate on your situation perhaps? |
So, I took some notes in the last weeks. I notice the following use-cases/problems relating to single file commits:
So, there are two problems:
|
Thank you, that helps a lot! Those are excellent points. For the first problem you mention I don't think there is currently anything that can help this, I'll have a look at implementing this when I have some time. For the second problem you mention, I think this is what |
I see the following options here:
(setq git-auto-commit-mode-context 'file)
(setq git-auto-commit-mode-context 'subtree)
(setq git-auto-commit-mode-context 'repository)
gtd.org
would add(setq git-auto-commit-mode-context '("gtd.archive.org" "inbox.org")
And then also
(setq git-auto-commit-mode-staged-only t)
The text was updated successfully, but these errors were encountered: