57 Commits (bf427a94517dfcd09b564d327526b16908bcc0da)

Author SHA1 Message Date
Mike Hommey ee76f92fe8 notes: allow treeish expressions as notes ref 9 years ago
Jacob Keller e14c92e841 notes: correct documentation of DWIMery for notes references 10 years ago
Kacper Kornet 85cb1d0ba8 Fix unclosed here document in t3301.sh 10 years ago
Johan Herland 908a320363 t3301: modernize style 10 years ago
Johan Herland 8a4acd6995 notes: empty notes should be shown by 'git log' 10 years ago
Johan Herland d73a5b933d builtin/notes: add --allow-empty, to allow storing empty notes 10 years ago
Johan Herland d0923b6d4c t3301: verify that 'git notes' removes empty notes by default 10 years ago
David Tran 512477b175 tests: use "env" to run commands with temporary env-var settings 11 years ago
Johan Herland ce8daa1eb8 notes: disallow reusing non-blob as a note object 11 years ago
Junio C Hamano 46538012d9 notes remove: --stdin reads from the standard input 14 years ago
Junio C Hamano 2d370d2fbc notes remove: --ignore-missing 14 years ago
Junio C Hamano c3ab1a8e4c notes remove: allow removing more than one 14 years ago
Johan Herland 84a7e35eea Make "git notes add" more user-friendly when there are existing notes 14 years ago
Jeff King 92e0d42539 revision.c: make --no-notes reset --notes list 14 years ago
Jeff King 7249e91287 revision.c: support --notes command-line option 14 years ago
Brandon Casey ed40ec551d t0001,t1510,t3301: use sane_unset which always returns with status 0 14 years ago
Johan Herland 618cd75707 Provide 'git notes get-ref' to easily retrieve current notes ref 14 years ago
Johan Herland d4990c4b2f notes.c: Use two newlines (instead of one) when concatenating notes 14 years ago
Jonathan Nieder 0155a64e88 t3301 (notes): use test_expect_code for clarity 14 years ago
Jonathan Nieder 2dec68cf8f tests: add missing &&, batch 2 14 years ago
Johan Herland 1ee1e43df3 notes: Don't create (empty) commit when removing non-existing notes 15 years ago
Brandon Casey b1edaf669d t/: work around one-shot variable assignment with test_must_fail 15 years ago
Jared Hance ce14e0b264 Convert "! git" to "test_must_fail git" 15 years ago
Jeff King bbb1b8a35a notes: check number of parameters to "git notes copy" 15 years ago
Junio C Hamano 636db2c036 t3301: add tests to use --format="%N" 15 years ago
Michael J Gruber b2e256b0f0 refs.c: Write reflogs for notes just like for branch heads 15 years ago
Michael J Gruber 4d80fa8f75 t3301-notes: Test the creation of reflog entries 15 years ago
Stephen Boyd 74884b524e notes: rework subcommands and parse options 15 years ago
Thomas Rast 6956f858f6 notes: implement helpers needed for note copying during rewrite 15 years ago
Thomas Rast 160baa0d9c notes: implement 'git notes copy --stdin' 15 years ago
Thomas Rast 894a9d333e Support showing notes from more than one notes tree 15 years ago
Johannes Sixt 97a449ee30 t3301-notes: insert a shbang line in ./fake_editor.sh 15 years ago
Johan Herland e73bbd96c6 builtin-notes: Add "copy" subcommand for copying notes between objects 15 years ago
Johan Herland 0691cff7dc builtin-notes: Add -c/-C options for reusing notes 15 years ago
Johan Herland 348f199b2d builtin-notes: Refactor handling of -F option to allow combining -m and -F 15 years ago
Johan Herland 2347fae50b builtin-notes: Add "append" subcommand for appending to note objects 15 years ago
Johan Herland 7aa4754e55 builtin-notes: Add "add" subcommand for adding notes to objects 15 years ago
Johan Herland e397421abf builtin-notes: Add "list" subcommand for listing note objects 15 years ago
Johan Herland 92b3385fca builtin-notes: Add "remove" subcommand for removing existing notes 15 years ago
Johan Herland a0b4dfa9b3 Teach builtin-notes to remove empty notes 15 years ago
Johan Herland b24bb99756 t3301: Verify successful annotation of non-commits 15 years ago
Johan Herland cd067d3bf4 Builtin-ify git-notes 15 years ago
Johan Herland 3b78cdbe69 Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef 15 years ago
Junio C Hamano 7dccadf363 Fix "log --oneline" not to show notes 15 years ago
Junio C Hamano 66b2ed09c2 Fix "log" family not to be too agressive about showing notes 15 years ago
Johan Herland d9246d4303 Teach "-m <msg>" and "-F <file>" to "git notes edit" 16 years ago
Johannes Schindelin 65d9fb487f Add a script to edit/inspect notes 16 years ago
Junio C Hamano 954cfb5cfd Revert "Merge branch 'js/notes'" 16 years ago
Tor Arne Vestbø 22a3d06093 git-notes: fix printing of multi-line notes 16 years ago
Johannes Schindelin 055a597525 Add a script to edit/inspect notes 16 years ago