summaryrefslogtreecommitdiff
path: root/Documentation/git-notes.txt
Commit message (Expand)AuthorAgeFilesLines
* notes docs: de-duplicate and combine configuration sectionsÆvar Arnfjörð Bjarmason2022-09-071-51/+4
* docs: improve the example that illustrates git-notes path namesNoam Yorav-Raphael2020-08-031-1/+1
* notes: fix minimum number of parameters to "copy" subcommandDoan Tran Cong Danh2019-10-181-3/+3
* Documentation: turn middle-of-line tabs into spacesMartin Ågren2019-03-071-1/+1
* Documentation: spelling and grammar fixesVille Skyttä2018-06-221-1/+1
* Merge branch 'rd/doc-notes-prune-fix'Junio C Hamano2017-12-061-1/+1
|\
| * notes: correct 'git notes prune' options to '[-n] [-v]'rd/doc-notes-prune-fixRobert P. J. Day2017-11-221-1/+1
* | doc: fix minor typos (extra/duplicated words)ez/doc-duplicated-words-fixEvan Zacks2017-09-141-1/+1
|/
* doc: typeset short command-line options as literalMatthieu Moy2016-06-281-1/+1
* doc: change environment variables formatTom Russello2016-06-081-10/+10
* Documentation: fix linkgit referencesjc/linkgit-fixJunio C Hamano2016-05-091-1/+1
* Merge branch 'jk/notes-dwim-doc'Junio C Hamano2015-10-141-1/+3
|\
| * notes: correct documentation of DWIMery for notes referencesjk/notes-dwim-docJacob Keller2015-09-221-1/+3
* | notes: teach git-notes about notes.<name>.mergeStrategy optionjk/notes-merge-configJacob Keller2015-08-171-0/+6
* | notes: add notes.mergeStrategy option to select default strategyJacob Keller2015-08-171-1/+13
* | notes: document cat_sort_uniq rewriteModeJacob Keller2015-08-171-2/+3
|/
* builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland2014-11-121-4/+8
* parse-options: multi-word argh should use dash to separate wordsJunio C Hamano2014-03-241-1/+1
* doc: remote author/documentation sections from more pagesmh/doc-wo-namesMichael Haggerty2014-01-271-10/+0
* Doc notes: Include the format-patch --notes optionPhilip Oakley2012-10-251-0/+4
* docs: stop using asciidoc no-inline-literalJeff King2012-04-261-1/+1
* git-notes.txt: clarify -C vs. copy and -FMichael J Gruber2011-08-251-2/+5
* notes remove: --stdin reads from the standard inputJunio C Hamano2011-05-191-1/+6
* notes remove: --ignore-missingJunio C Hamano2011-05-191-1/+5
* notes remove: allow removing more than oneJunio C Hamano2011-05-191-3/+4
* Make "git notes add" more user-friendly when there are existing notesJohan Herland2011-03-301-2/+5
* Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland2010-11-171-0/+5
* git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland2010-11-171-1/+11
* git notes merge: Manual conflict resolution, part 2/2Johan Herland2010-11-171-0/+22
* git notes merge: Manual conflict resolution, part 1/2Johan Herland2010-11-171-3/+7
* Documentation: Preliminary docs on 'git notes merge'Johan Herland2010-11-171-1/+43
* notes: allow --dry-run for -n and --verbose for -vRené Scharfe2010-08-091-0/+2
* Merge branch 'mg/notes-dry-run'Junio C Hamano2010-06-131-1/+8
|\
| * notes: dry-run and verbose options for pruneMichael J Gruber2010-05-191-1/+8
* | Documentation/notes: nitpicksJonathan Nieder2010-05-081-6/+6
* | Documentation/notes: clean up description of rewriting configurationJonathan Nieder2010-05-081-18/+29
* | Documentation/notes: simplify treatment of default display refsJonathan Nieder2010-05-081-17/+19
* | Documentation/notes: simplify treatment of default notes refJonathan Nieder2010-05-081-11/+20
* | Documentation/notes: add configuration sectionJonathan Nieder2010-05-081-0/+59
* | Documentation/notes: describe content of notes blobsJonathan Nieder2010-05-081-1/+37
* | Documentation/notes: document format of notes treesJonathan Nieder2010-05-081-9/+21
|/
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-6/+40
|\
| * git-notes(1): add a section about the meaning of historyThomas Rast2010-03-121-0/+14
| * notes: add shorthand --ref to override GIT_NOTES_REFThomas Rast2010-03-121-0/+5
| * notes: implement helpers needed for note copying during rewriteThomas Rast2010-03-121-0/+4
| * notes: implement 'git notes copy --stdin'Thomas Rast2010-03-121-1/+11
| * Support showing notes from more than one notes treeThomas Rast2010-03-121-5/+6
* | Documentation: fix a few typos in git-notes.txtMichael J Gruber2010-03-041-2/+2
|/
* builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-131-0/+8
* builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-131-2/+10