aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-notes.txt
Commit message (Expand)AuthorAge
* Merge branch 'rd/doc-notes-prune-fix'Junio C Hamano2017-12-06
|\
| * notes: correct 'git notes prune' options to '[-n] [-v]'Robert P. J. Day2017-11-22
* | doc: fix minor typos (extra/duplicated words)Evan Zacks2017-09-14
|/
* doc: typeset short command-line options as literalMatthieu Moy2016-06-28
* doc: change environment variables formatTom Russello2016-06-08
* Documentation: fix linkgit referencesJunio C Hamano2016-05-09
* Merge branch 'jk/notes-dwim-doc'Junio C Hamano2015-10-14
|\
| * notes: correct documentation of DWIMery for notes referencesJacob Keller2015-09-22
* | notes: teach git-notes about notes.<name>.mergeStrategy optionJacob Keller2015-08-17
* | notes: add notes.mergeStrategy option to select default strategyJacob Keller2015-08-17
* | notes: document cat_sort_uniq rewriteModeJacob Keller2015-08-17
|/
* builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland2014-11-12
* parse-options: multi-word argh should use dash to separate wordsJunio C Hamano2014-03-24
* doc: remote author/documentation sections from more pagesMichael Haggerty2014-01-27
* Doc notes: Include the format-patch --notes optionPhilip Oakley2012-10-25
* docs: stop using asciidoc no-inline-literalJeff King2012-04-26
* git-notes.txt: clarify -C vs. copy and -FMichael J Gruber2011-08-25
* notes remove: --stdin reads from the standard inputJunio C Hamano2011-05-19
* notes remove: --ignore-missingJunio C Hamano2011-05-19
* notes remove: allow removing more than oneJunio C Hamano2011-05-19
* Make "git notes add" more user-friendly when there are existing notesJohan Herland2011-03-30
* Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland2010-11-17
* git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland2010-11-17
* git notes merge: Manual conflict resolution, part 2/2Johan Herland2010-11-17
* git notes merge: Manual conflict resolution, part 1/2Johan Herland2010-11-17
* Documentation: Preliminary docs on 'git notes merge'Johan Herland2010-11-17
* notes: allow --dry-run for -n and --verbose for -vRené Scharfe2010-08-09
* Merge branch 'mg/notes-dry-run'Junio C Hamano2010-06-13
|\
| * notes: dry-run and verbose options for pruneMichael J Gruber2010-05-19
* | Documentation/notes: nitpicksJonathan Nieder2010-05-08
* | Documentation/notes: clean up description of rewriting configurationJonathan Nieder2010-05-08
* | Documentation/notes: simplify treatment of default display refsJonathan Nieder2010-05-08
* | Documentation/notes: simplify treatment of default notes refJonathan Nieder2010-05-08
* | Documentation/notes: add configuration sectionJonathan Nieder2010-05-08
* | Documentation/notes: describe content of notes blobsJonathan Nieder2010-05-08
* | Documentation/notes: document format of notes treesJonathan Nieder2010-05-08
|/
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-24
|\
| * git-notes(1): add a section about the meaning of historyThomas Rast2010-03-12
| * notes: add shorthand --ref to override GIT_NOTES_REFThomas Rast2010-03-12
| * notes: implement helpers needed for note copying during rewriteThomas Rast2010-03-12
| * notes: implement 'git notes copy --stdin'Thomas Rast2010-03-12
| * Support showing notes from more than one notes treeThomas Rast2010-03-12
* | Documentation: fix a few typos in git-notes.txtMichael J Gruber2010-03-04
|/
* builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-13
* builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-13
* builtin-notes: Deprecate the -m/-F options for "git notes edit"Johan Herland2010-02-13
* builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland2010-02-13
* builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland2010-02-13
* builtin-notes: Add --message/--file aliases for -m/-F optionsJohan Herland2010-02-13
* builtin-notes: Add "list" subcommand for listing note objectsJohan Herland2010-02-13