summaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
AgeCommit message (Expand)AuthorFilesLines
2011-05-19notes remove: --stdin reads from the standard inputLibravatar Junio C Hamano1-0/+35
2011-05-19notes remove: --ignore-missingLibravatar Junio C Hamano1-0/+20
2011-05-19notes remove: allow removing more than oneLibravatar Junio C Hamano1-0/+20
2011-05-02Merge branch 'jk/notes-ui-updates'Libravatar Junio C Hamano1-0/+38
2011-03-30Make "git notes add" more user-friendly when there are existing notesLibravatar Johan Herland1-2/+27
2011-03-29revision.c: make --no-notes reset --notes listLibravatar Jeff King1-0/+16
2011-03-29revision.c: support --notes command-line optionLibravatar Jeff King1-0/+22
2011-01-06t0001,t1510,t3301: use sane_unset which always returns with status 0Libravatar Brandon Casey1-1/+1
2010-12-08Merge branch 'jh/notes-merge'Libravatar Junio C Hamano1-0/+23
2010-11-17Provide 'git notes get-ref' to easily retrieve current notes refLibravatar Johan Herland1-0/+19
2010-11-17notes.c: Use two newlines (instead of one) when concatenating notesLibravatar Johan Herland1-0/+4
2010-11-09t3301 (notes): use test_expect_code for clarityLibravatar Jonathan Nieder1-1/+1
2010-11-09tests: add missing &&, batch 2Libravatar Jonathan Nieder1-3/+3
2010-08-31notes: Don't create (empty) commit when removing non-existing notesLibravatar Johan Herland1-0/+7
2010-08-18Merge branch 'jh/use-test-must-fail'Libravatar Junio C Hamano1-3/+3
2010-07-21t/: work around one-shot variable assignment with test_must_failLibravatar Brandon Casey1-1/+5
2010-07-20Convert "! git" to "test_must_fail git"Libravatar Jared Hance1-3/+3
2010-06-28notes: check number of parameters to "git notes copy"Libravatar Jeff King1-0/+6
2010-04-18t3301: add tests to use --format="%N"Libravatar Junio C Hamano1-0/+18
2010-03-29refs.c: Write reflogs for notes just like for branch headsLibravatar Michael J Gruber1-1/+1
2010-03-29t3301-notes: Test the creation of reflog entriesLibravatar Michael J Gruber1-0/+9
2010-03-28Merge branch 'sb/notes-parse-opt'Libravatar Junio C Hamano1-0/+11
2010-03-24Merge branch 'tr/notes-display'Libravatar Junio C Hamano1-8/+369
2010-03-15Merge branch 'jh/notes'Libravatar Junio C Hamano1-36/+474
2010-03-12notes: rework subcommands and parse optionsLibravatar Stephen Boyd1-0/+11
2010-03-12notes: implement helpers needed for note copying during rewriteLibravatar Thomas Rast1-0/+195
2010-03-12notes: implement 'git notes copy --stdin'Libravatar Thomas Rast1-0/+34
2010-03-12Support showing notes from more than one notes treeLibravatar Thomas Rast1-8/+140
2010-02-25t3301-notes: insert a shbang line in ./fake_editor.shLibravatar Johannes Sixt1-0/+1
2010-02-13builtin-notes: Add "copy" subcommand for copying notes between objectsLibravatar Johan Herland1-0/+63
2010-02-13builtin-notes: Add -c/-C options for reusing notesLibravatar Johan Herland1-0/+116
2010-02-13builtin-notes: Refactor handling of -F option to allow combining -m and -FLibravatar Johan Herland1-1/+22
2010-02-13builtin-notes: Add "append" subcommand for appending to note objectsLibravatar Johan Herland1-0/+36
2010-02-13builtin-notes: Add "add" subcommand for adding notes to objectsLibravatar Johan Herland1-18/+37
2010-02-13builtin-notes: Add "list" subcommand for listing note objectsLibravatar Johan Herland1-0/+32
2010-02-13builtin-notes: Add "remove" subcommand for removing existing notesLibravatar Johan Herland1-0/+27
2010-02-13Teach builtin-notes to remove empty notesLibravatar Johan Herland1-0/+31
2010-02-13t3301: Verify successful annotation of non-commitsLibravatar Johan Herland1-0/+17
2010-02-13Builtin-ify git-notesLibravatar Johan Herland1-35/+63
2010-02-13Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefLibravatar Johan Herland1-0/+48
2010-01-21Fix "log --oneline" not to show notesLibravatar Junio C Hamano1-2/+4
2010-01-20Fix "log" family not to be too agressive about showing notesLibravatar Junio C Hamano1-0/+57
2009-10-19Teach "-m <msg>" and "-F <file>" to "git notes edit"Libravatar Johan Herland1-0/+36
2009-10-19Add a script to edit/inspect notesLibravatar Johannes Schindelin1-0/+114
2009-02-10Revert "Merge branch 'js/notes'"Libravatar Junio C Hamano1-95/+0
2009-01-14git-notes: fix printing of multi-line notesLibravatar Tor Arne Vestbø1-1/+31
2008-12-21Add a script to edit/inspect notesLibravatar Johannes Schindelin1-0/+65