summaryrefslogtreecommitdiff
path: root/builtin-notes.c
Commit message (Expand)AuthorAgeFilesLines
* notes: implement 'git notes copy --stdin'Thomas Rast2010-03-121-1/+55
* builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-131-8/+31
* builtin-notes: Misc. refactoring of argc and exit value handlingJohan Herland2010-02-131-25/+36
* builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-131-10/+53
* builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland2010-02-131-43/+51
* builtin-notes: Deprecate the -m/-F options for "git notes edit"Johan Herland2010-02-131-2/+8
* builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland2010-02-131-9/+26
* builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland2010-02-131-4/+26
* builtin-notes: Add --message/--file aliases for -m/-F optionsJohan Herland2010-02-131-2/+2
* builtin-notes: Add "list" subcommand for listing note objectsJohan Herland2010-02-131-5/+32
* builtin-notes: Add "prune" subcommand for removing notes for missing objectsJohan Herland2010-02-131-10/+18
* builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland2010-02-131-29/+36
* Teach builtin-notes to remove empty notesJohan Herland2010-02-131-4/+11
* Builtin-ify git-notesJohan Herland2010-02-131-0/+280