summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-13notes: implement 'git notes copy --stdin'Thomas Rast
2010-03-13rebase -i: invoke post-rewrite hookThomas Rast
2010-03-13rebase: invoke post-rewrite hookThomas Rast
2010-03-13commit --amend: invoke post-rewrite hookThomas Rast
2010-03-13Documentation: document post-rewrite hookThomas Rast
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-03-13test-lib: unset GIT_NOTES_REF to stop it from influencing testsThomas Rast
2010-02-23Merge branch 'il/rev-glob'Junio C Hamano
2010-02-14builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland
2010-02-14builtin-notes: Misc. refactoring of argc and exit value handlingJohan Herland
2010-02-14builtin-notes: Add -c/-C options for reusing notesJohan Herland
2010-02-14builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland
2010-02-14builtin-notes: Deprecate the -m/-F options for "git notes edit"Johan Herland
2010-02-14builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland
2010-02-14builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland
2010-02-14builtin-notes: Add --message/--file aliases for -m/-F optionsJohan Herland
2010-02-14builtin-notes: Add "list" subcommand for listing note objectsJohan Herland
2010-02-14Documentation: Generalize git-notes docs to 'objects' instead of 'commits'Johan Herland
2010-02-14builtin-notes: Add "prune" subcommand for removing notes for missing objectsJohan Herland
2010-02-14Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland
2010-02-14t3305: Verify that removing notes triggers automatic fanout consolidationJohan Herland
2010-02-14builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland
2010-02-14Teach builtin-notes to remove empty notesJohan Herland
2010-02-14Teach notes code to properly preserve non-notes in the notes treeJohan Herland
2010-02-14t3305: Verify that adding many notes with git-notes triggers increased fanoutJohan Herland
2010-02-14t3301: Verify successful annotation of non-commitsJohan Herland
2010-02-14Builtin-ify git-notesJohan Herland
2010-02-14Refactor notes concatenation into a flexible interface for combining notesJohan Herland
2010-02-14Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland
2010-02-14Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland
2010-02-14Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland
2010-02-14Notes API: get_note(): Return the note annotating the given objectJohan Herland
2010-02-14Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland
2010-02-14Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland
2010-02-14Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland
2010-02-14Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland
2010-02-14Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland
2010-02-14Minor cosmetic fixes to notes.cJohan Herland
2010-01-23Merge branch 'jc/maint-limit-note-output'Junio C Hamano
2010-01-23Merge branch 'nd/ls-files-sparse-fix'Junio C Hamano
2010-01-22Make difftool.prompt fall back to mergetool.promptSebastian Schuberth
2010-01-22engine.pl: Fix a recent breakage of the buildsystem generatorRamsay Jones
2010-01-22git-mv: fix moving more than one source to a single destinationJunio C Hamano
2010-01-22rebase -i: Enclose sed command substitution in quotesMichael Haggerty
2010-01-22rebase -i: Avoid non-portable "test X -a Y"Michael Haggerty
2010-01-22make "index-pack" a built-inLinus Torvalds
2010-01-22make "git pack-redundant" a built-inLinus Torvalds
2010-01-22make "git unpack-file" a built-inLinus Torvalds
2010-01-22make "mktag" a built-inLinus Torvalds
2010-01-22make "merge-index" a built-inLinus Torvalds