aboutsummaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
Commit message (Expand)AuthorAge
* notes: allow treeish expressions as notes refMike Hommey2016-01-12
* notes: correct documentation of DWIMery for notes referencesJacob Keller2015-09-22
* Fix unclosed here document in t3301.shKacper Kornet2015-01-22
* t3301: modernize styleJohan Herland2014-11-14
* notes: empty notes should be shown by 'git log'Johan Herland2014-11-12
* builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland2014-11-12
* t3301: verify that 'git notes' removes empty notes by defaultJohan Herland2014-11-10
* Merge branch 'dt/tests-with-env-not-subshell'Junio C Hamano2014-03-31
|\
| * tests: use "env" to run commands with temporary env-var settingsDavid Tran2014-03-19
* | notes: disallow reusing non-blob as a note objectJohan Herland2014-02-20
|/
* notes remove: --stdin reads from the standard inputJunio C Hamano2011-05-19
* notes remove: --ignore-missingJunio C Hamano2011-05-19
* notes remove: allow removing more than oneJunio C Hamano2011-05-19
* Merge branch 'jk/notes-ui-updates'Junio C Hamano2011-05-02
|\
| * revision.c: make --no-notes reset --notes listJeff King2011-03-29
| * revision.c: support --notes command-line optionJeff King2011-03-29
* | Make "git notes add" more user-friendly when there are existing notesJohan Herland2011-03-30
|/
* t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey2011-01-06
* Merge branch 'jh/notes-merge'Junio C Hamano2010-12-08
|\
| * Provide 'git notes get-ref' to easily retrieve current notes refJohan Herland2010-11-17
| * notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland2010-11-17
* | t3301 (notes): use test_expect_code for clarityJonathan Nieder2010-11-09
* | tests: add missing &&, batch 2Jonathan Nieder2010-11-09
* | notes: Don't create (empty) commit when removing non-existing notesJohan Herland2010-08-31
* | Merge branch 'jh/use-test-must-fail'Junio C Hamano2010-08-18
|\ \ | |/ |/|
| * Convert "! git" to "test_must_fail git"Jared Hance2010-07-20
* | t/: work around one-shot variable assignment with test_must_failBrandon Casey2010-07-21
|/
* notes: check number of parameters to "git notes copy"Jeff King2010-06-28
* t3301: add tests to use --format="%N"Junio C Hamano2010-04-18
* refs.c: Write reflogs for notes just like for branch headsMichael J Gruber2010-03-29
* t3301-notes: Test the creation of reflog entriesMichael J Gruber2010-03-29
* Merge branch 'sb/notes-parse-opt'Junio C Hamano2010-03-28
|\
| * notes: rework subcommands and parse optionsStephen Boyd2010-03-12
* | Merge branch 'tr/notes-display'Junio C Hamano2010-03-24
|\ \ | |/
| * notes: implement helpers needed for note copying during rewriteThomas Rast2010-03-12
| * notes: implement 'git notes copy --stdin'Thomas Rast2010-03-12
| * Support showing notes from more than one notes treeThomas Rast2010-03-12
* | Merge branch 'jh/notes'Junio C Hamano2010-03-15
|\ \ | |/
| * builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-13
| * builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-13
| * builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland2010-02-13
| * builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland2010-02-13
| * builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland2010-02-13
| * builtin-notes: Add "list" subcommand for listing note objectsJohan Herland2010-02-13
| * builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland2010-02-13
| * Teach builtin-notes to remove empty notesJohan Herland2010-02-13
| * t3301: Verify successful annotation of non-commitsJohan Herland2010-02-13
| * Builtin-ify git-notesJohan Herland2010-02-13
| * Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland2010-02-13
* | t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt2010-02-25
|/