Age | Commit message (Expand) | Author | Files | Lines |
2019-10-18 | notes: fix minimum number of parameters to "copy" subcommand | Doan Tran Cong Danh | 1 | -3/+3 |
2019-03-07 | Documentation: turn middle-of-line tabs into spaces | Martin Ågren | 1 | -1/+1 |
2018-06-22 | Documentation: spelling and grammar fixes | Ville Skyttä | 1 | -1/+1 |
2017-12-06 | Merge branch 'rd/doc-notes-prune-fix' | Junio C Hamano | 1 | -1/+1 |
2017-11-22 | notes: correct 'git notes prune' options to '[-n] [-v]' | Robert P. J. Day | 1 | -1/+1 |
2017-09-14 | doc: fix minor typos (extra/duplicated words) | Evan Zacks | 1 | -1/+1 |
2016-06-28 | doc: typeset short command-line options as literal | Matthieu Moy | 1 | -1/+1 |
2016-06-08 | doc: change environment variables format | Tom Russello | 1 | -10/+10 |
2016-05-09 | Documentation: fix linkgit references | Junio C Hamano | 1 | -1/+1 |
2015-10-14 | Merge branch 'jk/notes-dwim-doc' | Junio C Hamano | 1 | -1/+3 |
2015-09-22 | notes: correct documentation of DWIMery for notes references | Jacob Keller | 1 | -1/+3 |
2015-08-17 | notes: teach git-notes about notes.<name>.mergeStrategy option | Jacob Keller | 1 | -0/+6 |
2015-08-17 | notes: add notes.mergeStrategy option to select default strategy | Jacob Keller | 1 | -1/+13 |
2015-08-17 | notes: document cat_sort_uniq rewriteMode | Jacob Keller | 1 | -2/+3 |
2014-11-12 | builtin/notes: add --allow-empty, to allow storing empty notes | Johan Herland | 1 | -4/+8 |
2014-03-24 | parse-options: multi-word argh should use dash to separate words | Junio C Hamano | 1 | -1/+1 |
2014-01-27 | doc: remote author/documentation sections from more pages | Michael Haggerty | 1 | -10/+0 |
2012-10-25 | Doc notes: Include the format-patch --notes option | Philip Oakley | 1 | -0/+4 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -1/+1 |
2011-08-25 | git-notes.txt: clarify -C vs. copy and -F | Michael J Gruber | 1 | -2/+5 |
2011-05-19 | notes remove: --stdin reads from the standard input | Junio C Hamano | 1 | -1/+6 |
2011-05-19 | notes remove: --ignore-missing | Junio C Hamano | 1 | -1/+5 |
2011-05-19 | notes remove: allow removing more than one | Junio C Hamano | 1 | -3/+4 |
2011-03-30 | Make "git notes add" more user-friendly when there are existing notes | Johan Herland | 1 | -2/+5 |
2010-11-17 | Provide 'git notes get-ref' to easily retrieve current notes ref | Johan Herland | 1 | -0/+5 |
2010-11-17 | git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" | Johan Herland | 1 | -1/+11 |
2010-11-17 | git notes merge: Manual conflict resolution, part 2/2 | Johan Herland | 1 | -0/+22 |
2010-11-17 | git notes merge: Manual conflict resolution, part 1/2 | Johan Herland | 1 | -3/+7 |
2010-11-17 | Documentation: Preliminary docs on 'git notes merge' | Johan Herland | 1 | -1/+43 |
2010-08-09 | notes: allow --dry-run for -n and --verbose for -v | René Scharfe | 1 | -0/+2 |
2010-06-13 | Merge branch 'mg/notes-dry-run' | Junio C Hamano | 1 | -1/+8 |
2010-05-19 | notes: dry-run and verbose options for prune | Michael J Gruber | 1 | -1/+8 |
2010-05-08 | Documentation/notes: nitpicks | Jonathan Nieder | 1 | -6/+6 |
2010-05-08 | Documentation/notes: clean up description of rewriting configuration | Jonathan Nieder | 1 | -18/+29 |
2010-05-08 | Documentation/notes: simplify treatment of default display refs | Jonathan Nieder | 1 | -17/+19 |
2010-05-08 | Documentation/notes: simplify treatment of default notes ref | Jonathan Nieder | 1 | -11/+20 |
2010-05-08 | Documentation/notes: add configuration section | Jonathan Nieder | 1 | -0/+59 |
2010-05-08 | Documentation/notes: describe content of notes blobs | Jonathan Nieder | 1 | -1/+37 |
2010-05-08 | Documentation/notes: document format of notes trees | Jonathan Nieder | 1 | -9/+21 |
2010-03-24 | Merge branch 'tr/notes-display' | Junio C Hamano | 1 | -6/+40 |
2010-03-12 | git-notes(1): add a section about the meaning of history | Thomas Rast | 1 | -0/+14 |
2010-03-12 | notes: add shorthand --ref to override GIT_NOTES_REF | Thomas Rast | 1 | -0/+5 |
2010-03-12 | notes: implement helpers needed for note copying during rewrite | Thomas Rast | 1 | -0/+4 |
2010-03-12 | notes: implement 'git notes copy --stdin' | Thomas Rast | 1 | -1/+11 |
2010-03-12 | Support showing notes from more than one notes tree | Thomas Rast | 1 | -5/+6 |
2010-03-04 | Documentation: fix a few typos in git-notes.txt | Michael J Gruber | 1 | -2/+2 |
2010-02-13 | builtin-notes: Add "copy" subcommand for copying notes between objects | Johan Herland | 1 | -0/+8 |
2010-02-13 | builtin-notes: Add -c/-C options for reusing notes | Johan Herland | 1 | -2/+10 |
2010-02-13 | builtin-notes: Deprecate the -m/-F options for "git notes edit" | Johan Herland | 1 | -1/+1 |
2010-02-13 | builtin-notes: Add "append" subcommand for appending to note objects | Johan Herland | 1 | -0/+5 |