aboutsummaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
AgeCommit message (Expand)Author
2010-04-18t3301: add tests to use --format="%N"Junio C Hamano
2010-03-29refs.c: Write reflogs for notes just like for branch headsMichael J Gruber
2010-03-29t3301-notes: Test the creation of reflog entriesMichael J Gruber
2010-03-28Merge branch 'sb/notes-parse-opt'Junio C Hamano
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-15Merge branch 'jh/notes'Junio C Hamano
2010-03-12notes: rework subcommands and parse optionsStephen Boyd
2010-03-12notes: implement helpers needed for note copying during rewriteThomas Rast
2010-03-12notes: implement 'git notes copy --stdin'Thomas Rast
2010-03-12Support showing notes from more than one notes treeThomas Rast
2010-02-25t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt
2010-02-13builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland
2010-02-13builtin-notes: Add -c/-C options for reusing notesJohan Herland
2010-02-13builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland
2010-02-13builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland
2010-02-13builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland
2010-02-13builtin-notes: Add "list" subcommand for listing note objectsJohan Herland
2010-02-13builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland
2010-02-13Teach builtin-notes to remove empty notesJohan Herland
2010-02-13t3301: Verify successful annotation of non-commitsJohan Herland
2010-02-13Builtin-ify git-notesJohan Herland
2010-02-13Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland
2010-01-21Fix "log --oneline" not to show notesJunio C Hamano
2010-01-20Fix "log" family not to be too agressive about showing notesJunio C Hamano
2009-10-19Teach "-m <msg>" and "-F <file>" to "git notes edit"Johan Herland
2009-10-19Add a script to edit/inspect notesJohannes Schindelin
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano
2009-01-14git-notes: fix printing of multi-line notesTor Arne Vestbø
2008-12-21Add a script to edit/inspect notesJohannes Schindelin