From: Johan Herland Date: Fri, 9 Oct 2009 10:22:02 +0000 (+0200) Subject: fast-import: Add support for importing commit notes X-Git-Tag: v1.6.6-rc0~21^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a8dd2e7d2bd7472b4e02b07aeef795de9c74f3e7?ds=inline;hp=a8dd2e7d2bd7472b4e02b07aeef795de9c74f3e7 fast-import: Add support for importing commit notes Introduce a 'notemodify' subcommand of the 'commit' command. This subcommand is similar to 'filemodify', except that no mode is supplied (all notes have mode 0644), and the path is set to the hex SHA1 of the given "comittish". This enables fast import of note objects along with their associated commits, since the notes can now be named using the mark references of their corresponding commits. The patch also includes a test case of the added functionality. Signed-off-by: Johan Herland Acked-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---