aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* notes: track whether notes_trees were changed at allThomas Rast2010-03-12
* notes: add shorthand --ref to override GIT_NOTES_REFThomas Rast2010-03-12
* commit --amend: copy notes to the new commitThomas Rast2010-03-12
* rebase: support automatic notes copyingThomas Rast2010-03-12
* notes: implement helpers needed for note copying during rewriteThomas Rast2010-03-12
* notes: implement 'git notes copy --stdin'Thomas Rast2010-03-12
* rebase -i: invoke post-rewrite hookThomas Rast2010-03-12
* rebase: invoke post-rewrite hookThomas Rast2010-03-12
* commit --amend: invoke post-rewrite hookThomas Rast2010-03-12
* Documentation: document post-rewrite hookThomas Rast2010-03-12
* Support showing notes from more than one notes treeThomas Rast2010-03-12
* test-lib: unset GIT_NOTES_REF to stop it from influencing testsThomas Rast2010-03-12
* Merge branch 'il/rev-glob'Junio C Hamano2010-02-23
|\
| * Documentation: improve description of --glob=pattern and friendsThomas Rast2010-01-21
| * rev-parse --branches/--tags/--remotes=patternIlari Liusvaara2010-01-20
| * rev-parse --globIlari Liusvaara2010-01-20
* | builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-13
* | builtin-notes: Misc. refactoring of argc and exit value handlingJohan 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: Deprecate the -m/-F options for "git notes edit"Johan 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 --message/--file aliases for -m/-F optionsJohan Herland2010-02-13
* | builtin-notes: Add "list" subcommand for listing note objectsJohan Herland2010-02-13
* | Documentation: Generalize git-notes docs to 'objects' instead of 'commits'Johan Herland2010-02-13
* | builtin-notes: Add "prune" subcommand for removing notes for missing objectsJohan Herland2010-02-13
* | Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland2010-02-13
* | t3305: Verify that removing notes triggers automatic fanout consolidationJohan 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
* | Teach notes code to properly preserve non-notes in the notes treeJohan Herland2010-02-13
* | t3305: Verify that adding many notes with git-notes triggers increased fanoutJohan Herland2010-02-13
* | t3301: Verify successful annotation of non-commitsJohan Herland2010-02-13
* | Builtin-ify git-notesJohan Herland2010-02-13
* | Refactor notes concatenation into a flexible interface for combining notesJohan Herland2010-02-13
* | Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland2010-02-13
* | Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland2010-02-13
* | Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland2010-02-13
* | Notes API: get_note(): Return the note annotating the given objectJohan Herland2010-02-13
* | Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland2010-02-13
* | Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland2010-02-13
* | Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland2010-02-13
* | Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland2010-02-13
* | Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-13
* | Minor cosmetic fixes to notes.cJohan Herland2010-02-13
* | Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-22
|\ \
| * | Fix "log --oneline" not to show notesJunio C Hamano2010-01-21
| * | Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-20
* | | Merge branch 'nd/ls-files-sparse-fix'Junio C Hamano2010-01-22
|\ \ \