The second batch
[git] / builtin-notes.c
2010-03-29  Junio C HamanoMerge branch 'sb/notes-parse-opt'
2010-03-24  Junio C HamanoMerge branch 'tr/notes-display'
2010-03-15  Junio C HamanoMerge branch 'jh/notes'
2010-03-13  Stephen Boydnotes: rework subcommands and parse options
2010-03-13  Thomas Rastnotes: track whether notes_trees were changed at all
2010-03-13  Thomas Rastnotes: add shorthand --ref to override GIT_NOTES_REF
2010-03-13  Thomas Rastnotes: implement helpers needed for note copying during...
2010-03-13  Thomas Rastnotes: implement 'git notes copy --stdin'
2010-02-25  Johan Herlandbuiltin-notes: Minor (mostly parse_options-related...
2010-02-23  Junio C HamanoMerge branch 'il/rev-glob'
2010-02-14  Johan Herlandbuiltin-notes: Add "copy" subcommand for copying notes...
2010-02-14  Johan Herlandbuiltin-notes: Misc. refactoring of argc and exit value...
2010-02-14  Johan Herlandbuiltin-notes: Add -c/-C options for reusing notes
2010-02-14  Johan Herlandbuiltin-notes: Refactor handling of -F option to allow...
2010-02-14  Johan Herlandbuiltin-notes: Deprecate the -m/-F options for "git...
2010-02-14  Johan Herlandbuiltin-notes: Add "append" subcommand for appending...
2010-02-14  Johan Herlandbuiltin-notes: Add "add" subcommand for adding notes...
2010-02-14  Johan Herlandbuiltin-notes: Add --message/--file aliases for -m...
2010-02-14  Johan Herlandbuiltin-notes: Add "list" subcommand for listing note...
2010-02-14  Johan Herlandbuiltin-notes: Add "prune" subcommand for removing...
2010-02-14  Johan Herlandbuiltin-notes: Add "remove" subcommand for removing...
2010-02-14  Johan HerlandTeach builtin-notes to remove empty notes
2010-02-14  Johan HerlandBuiltin-ify git-notes