summaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
AgeCommit message (Expand)Author
2021-02-26Merge branch 'js/params-vs-args'Junio C Hamano
2021-02-23replace "parameters" by "arguments" in error messagesJohannes Sixt
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-11-30Merge branch 'na/notes-displayref-is-not-boolean'Junio C Hamano
2020-11-23t3301: test proper exit response to no-value notes.displayRef.Nate Avers
2020-11-19t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin
2019-11-29t3301: stop losing return codes of git commandsDenton Liu
2019-10-18notes: fix minimum number of parameters to "copy" subcommandDoan Tran Cong Danh
2019-10-18t3301: test diagnose messages for too few/many paramtersDoan Tran Cong Danh
2019-08-20t3301: abstract away SHA-1-specific constantsbrian m. carlson
2019-04-09t3301: fix false negativeJohannes Schindelin
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-07-16t3000-t3999: fix broken &&-chainsEric Sunshine
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