2010/2/12 Vladimir Panteleev <thecybershadow@xxxxxxxxx>: >> It sounds like you want to read about a new feature called git-notes: >> http://www.kernel.org/pub/software/scm/git/docs/git-notes.html > > Wow, thanks! Looks like I'm behind the times. (Currently stuck with > msysGit/1.6.5) Yes, what you described sounds *exactly* like git-notes :) > The documentation looks pretty scant. Does anyone know how close were my > suggestions to the actual implemented behavior (esp. regarding rebasing)? 1, 2, 3, and 4 are all implemented, as far as I know. However, I don't think notes copy during a rebase. My gut feeling is that you probably shouldn't be rebasing so much that this is an issue. I'm guessing that you should copy the note to the new commit ID after the rebase. I have also found the documentation lacking. It helped a bit to see the history. It's pretty compact in the logs. Here are two commands to isolate the commits: git log --reverse fed8a7de3592~..df27f6280545 gitk fed8a7de3592..df27f6280545 -- Mark -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html