| Commit message (Expand) | Author | Age | Files | Lines |
* | notes: allow treeish expressions as notes refmh/notes-allow-reading-treeish | Mike Hommey | 2016-01-12 | 1 | -0/+10 |
* | notes: correct documentation of DWIMery for notes referencesjk/notes-dwim-doc | Jacob Keller | 2015-09-22 | 1 | -0/+6 |
* | Fix unclosed here document in t3301.shjh/empty-notes | Kacper Kornet | 2015-01-22 | 1 | -1/+1 |
* | t3301: modernize style | Johan Herland | 2014-11-14 | 1 | -699/+601 |
* | notes: empty notes should be shown by 'git log' | Johan Herland | 2014-11-12 | 1 | -0/+12 |
* | builtin/notes: add --allow-empty, to allow storing empty notes | Johan Herland | 2014-11-12 | 1 | -1/+9 |
* | t3301: verify that 'git notes' removes empty notes by default | Johan Herland | 2014-11-10 | 1 | -0/+27 |
* | Merge branch 'dt/tests-with-env-not-subshell' | Junio C Hamano | 2014-03-31 | 1 | -16/+6 |
|\ |
|
| * | tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshell | David Tran | 2014-03-19 | 1 | -16/+6 |
* | | notes: disallow reusing non-blob as a note objectjh/note-trees-record-blobs | Johan Herland | 2014-02-20 | 1 | -0/+27 |
|/ |
|
* | notes remove: --stdin reads from the standard input | Junio C Hamano | 2011-05-19 | 1 | -0/+35 |
* | notes remove: --ignore-missing | Junio C Hamano | 2011-05-19 | 1 | -0/+20 |
* | notes remove: allow removing more than one | Junio C Hamano | 2011-05-19 | 1 | -0/+20 |
* | Merge branch 'jk/notes-ui-updates' | Junio C Hamano | 2011-05-02 | 1 | -0/+38 |
|\ |
|
| * | revision.c: make --no-notes reset --notes list | Jeff King | 2011-03-29 | 1 | -0/+16 |
| * | revision.c: support --notes command-line option | Jeff King | 2011-03-29 | 1 | -0/+22 |
* | | Make "git notes add" more user-friendly when there are existing notes | Johan Herland | 2011-03-30 | 1 | -2/+27 |
|/ |
|
* | t0001,t1510,t3301: use sane_unset which always returns with status 0 | Brandon Casey | 2011-01-06 | 1 | -1/+1 |
* | Merge branch 'jh/notes-merge' | Junio C Hamano | 2010-12-08 | 1 | -0/+23 |
|\ |
|
| * | Provide 'git notes get-ref' to easily retrieve current notes ref | Johan Herland | 2010-11-17 | 1 | -0/+19 |
| * | notes.c: Use two newlines (instead of one) when concatenating notes | Johan Herland | 2010-11-17 | 1 | -0/+4 |
* | | t3301 (notes): use test_expect_code for clarity | Jonathan Nieder | 2010-11-09 | 1 | -1/+1 |
* | | tests: add missing &&, batch 2 | Jonathan Nieder | 2010-11-09 | 1 | -3/+3 |
* | | notes: Don't create (empty) commit when removing non-existing notes | Johan Herland | 2010-08-31 | 1 | -0/+7 |
* | | Merge branch 'jh/use-test-must-fail' | Junio C Hamano | 2010-08-18 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Convert "! git" to "test_must_fail git" | Jared Hance | 2010-07-20 | 1 | -3/+3 |
* | | t/: work around one-shot variable assignment with test_must_fail | Brandon Casey | 2010-07-21 | 1 | -1/+5 |
|/ |
|
* | notes: check number of parameters to "git notes copy" | Jeff King | 2010-06-28 | 1 | -0/+6 |
* | t3301: add tests to use --format="%N" | Junio C Hamano | 2010-04-18 | 1 | -0/+18 |
* | refs.c: Write reflogs for notes just like for branch heads | Michael J Gruber | 2010-03-29 | 1 | -1/+1 |
* | t3301-notes: Test the creation of reflog entries | Michael J Gruber | 2010-03-29 | 1 | -0/+9 |
* | Merge branch 'sb/notes-parse-opt' | Junio C Hamano | 2010-03-28 | 1 | -0/+11 |
|\ |
|
| * | notes: rework subcommands and parse options | Stephen Boyd | 2010-03-12 | 1 | -0/+11 |
* | | Merge branch 'tr/notes-display' | Junio C Hamano | 2010-03-24 | 1 | -8/+369 |
|\ \
| |/ |
|
| * | notes: implement helpers needed for note copying during rewrite | Thomas Rast | 2010-03-12 | 1 | -0/+195 |
| * | notes: implement 'git notes copy --stdin' | Thomas Rast | 2010-03-12 | 1 | -0/+34 |
| * | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 | 1 | -8/+140 |
* | | Merge branch 'jh/notes' | Junio C Hamano | 2010-03-15 | 1 | -36/+474 |
|\ \
| |/ |
|
| * | builtin-notes: Add "copy" subcommand for copying notes between objects | Johan Herland | 2010-02-13 | 1 | -0/+63 |
| * | builtin-notes: Add -c/-C options for reusing notes | Johan Herland | 2010-02-13 | 1 | -0/+116 |
| * | builtin-notes: Refactor handling of -F option to allow combining -m and -F | Johan Herland | 2010-02-13 | 1 | -1/+22 |
| * | builtin-notes: Add "append" subcommand for appending to note objects | Johan Herland | 2010-02-13 | 1 | -0/+36 |
| * | builtin-notes: Add "add" subcommand for adding notes to objects | Johan Herland | 2010-02-13 | 1 | -18/+37 |
| * | builtin-notes: Add "list" subcommand for listing note objects | Johan Herland | 2010-02-13 | 1 | -0/+32 |
| * | builtin-notes: Add "remove" subcommand for removing existing notes | Johan Herland | 2010-02-13 | 1 | -0/+27 |
| * | Teach builtin-notes to remove empty notes | Johan Herland | 2010-02-13 | 1 | -0/+31 |
| * | t3301: Verify successful annotation of non-commits | Johan Herland | 2010-02-13 | 1 | -0/+17 |
| * | Builtin-ify git-notes | Johan Herland | 2010-02-13 | 1 | -35/+63 |
| * | Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef | Johan Herland | 2010-02-13 | 1 | -0/+48 |
* | | t3301-notes: insert a shbang line in ./fake_editor.sh | Johannes Sixt | 2010-02-25 | 1 | -0/+1 |
|/ |
|