Hi Yann, Yann Hodique wrote: >>>>>> "Ramkumar" == Ramkumar Ramachandra <[email protected]> writes: >> [1]: https://github.com/rafl/git-commit-mode > > Thanks, I'll give it a try. What about the metadata magit puts in the > log-edit buffer before submitting ? Are there equivalent flags with > git-commit-mode ?
No. But I'm just deriving it from magit-log-edit-mode which puts in those headers anyway, no? git-commit-mode just does some "syntax highlighting". Tried it out? Do you like it? >> .gitmodules | 3 +++ > > Is there a reason why we'd like to maintain a submodule within magit? > I mean, it won't be a strong dependency anyway. So we should probably > just mention the location of git-commit-mode (or better an elpa package) > and leave the rest to the user. Sure, that'd work too. > I'd prefer we don't use git-commit-mode automatically when it exists, > but rather when the user asks for it (with a call to > `magit-git-commit-mode-insinuate' or something). We should also provide > a way to fallback to regular mode upon user request. Okay, I'll rewrite that bit shortly. p.s- Sorry about the delay; was on vacation. -- Ram
