summaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
Commit message (Expand)AuthorAgeFilesLines
* t3301-notes.sh: check that default operation mode doesn't take argumentsSZEDER Gábor2022-08-191-0/+5
* Merge branch 'js/params-vs-args'Junio C Hamano2021-02-251-3/+3
|\
| * replace "parameters" by "arguments" in error messagesJohannes Sixt2021-02-231-3/+3
* | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-3/+3
|\ \ | |/ |/|
| * t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-3/+3
* | Merge branch 'na/notes-displayref-is-not-boolean'Junio C Hamano2020-11-301-0/+5
|\ \ | |/ |/|
| * t3301: test proper exit response to no-value notes.displayRef.Nate Avers2020-11-231-0/+5
* | t3301: stop losing return codes of git commandsDenton Liu2019-11-291-67/+163
* | notes: fix minimum number of parameters to "copy" subcommandDoan Tran Cong Danh2019-10-181-2/+38
* | t3301: test diagnose messages for too few/many paramtersDoan Tran Cong Danh2019-10-181-2/+4
|/
* t3301: abstract away SHA-1-specific constantsbrian m. carlson2019-08-201-50/+90
* t3301: fix false negativeJohannes Schindelin2019-04-091-2/+3
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-3/+1
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-3/+1
* | t3000-t3999: fix broken &&-chainsEric Sunshine2018-07-161-4/+4
|/
* notes: allow treeish expressions as notes refmh/notes-allow-reading-treeishMike Hommey2016-01-121-0/+10
* notes: correct documentation of DWIMery for notes referencesjk/notes-dwim-docJacob Keller2015-09-221-0/+6
* Fix unclosed here document in t3301.shjh/empty-notesKacper Kornet2015-01-221-1/+1
* t3301: modernize styleJohan Herland2014-11-141-699/+601
* notes: empty notes should be shown by 'git log'Johan Herland2014-11-121-0/+12
* builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland2014-11-121-1/+9
* t3301: verify that 'git notes' removes empty notes by defaultJohan Herland2014-11-101-0/+27
* Merge branch 'dt/tests-with-env-not-subshell'Junio C Hamano2014-03-311-16/+6
|\
| * tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshellDavid Tran2014-03-191-16/+6
* | notes: disallow reusing non-blob as a note objectjh/note-trees-record-blobsJohan Herland2014-02-201-0/+27
|/
* notes remove: --stdin reads from the standard inputJunio C Hamano2011-05-191-0/+35
* notes remove: --ignore-missingJunio C Hamano2011-05-191-0/+20
* notes remove: allow removing more than oneJunio C Hamano2011-05-191-0/+20
* Merge branch 'jk/notes-ui-updates'Junio C Hamano2011-05-021-0/+38
|\
| * revision.c: make --no-notes reset --notes listJeff King2011-03-291-0/+16
| * revision.c: support --notes command-line optionJeff King2011-03-291-0/+22
* | Make "git notes add" more user-friendly when there are existing notesJohan Herland2011-03-301-2/+27
|/
* t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey2011-01-061-1/+1
* Merge branch 'jh/notes-merge'Junio C Hamano2010-12-081-0/+23
|\
| * Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland2010-11-171-0/+19
| * notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland2010-11-171-0/+4
* | t3301 (notes): use test_expect_code for clarityJonathan Nieder2010-11-091-1/+1
* | tests: add missing &&, batch 2Jonathan Nieder2010-11-091-3/+3
* | notes: Don't create (empty) commit when removing non-existing notesJohan Herland2010-08-311-0/+7
* | Merge branch 'jh/use-test-must-fail'Junio C Hamano2010-08-181-3/+3
|\ \ | |/ |/|
| * Convert "! git" to "test_must_fail git"Jared Hance2010-07-201-3/+3
* | t/: work around one-shot variable assignment with test_must_failBrandon Casey2010-07-211-1/+5
|/
* notes: check number of parameters to "git notes copy"Jeff King2010-06-281-0/+6
* t3301: add tests to use --format="%N"Junio C Hamano2010-04-181-0/+18
* refs.c: Write reflogs for notes just like for branch headsMichael J Gruber2010-03-291-1/+1
* t3301-notes: Test the creation of reflog entriesMichael J Gruber2010-03-291-0/+9
* Merge branch 'sb/notes-parse-opt'Junio C Hamano2010-03-281-0/+11
|\
| * notes: rework subcommands and parse optionsStephen Boyd2010-03-121-0/+11
* | Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-8/+369
|\ \ | |/
| * notes: implement helpers needed for note copying during rewriteThomas Rast2010-03-121-0/+195