summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-13builtin-notes: Add "list" subcommand for listing note objectsLibravatar Johan Herland3-6/+76
2010-02-13Documentation: Generalize git-notes docs to 'objects' instead of 'commits'Libravatar Johan Herland1-15/+20
2010-02-13builtin-notes: Add "prune" subcommand for removing notes for missing objectsLibravatar Johan Herland3-11/+115
2010-02-13Notes API: prune_notes(): Prune notes that belong to non-existing objectsLibravatar Johan Herland2-0/+51
2010-02-13t3305: Verify that removing notes triggers automatic fanout consolidationLibravatar Johan Herland1-1/+46
2010-02-13builtin-notes: Add "remove" subcommand for removing existing notesLibravatar Johan Herland3-34/+73
2010-02-13Teach builtin-notes to remove empty notesLibravatar Johan Herland2-4/+42
2010-02-13Teach notes code to properly preserve non-notes in the notes treeLibravatar Johan Herland4-51/+233
2010-02-13t3305: Verify that adding many notes with git-notes triggers increased fanoutLibravatar Johan Herland1-0/+50
2010-02-13t3301: Verify successful annotation of non-commitsLibravatar Johan Herland1-0/+17
2010-02-13Builtin-ify git-notesLibravatar Johan Herland7-40/+350
2010-02-13Refactor notes concatenation into a flexible interface for combining notesLibravatar Johan Herland2-60/+112
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeLibravatar Johan Herland3-66/+112
2010-02-13Notes API: write_notes_tree(): Store the notes tree in the databaseLibravatar Johan Herland2-3/+180
2010-02-13Notes API: for_each_note(): Traverse the entire notes tree with a callbackLibravatar Johan Herland2-0/+180
2010-02-13Notes API: get_note(): Return the note annotating the given objectLibravatar Johan Herland2-7/+15
2010-02-13Notes API: remove_note(): Remove note objects from the notes tree structureLibravatar Johan Herland2-1/+87
2010-02-13Notes API: add_note(): Add note objects to the internal notes tree structureLibravatar Johan Herland2-0/+15
2010-02-13Notes API: init_notes(): Initialize the notes tree from the given notes refLibravatar Johan Herland2-12/+38
2010-02-13Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefLibravatar Johan Herland1-0/+48
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionLibravatar Johan Herland3-22/+30
2010-02-13Minor cosmetic fixes to notes.cLibravatar Johan Herland1-5/+4
2010-01-22Merge branch 'jc/maint-limit-note-output'Libravatar Junio C Hamano8-1/+85
2010-01-22Merge branch 'nd/ls-files-sparse-fix'Libravatar Junio C Hamano1-3/+13
2010-01-22Make difftool.prompt fall back to mergetool.promptLibravatar Sebastian Schuberth1-1/+2
2010-01-22engine.pl: Fix a recent breakage of the buildsystem generatorLibravatar Ramsay Jones1-3/+5
2010-01-22git-mv: fix moving more than one source to a single destinationLibravatar Junio C Hamano2-4/+19
2010-01-22rebase -i: Enclose sed command substitution in quotesLibravatar Michael Haggerty1-1/+1
2010-01-22rebase -i: Avoid non-portable "test X -a Y"Libravatar Michael Haggerty1-1/+1
2010-01-22make "index-pack" a built-inLibravatar Linus Torvalds7-15/+16
2010-01-22make "git pack-redundant" a built-inLibravatar Linus Torvalds4-7/+5
2010-01-22make "git unpack-file" a built-inLibravatar Linus Torvalds4-5/+4
2010-01-22make "mktag" a built-inLibravatar Linus Torvalds4-6/+4
2010-01-22make "merge-index" a built-inLibravatar Linus Torvalds4-6/+5
2010-01-22merge-tree: remove unnecessary call of git_extract_argv0_pathLibravatar Johannes Sixt1-2/+0
2010-01-21make "git patch-id" a built-inLibravatar Linus Torvalds4-4/+4
2010-01-21make "git var" a built-inLibravatar Linus Torvalds4-4/+4
2010-01-21fix git-p4 editor invocationLibravatar Nicolas Pitre1-1/+1
2010-01-21Merge branch 'maint'Libravatar Junio C Hamano2-6/+20
2010-01-21make "git hash-object" a built-inLibravatar Linus Torvalds4-5/+4
2010-01-21make "git merge-tree" a built-inLibravatar Linus Torvalds4-4/+4
2010-01-21slim down "git show-index"Libravatar Linus Torvalds4-67/+69
2010-01-21Remove diff machinery dependency from read-cacheLibravatar Linus Torvalds2-78/+76
2010-01-21merge-recursive: do not return NULL only to cause segfaultLibravatar Junio C Hamano1-4/+4
2010-01-21git-rebase.txt: Fix spellingLibravatar Horst H. von Brand1-1/+1
2010-01-21retry request without query when info/refs?query failsLibravatar Tay Ray Chuan1-2/+16
2010-01-21Fix "log --oneline" not to show notesLibravatar Junio C Hamano3-4/+7
2010-01-21Make 'rerere forget' work from a subdirectory.Libravatar Johannes Sixt2-24/+53
2010-01-21Make test case numbers uniqueLibravatar Johannes Sixt2-0/+0
2010-01-20conflict-marker-size: add test and docsLibravatar Junio C Hamano2-0/+29