summaryrefslogtreecommitdiff
path: root/builtin-notes.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-12notes: implement helpers needed for note copying during rewriteLibravatar Thomas Rast1-8/+131
2010-03-12notes: implement 'git notes copy --stdin'Libravatar Thomas Rast1-1/+55
2010-02-13builtin-notes: Add "copy" subcommand for copying notes between objectsLibravatar Johan Herland1-8/+31
2010-02-13builtin-notes: Misc. refactoring of argc and exit value handlingLibravatar Johan Herland1-25/+36
2010-02-13builtin-notes: Add -c/-C options for reusing notesLibravatar Johan Herland1-10/+53
2010-02-13builtin-notes: Refactor handling of -F option to allow combining -m and -FLibravatar Johan Herland1-43/+51
2010-02-13builtin-notes: Deprecate the -m/-F options for "git notes edit"Libravatar Johan Herland1-2/+8
2010-02-13builtin-notes: Add "append" subcommand for appending to note objectsLibravatar Johan Herland1-9/+26
2010-02-13builtin-notes: Add "add" subcommand for adding notes to objectsLibravatar Johan Herland1-4/+26
2010-02-13builtin-notes: Add --message/--file aliases for -m/-F optionsLibravatar Johan Herland1-2/+2
2010-02-13builtin-notes: Add "list" subcommand for listing note objectsLibravatar Johan Herland1-5/+32
2010-02-13builtin-notes: Add "prune" subcommand for removing notes for missing objectsLibravatar Johan Herland1-10/+18
2010-02-13builtin-notes: Add "remove" subcommand for removing existing notesLibravatar Johan Herland1-29/+36
2010-02-13Teach builtin-notes to remove empty notesLibravatar Johan Herland1-4/+11
2010-02-13Builtin-ify git-notesLibravatar Johan Herland1-0/+280