Re: git-note -C changes commit type?

2014-02-12 Thread Joachim Breitner
Dear Johan, Am Mittwoch, den 12.02.2014, 00:52 +0100 schrieb Johan Herland: On Tue, Feb 11, 2014 at 6:23 PM, Joachim Breitner m...@joachim-breitner.de wrote: judging from the documentation I got the impression that I can pass any git object has to git note -C hash and it would stored

Re: git-note -C changes commit type?

2014-02-12 Thread Joachim Breitner
Dear Johan, thanks for the patch! Am Mittwoch, den 12.02.2014, 11:26 +0100 schrieb Johan Herland: Here's another way to solve your problem, which should be fairly transparent and performant: Whenever you want to reference history of a commit (I'm using quotes here, because we're not

git-note -C changes commit type?

2014-02-11 Thread Joachim Breitner
Hi, judging from the documentation I got the impression that I can pass any git object has to git note -C hash and it would stored as-is. But it seems the objects gets mangled somehow... (I want to attach a commit object as a note, to reference the history of a feature before the final cleanup