| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-25 | Merge branch 'js/params-vs-args' | Junio C Hamano | 1 | -3/+3 |
| 2021-02-23 | replace "parameters" by "arguments" in error messages | Johannes Sixt | 1 | -3/+3 |
| 2021-01-25 | Merge branch 'js/default-branch-name-tests-final-stretch' | Junio C Hamano | 1 | -3/+3 |
| 2020-11-30 | Merge branch 'na/notes-displayref-is-not-boolean' | Junio C Hamano | 1 | -0/+5 |
| 2020-11-23 | t3301: test proper exit response to no-value notes.displayRef. | Nate Avers | 1 | -0/+5 |
| 2020-11-19 | t3[0-3]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -3/+3 |
| 2019-11-29 | t3301: stop losing return codes of git commands | Denton Liu | 1 | -67/+163 |
| 2019-10-18 | notes: fix minimum number of parameters to "copy" subcommand | Doan Tran Cong Danh | 1 | -2/+38 |
| 2019-10-18 | t3301: test diagnose messages for too few/many paramters | Doan Tran Cong Danh | 1 | -2/+4 |
| 2019-08-20 | t3301: abstract away SHA-1-specific constants | brian m. carlson | 1 | -50/+90 |
| 2019-04-09 | t3301: fix false negative | Johannes Schindelin | 1 | -2/+3 |
| 2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -3/+1 |
| 2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -3/+1 |
| 2018-07-16 | t3000-t3999: fix broken &&-chains | Eric Sunshine | 1 | -4/+4 |
| 2016-01-12 | notes: allow treeish expressions as notes ref | Mike Hommey | 1 | -0/+10 |
| 2015-09-22 | notes: correct documentation of DWIMery for notes references | Jacob Keller | 1 | -0/+6 |
| 2015-01-22 | Fix unclosed here document in t3301.sh | Kacper Kornet | 1 | -1/+1 |
| 2014-11-14 | t3301: modernize style | Johan Herland | 1 | -699/+601 |
| 2014-11-12 | notes: empty notes should be shown by 'git log' | Johan Herland | 1 | -0/+12 |
| 2014-11-12 | builtin/notes: add --allow-empty, to allow storing empty notes | Johan Herland | 1 | -1/+9 |
| 2014-11-10 | t3301: verify that 'git notes' removes empty notes by default | Johan Herland | 1 | -0/+27 |
| 2014-03-31 | Merge branch 'dt/tests-with-env-not-subshell' | Junio C Hamano | 1 | -16/+6 |
| 2014-03-19 | tests: use "env" to run commands with temporary env-var settings | David Tran | 1 | -16/+6 |
| 2014-02-20 | notes: disallow reusing non-blob as a note object | Johan Herland | 1 | -0/+27 |
| 2011-05-19 | notes remove: --stdin reads from the standard input | Junio C Hamano | 1 | -0/+35 |
| 2011-05-19 | notes remove: --ignore-missing | Junio C Hamano | 1 | -0/+20 |
| 2011-05-19 | notes remove: allow removing more than one | Junio C Hamano | 1 | -0/+20 |
| 2011-05-02 | Merge branch 'jk/notes-ui-updates' | Junio C Hamano | 1 | -0/+38 |
| 2011-03-30 | Make "git notes add" more user-friendly when there are existing notes | Johan Herland | 1 | -2/+27 |
| 2011-03-29 | revision.c: make --no-notes reset --notes list | Jeff King | 1 | -0/+16 |
| 2011-03-29 | revision.c: support --notes command-line option | Jeff King | 1 | -0/+22 |
| 2011-01-06 | t0001,t1510,t3301: use sane_unset which always returns with status 0 | Brandon Casey | 1 | -1/+1 |
| 2010-12-08 | Merge branch 'jh/notes-merge' | Junio C Hamano | 1 | -0/+23 |
| 2010-11-17 | Provide 'git notes get-ref' to easily retrieve current notes ref | Johan Herland | 1 | -0/+19 |
| 2010-11-17 | notes.c: Use two newlines (instead of one) when concatenating notes | Johan Herland | 1 | -0/+4 |
| 2010-11-09 | t3301 (notes): use test_expect_code for clarity | Jonathan Nieder | 1 | -1/+1 |
| 2010-11-09 | tests: add missing &&, batch 2 | Jonathan Nieder | 1 | -3/+3 |
| 2010-08-31 | notes: Don't create (empty) commit when removing non-existing notes | Johan Herland | 1 | -0/+7 |
| 2010-08-18 | Merge branch 'jh/use-test-must-fail' | Junio C Hamano | 1 | -3/+3 |
| 2010-07-21 | t/: work around one-shot variable assignment with test_must_fail | Brandon Casey | 1 | -1/+5 |
| 2010-07-20 | Convert "! git" to "test_must_fail git" | Jared Hance | 1 | -3/+3 |
| 2010-06-28 | notes: check number of parameters to "git notes copy" | Jeff King | 1 | -0/+6 |
| 2010-04-18 | t3301: add tests to use --format="%N" | Junio C Hamano | 1 | -0/+18 |
| 2010-03-29 | refs.c: Write reflogs for notes just like for branch heads | Michael J Gruber | 1 | -1/+1 |
| 2010-03-29 | t3301-notes: Test the creation of reflog entries | Michael J Gruber | 1 | -0/+9 |
| 2010-03-28 | Merge branch 'sb/notes-parse-opt' | Junio C Hamano | 1 | -0/+11 |
| 2010-03-24 | Merge branch 'tr/notes-display' | Junio C Hamano | 1 | -8/+369 |
| 2010-03-15 | Merge branch 'jh/notes' | Junio C Hamano | 1 | -36/+474 |
| 2010-03-12 | notes: rework subcommands and parse options | Stephen Boyd | 1 | -0/+11 |
| 2010-03-12 | notes: implement helpers needed for note copying during rewrite | Thomas Rast | 1 | -0/+195 |
| 2010-03-12 | notes: implement 'git notes copy --stdin' | Thomas Rast | 1 | -0/+34 |
| 2010-03-12 | Support showing notes from more than one notes tree | Thomas Rast | 1 | -8/+140 |
| 2010-02-25 | t3301-notes: insert a shbang line in ./fake_editor.sh | Johannes Sixt | 1 | -0/+1 |
| 2010-02-13 | builtin-notes: Add "copy" subcommand for copying notes between objects | Johan Herland | 1 | -0/+63 |
| 2010-02-13 | builtin-notes: Add -c/-C options for reusing notes | Johan Herland | 1 | -0/+116 |
| 2010-02-13 | builtin-notes: Refactor handling of -F option to allow combining -m and -F | Johan Herland | 1 | -1/+22 |
| 2010-02-13 | builtin-notes: Add "append" subcommand for appending to note objects | Johan Herland | 1 | -0/+36 |
| 2010-02-13 | builtin-notes: Add "add" subcommand for adding notes to objects | Johan Herland | 1 | -18/+37 |
| 2010-02-13 | builtin-notes: Add "list" subcommand for listing note objects | Johan Herland | 1 | -0/+32 |
| 2010-02-13 | builtin-notes: Add "remove" subcommand for removing existing notes | Johan Herland | 1 | -0/+27 |
| 2010-02-13 | Teach builtin-notes to remove empty notes | Johan Herland | 1 | -0/+31 |
| 2010-02-13 | t3301: Verify successful annotation of non-commits | Johan Herland | 1 | -0/+17 |
| 2010-02-13 | Builtin-ify git-notes | Johan Herland | 1 | -35/+63 |
| 2010-02-13 | Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef | Johan Herland | 1 | -0/+48 |
| 2010-01-21 | Fix "log --oneline" not to show notes | Junio C Hamano | 1 | -2/+4 |
| 2010-01-20 | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 1 | -0/+57 |
| 2009-10-19 | Teach "-m <msg>" and "-F <file>" to "git notes edit" | Johan Herland | 1 | -0/+36 |
| 2009-10-19 | Add a script to edit/inspect notes | Johannes Schindelin | 1 | -0/+114 |
| 2009-02-10 | Revert "Merge branch 'js/notes'" | Junio C Hamano | 1 | -95/+0 |
| 2009-01-14 | git-notes: fix printing of multi-line notes | Tor Arne Vestbø | 1 | -1/+31 |
| 2008-12-21 | Add a script to edit/inspect notes | Johannes Schindelin | 1 | -0/+65 |