aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3301-notes.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-06-21notes: introduce "--no-separator" optionTeng Long1-3/+46
2023-06-21notes.c: introduce '--separator=<paragraph-break>' optionTeng Long1-0/+126
2022-08-19t3301-notes.sh: check that default operation mode doesn't take argumentsSZEDER Gábor1-0/+5
2021-02-25Merge branch 'js/params-vs-args'Junio C Hamano1-3/+3
2021-02-23replace "parameters" by "arguments" in error messagesJohannes Sixt1-3/+3
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-3/+3
2020-11-30Merge branch 'na/notes-displayref-is-not-boolean'Junio C Hamano1-0/+5
2020-11-23t3301: test proper exit response to no-value notes.displayRef.Nate Avers1-0/+5
2020-11-19t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin1-3/+3
2019-11-29t3301: stop losing return codes of git commandsDenton Liu1-67/+163
2019-10-18notes: fix minimum number of parameters to "copy" subcommandDoan Tran Cong Danh1-2/+38
2019-10-18t3301: test diagnose messages for too few/many paramtersDoan Tran Cong Danh1-2/+4
2019-08-20t3301: abstract away SHA-1-specific constantsbrian m. carlson1-50/+90
2019-04-09t3301: fix false negativeJohannes Schindelin1-2/+3
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-3/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-3/+1
2018-07-16t3000-t3999: fix broken &&-chainsEric Sunshine1-4/+4
2016-01-12notes: allow treeish expressions as notes refMike Hommey1-0/+10
2015-09-22notes: correct documentation of DWIMery for notes referencesJacob Keller1-0/+6
2015-01-22Fix unclosed here document in t3301.shKacper Kornet1-1/+1
2014-11-14t3301: modernize styleJohan Herland1-699/+601
2014-11-12notes: empty notes should be shown by 'git log'Johan Herland1-0/+12
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland1-1/+9
2014-11-10t3301: verify that 'git notes' removes empty notes by defaultJohan Herland1-0/+27
2014-03-31Merge branch 'dt/tests-with-env-not-subshell'Junio C Hamano1-16/+6
2014-03-19tests: use "env" to run commands with temporary env-var settingsDavid Tran1-16/+6
2014-02-20notes: disallow reusing non-blob as a note objectJohan Herland1-0/+27
2011-05-19notes remove: --stdin reads from the standard inputJunio C Hamano1-0/+35
2011-05-19notes remove: --ignore-missingJunio C Hamano1-0/+20
2011-05-19notes remove: allow removing more than oneJunio C Hamano1-0/+20
2011-05-02Merge branch 'jk/notes-ui-updates'Junio C Hamano1-0/+38
2011-03-30Make "git notes add" more user-friendly when there are existing notesJohan Herland1-2/+27
2011-03-29revision.c: make --no-notes reset --notes listJeff King1-0/+16
2011-03-29revision.c: support --notes command-line optionJeff King1-0/+22
2011-01-06t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey1-1/+1
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano1-0/+23
2010-11-17Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland1-0/+19
2010-11-17notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland1-0/+4
2010-11-09t3301 (notes): use test_expect_code for clarityJonathan Nieder1-1/+1
2010-11-09tests: add missing &&, batch 2Jonathan Nieder1-3/+3
2010-08-31notes: Don't create (empty) commit when removing non-existing notesJohan Herland1-0/+7
2010-08-18Merge branch 'jh/use-test-must-fail'Junio C Hamano1-3/+3
2010-07-21t/: work around one-shot variable assignment with test_must_failBrandon Casey1-1/+5
2010-07-20Convert "! git" to "test_must_fail git"Jared Hance1-3/+3
2010-06-28notes: check number of parameters to "git notes copy"Jeff King1-0/+6
2010-04-18t3301: add tests to use --format="%N"Junio C Hamano1-0/+18
2010-03-29refs.c: Write reflogs for notes just like for branch headsMichael J Gruber1-1/+1
2010-03-29t3301-notes: Test the creation of reflog entriesMichael J Gruber1-0/+9
2010-03-28Merge branch 'sb/notes-parse-opt'Junio C Hamano1-0/+11
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano1-8/+369
2010-03-15Merge branch 'jh/notes'Junio C Hamano1-36/+474
2010-03-12notes: rework subcommands and parse optionsStephen Boyd1-0/+11
2010-03-12notes: implement helpers needed for note copying during rewriteThomas Rast1-0/+195
2010-03-12notes: implement 'git notes copy --stdin'Thomas Rast1-0/+34
2010-03-12Support showing notes from more than one notes treeThomas Rast1-8/+140
2010-02-25t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt1-0/+1
2010-02-13builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland1-0/+63
2010-02-13builtin-notes: Add -c/-C options for reusing notesJohan Herland1-0/+116
2010-02-13builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland1-1/+22
2010-02-13builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland1-0/+36
2010-02-13builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland1-18/+37
2010-02-13builtin-notes: Add "list" subcommand for listing note objectsJohan Herland1-0/+32
2010-02-13builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland1-0/+27
2010-02-13Teach builtin-notes to remove empty notesJohan Herland1-0/+31
2010-02-13t3301: Verify successful annotation of non-commitsJohan Herland1-0/+17
2010-02-13Builtin-ify git-notesJohan Herland1-35/+63
2010-02-13Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland1-0/+48
2010-01-21Fix "log --oneline" not to show notesJunio C Hamano1-2/+4
2010-01-20Fix "log" family not to be too agressive about showing notesJunio C Hamano1-0/+57
2009-10-19Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland1-0/+36
2009-10-19Add a script to edit/inspect notesJohannes Schindelin1-0/+114
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano1-95/+0
2009-01-14git-notes: fix printing of multi-line notesTor Arne Vestbø1-1/+31
2008-12-21Add a script to edit/inspect notesJohannes Schindelin1-0/+65