summaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
AgeCommit message (Expand)Author
2016-01-12notes: allow treeish expressions as notes refMike Hommey
2015-09-22notes: correct documentation of DWIMery for notes referencesJacob Keller
2015-01-22Fix unclosed here document in t3301.shKacper Kornet
2014-11-14t3301: modernize styleJohan Herland
2014-11-12notes: empty notes should be shown by 'git log'Johan Herland
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland
2014-11-10t3301: verify that 'git notes' removes empty notes by defaultJohan Herland
2014-03-31Merge branch 'dt/tests-with-env-not-subshell'Junio C Hamano
2014-03-19tests: use "env" to run commands with temporary env-var settingsDavid Tran
2014-02-20notes: disallow reusing non-blob as a note objectJohan Herland
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