summaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
| * notes: implement 'git notes copy --stdin'Thomas Rast2010-03-121-0/+34
| * Support showing notes from more than one notes treeThomas Rast2010-03-121-8/+140
* | Merge branch 'jh/notes'Junio C Hamano2010-03-151-36/+474
|\ \ | |/
| * builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-131-0/+63
| * builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-131-0/+116
| * builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland2010-02-131-1/+22
| * builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland2010-02-131-0/+36
| * builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland2010-02-131-18/+37
| * builtin-notes: Add "list" subcommand for listing note objectsJohan Herland2010-02-131-0/+32
| * builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland2010-02-131-0/+27
| * Teach builtin-notes to remove empty notesJohan Herland2010-02-131-0/+31
| * t3301: Verify successful annotation of non-commitsJohan Herland2010-02-131-0/+17
| * Builtin-ify git-notesJohan Herland2010-02-131-35/+63
| * Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland2010-02-131-0/+48
* | t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt2010-02-251-0/+1
|/
* Fix "log --oneline" not to show notesJunio C Hamano2010-01-211-2/+4
* Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-201-0/+57