aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-notes.txt
AgeCommit message (Expand)AuthorFilesLines
2023-12-26doc: enforce dashes in placeholdersJean-Noël Avila1-1/+1
2023-08-16notes doc: tidy up `--no-stripspace` paragraphMartin Ågren1-3/+3
2023-08-16notes doc: split up run-on sentencesMartin Ågren1-5/+4
2023-06-21notes: introduce "--no-separator" optionTeng Long1-5/+6
2023-06-21notes.c: introduce "--[no-]stripspace" optionTeng Long1-6/+19
2023-06-21notes.c: introduce '--separator=<paragraph-break>' optionTeng Long1-5/+16
2022-09-07notes docs: de-duplicate and combine configuration sectionsÆvar Arnfjörð Bjarmason1-51/+4
2020-08-03docs: improve the example that illustrates git-notes path namesNoam Yorav-Raphael1-1/+1
2019-10-18notes: fix minimum number of parameters to "copy" subcommandDoan Tran Cong Danh1-3/+3
2019-03-07Documentation: turn middle-of-line tabs into spacesMartin Ågren1-1/+1
2018-06-22Documentation: spelling and grammar fixesVille Skyttä1-1/+1
2017-12-06Merge branch 'rd/doc-notes-prune-fix'Junio C Hamano1-1/+1
2017-11-22notes: correct 'git notes prune' options to '[-n] [-v]'Robert P. J. Day1-1/+1
2017-09-14doc: fix minor typos (extra/duplicated words)Evan Zacks1-1/+1
2016-06-28doc: typeset short command-line options as literalMatthieu Moy1-1/+1
2016-06-08doc: change environment variables formatTom Russello1-10/+10
2016-05-09Documentation: fix linkgit referencesJunio C Hamano1-1/+1
2015-10-14Merge branch 'jk/notes-dwim-doc'Junio C Hamano1-1/+3
2015-09-22notes: correct documentation of DWIMery for notes referencesJacob Keller1-1/+3
2015-08-17notes: teach git-notes about notes.<name>.mergeStrategy optionJacob Keller1-0/+6
2015-08-17notes: add notes.mergeStrategy option to select default strategyJacob Keller1-1/+13
2015-08-17notes: document cat_sort_uniq rewriteModeJacob Keller1-2/+3
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland1-4/+8
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano1-1/+1
2014-01-27doc: remote author/documentation sections from more pagesMichael Haggerty1-10/+0
2012-10-25Doc notes: Include the format-patch --notes optionPhilip Oakley1-0/+4
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-1/+1
2011-08-25git-notes.txt: clarify -C vs. copy and -FMichael J Gruber1-2/+5
2011-05-19notes remove: --stdin reads from the standard inputJunio C Hamano1-1/+6
2011-05-19notes remove: --ignore-missingJunio C Hamano1-1/+5
2011-05-19notes remove: allow removing more than oneJunio C Hamano1-3/+4
2011-03-30Make "git notes add" more user-friendly when there are existing notesJohan Herland1-2/+5
2010-11-17Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland1-0/+5
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland1-1/+11
2010-11-17git notes merge: Manual conflict resolution, part 2/2Johan Herland1-0/+22
2010-11-17git notes merge: Manual conflict resolution, part 1/2Johan Herland1-3/+7
2010-11-17Documentation: Preliminary docs on 'git notes merge'Johan Herland1-1/+43
2010-08-09notes: allow --dry-run for -n and --verbose for -vRené Scharfe1-0/+2
2010-06-13Merge branch 'mg/notes-dry-run'Junio C Hamano1-1/+8
2010-05-19notes: dry-run and verbose options for pruneMichael J Gruber1-1/+8
2010-05-08Documentation/notes: nitpicksJonathan Nieder1-6/+6
2010-05-08Documentation/notes: clean up description of rewriting configurationJonathan Nieder1-18/+29
2010-05-08Documentation/notes: simplify treatment of default display refsJonathan Nieder1-17/+19
2010-05-08Documentation/notes: simplify treatment of default notes refJonathan Nieder1-11/+20
2010-05-08Documentation/notes: add configuration sectionJonathan Nieder1-0/+59
2010-05-08Documentation/notes: describe content of notes blobsJonathan Nieder1-1/+37
2010-05-08Documentation/notes: document format of notes treesJonathan Nieder1-9/+21
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano1-6/+40
2010-03-12git-notes(1): add a section about the meaning of historyThomas Rast1-0/+14
2010-03-12notes: add shorthand --ref to override GIT_NOTES_REFThomas Rast1-0/+5
2010-03-12notes: implement helpers needed for note copying during rewriteThomas Rast1-0/+4
2010-03-12notes: implement 'git notes copy --stdin'Thomas Rast1-1/+11
2010-03-12Support showing notes from more than one notes treeThomas Rast1-5/+6
2010-03-04Documentation: fix a few typos in git-notes.txtMichael J Gruber1-2/+2
2010-02-13builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland1-0/+8
2010-02-13builtin-notes: Add -c/-C options for reusing notesJohan Herland1-2/+10
2010-02-13builtin-notes: Deprecate the -m/-F options for "git notes edit"Johan Herland1-1/+1
2010-02-13builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland1-0/+5
2010-02-13builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland1-0/+11
2010-02-13builtin-notes: Add --message/--file aliases for -m/-F optionsJohan Herland1-0/+2
2010-02-13builtin-notes: Add "list" subcommand for listing note objectsJohan Herland1-1/+12
2010-02-13Documentation: Generalize git-notes docs to 'objects' instead of 'commits'Johan Herland1-15/+20
2010-02-13builtin-notes: Add "prune" subcommand for removing notes for missing objectsJohan Herland1-1/+3
2010-02-13builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland1-5/+10
2010-02-13Builtin-ify git-notesJohan Herland1-4/+2
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-1/+1
2009-10-19Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland1-1/+15
2009-10-19Add a script to edit/inspect notesJohannes Schindelin1-0/+46
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano1-46/+0
2008-12-21Add a script to edit/inspect notesJohannes Schindelin1-0/+46