We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現状、git commit を再現する形で最終的にcommit -Fするという方法を取っているが 非常に際限が難しく、また git rebase や git tag -a 等の事を考えると GIT_EDITORを必ず設定しているのだから普通にそのまま git-make-process して *auto-mode-alist* でもってメッセージ用のモードに切り替える方法に変更する
git commit
git rebase
git tag -a
git-make-process
*auto-mode-alist*
The text was updated successfully, but these errors were encountered:
Add git-editmsg-mode. #19
dfdb597
DeaR
No branches or pull requests
現状、
git commit
を再現する形で最終的にcommit -Fするという方法を取っているが非常に際限が難しく、また
git rebase
やgit tag -a
等の事を考えるとGIT_EDITORを必ず設定しているのだから普通にそのまま
git-make-process
して*auto-mode-alist*
でもってメッセージ用のモードに切り替える方法に変更するThe text was updated successfully, but these errors were encountered: