Re: git notes: notes
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:48:04
Hi, On Thu, 21 Jan 2010, Johan Herland wrote:
On Wednesday 20 January 2010, Joey Hess wrote:quoted
Did you consider having -m append a line to an existing note?Hmm. Not really. The "git notes" porcelain was originally written by Dscho, and my builtin-ification of it (currently in 'pu') preserves the original semantics of "git notes edit -m". It might make sense to change the defaults; what do you think, Dscho?
I do not really care as long as there is a nice way to edit the complete note interactively. Of course, I _do_ expect people to get confused just like they do with the current inconsistencies: "git commit -m" does not really append, but set the commit message, even if you amend a commit. So maybe you want to use a different command line option for that. Ciao, Dscho