summaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
AgeCommit message (Expand)Author
2011-05-19notes remove: --stdin reads from the standard inputJunio C Hamano
2011-05-19notes remove: --ignore-missingJunio C Hamano
2011-05-19notes remove: allow removing more than oneJunio C Hamano
2011-05-02Merge branch 'jk/notes-ui-updates'Junio C Hamano
2011-03-30Make "git notes add" more user-friendly when there are existing notesJohan Herland
2011-03-29revision.c: make --no-notes reset --notes listJeff King
2011-03-29revision.c: support --notes command-line optionJeff King
2011-01-06t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano
2010-11-17Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland
2010-11-17notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland
2010-11-09t3301 (notes): use test_expect_code for clarityJonathan Nieder
2010-11-09tests: add missing &&, batch 2Jonathan Nieder
2010-08-31notes: Don't create (empty) commit when removing non-existing notesJohan Herland
2010-08-18Merge branch 'jh/use-test-must-fail'Junio C Hamano
2010-07-21t/: work around one-shot variable assignment with test_must_failBrandon Casey
2010-07-20Convert "! git" to "test_must_fail git"Jared Hance
2010-06-28notes: check number of parameters to "git notes copy"Jeff King
2010-04-18t3301: add tests to use --format="%N"Junio C Hamano
2010-03-30refs.c: Write reflogs for notes just like for branch headsMichael J Gruber
2010-03-30t3301-notes: Test the creation of reflog entriesMichael J Gruber
2010-03-29Merge branch 'sb/notes-parse-opt'Junio C Hamano
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-15Merge branch 'jh/notes'Junio C Hamano
2010-03-13notes: rework subcommands and parse optionsStephen Boyd
2010-03-13notes: implement helpers needed for note copying during rewriteThomas Rast
2010-03-13notes: implement 'git notes copy --stdin'Thomas Rast
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-02-25t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt
2010-02-14builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland
2010-02-14builtin-notes: Add -c/-C options for reusing notesJohan Herland
2010-02-14builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland
2010-02-14builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland
2010-02-14builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland
2010-02-14builtin-notes: Add "list" subcommand for listing note objectsJohan Herland
2010-02-14builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland
2010-02-14Teach builtin-notes to remove empty notesJohan Herland
2010-02-14t3301: Verify successful annotation of non-commitsJohan Herland
2010-02-14Builtin-ify git-notesJohan Herland
2010-02-14Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland
2010-01-21Fix "log --oneline" not to show notesJunio C Hamano
2010-01-21Fix "log" family not to be too agressive about showing notesJunio C Hamano
2009-10-20Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland
2009-10-20Add a script to edit/inspect notesJohannes Schindelin
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano
2009-01-14git-notes: fix printing of multi-line notesTor Arne Vestbø
2008-12-21Add a script to edit/inspect notesJohannes Schindelin