summaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Merge branch 'js/params-vs-args'Libravatar Junio C Hamano1-3/+3
2021-02-23replace "parameters" by "arguments" in error messagesLibravatar Johannes Sixt1-3/+3
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-3/+3
2020-11-30Merge branch 'na/notes-displayref-is-not-boolean'Libravatar Junio C Hamano1-0/+5
2020-11-23t3301: test proper exit response to no-value notes.displayRef.Libravatar Nate Avers1-0/+5
2020-11-19t3[0-3]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-3/+3
2019-11-29t3301: stop losing return codes of git commandsLibravatar Denton Liu1-67/+163
2019-10-18notes: fix minimum number of parameters to "copy" subcommandLibravatar Doan Tran Cong Danh1-2/+38
2019-10-18t3301: test diagnose messages for too few/many paramtersLibravatar Doan Tran Cong Danh1-2/+4
2019-08-20t3301: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-50/+90
2019-04-09t3301: fix false negativeLibravatar Johannes Schindelin1-2/+3
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-3/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'Libravatar SZEDER Gábor1-3/+1
2018-07-16t3000-t3999: fix broken &&-chainsLibravatar Eric Sunshine1-4/+4
2016-01-12notes: allow treeish expressions as notes refLibravatar Mike Hommey1-0/+10
2015-09-22notes: correct documentation of DWIMery for notes referencesLibravatar Jacob Keller1-0/+6
2015-01-22Fix unclosed here document in t3301.shLibravatar Kacper Kornet1-1/+1
2014-11-14t3301: modernize styleLibravatar Johan Herland1-699/+601
2014-11-12notes: empty notes should be shown by 'git log'Libravatar Johan Herland1-0/+12
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesLibravatar Johan Herland1-1/+9
2014-11-10t3301: verify that 'git notes' removes empty notes by defaultLibravatar Johan Herland1-0/+27
2014-03-31Merge branch 'dt/tests-with-env-not-subshell'Libravatar Junio C Hamano1-16/+6
2014-03-19tests: use "env" to run commands with temporary env-var settingsLibravatar David Tran1-16/+6
2014-02-20notes: disallow reusing non-blob as a note objectLibravatar Johan Herland1-0/+27
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