summaryrefslogtreecommitdiff
path: root/Documentation/git-notes.txt
AgeCommit message (Expand)Author
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano
2014-01-27doc: remote author/documentation sections from more pagesMichael Haggerty
2012-10-25Doc notes: Include the format-patch --notes optionPhilip Oakley
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2011-08-25git-notes.txt: clarify -C vs. copy and -FMichael J Gruber
2011-05-19notes remove: --stdin reads from the standard inputJunio C Hamano
2011-05-19notes remove: --ignore-missingJunio C Hamano
2011-05-19notes remove: allow removing more than oneJunio C Hamano
2011-03-30Make "git notes add" more user-friendly when there are existing notesJohan Herland
2010-11-17Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland
2010-11-17git notes merge: Manual conflict resolution, part 2/2Johan Herland
2010-11-17git notes merge: Manual conflict resolution, part 1/2Johan Herland
2010-11-17Documentation: Preliminary docs on 'git notes merge'Johan Herland
2010-08-09notes: allow --dry-run for -n and --verbose for -vRené Scharfe
2010-06-13Merge branch 'mg/notes-dry-run'Junio C Hamano
2010-05-20notes: dry-run and verbose options for pruneMichael J Gruber
2010-05-09Documentation/notes: nitpicksJonathan Nieder
2010-05-09Documentation/notes: clean up description of rewriting configurationJonathan Nieder
2010-05-09Documentation/notes: simplify treatment of default display refsJonathan Nieder
2010-05-09Documentation/notes: simplify treatment of default notes refJonathan Nieder
2010-05-09Documentation/notes: add configuration sectionJonathan Nieder
2010-05-09Documentation/notes: describe content of notes blobsJonathan Nieder
2010-05-09Documentation/notes: document format of notes treesJonathan Nieder
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-13git-notes(1): add a section about the meaning of historyThomas Rast
2010-03-13notes: add shorthand --ref to override GIT_NOTES_REFThomas Rast
2010-03-13notes: implement helpers needed for note copying during rewriteThomas Rast
2010-03-13notes: implement 'git notes copy --stdin'Thomas Rast
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-03-05Documentation: fix a few typos in git-notes.txtMichael J Gruber
2010-02-14builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland
2010-02-14builtin-notes: Add -c/-C options for reusing notesJohan Herland
2010-02-14builtin-notes: Deprecate the -m/-F options for "git notes edit"Johan Herland
2010-02-14builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland
2010-02-14builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland
2010-02-14builtin-notes: Add --message/--file aliases for -m/-F optionsJohan Herland
2010-02-14builtin-notes: Add "list" subcommand for listing note objectsJohan Herland
2010-02-14Documentation: Generalize git-notes docs to 'objects' instead of 'commits'Johan Herland
2010-02-14builtin-notes: Add "prune" subcommand for removing notes for missing objectsJohan Herland
2010-02-14builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland
2010-02-14Builtin-ify git-notesJohan Herland
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2009-10-20Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland
2009-10-20Add a script to edit/inspect notesJohannes Schindelin
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano
2008-12-21Add a script to edit/inspect notesJohannes Schindelin