aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
|\ \
| * | Fix memory corruption when .gitignore does not end by \nNguyễn Thái Ngọc Duy2010-01-20
* | | Make difftool.prompt fall back to mergetool.promptSebastian Schuberth2010-01-22
* | | engine.pl: Fix a recent breakage of the buildsystem generatorRamsay Jones2010-01-22
* | | git-mv: fix moving more than one source to a single destinationJunio C Hamano2010-01-22
* | | rebase -i: Enclose sed command substitution in quotesMichael Haggerty2010-01-22
* | | rebase -i: Avoid non-portable "test X -a Y"Michael Haggerty2010-01-22
* | | make "index-pack" a built-inLinus Torvalds2010-01-22
* | | make "git pack-redundant" a built-inLinus Torvalds2010-01-22
* | | make "git unpack-file" a built-inLinus Torvalds2010-01-22
* | | make "mktag" a built-inLinus Torvalds2010-01-22
* | | make "merge-index" a built-inLinus Torvalds2010-01-22
* | | merge-tree: remove unnecessary call of git_extract_argv0_pathJohannes Sixt2010-01-22
* | | make "git patch-id" a built-inLinus Torvalds2010-01-21
* | | make "git var" a built-inLinus Torvalds2010-01-21
* | | fix git-p4 editor invocationNicolas Pitre2010-01-21
* | | Merge branch 'maint'Junio C Hamano2010-01-21
|\ \ \
| * | | merge-recursive: do not return NULL only to cause segfaultJunio C Hamano2010-01-21
| * | | retry request without query when info/refs?query failsTay Ray Chuan2010-01-21