summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-01-22merge-tree: remove unnecessary call of git_extract_argv0_pathJohannes Sixt
2010-01-22make "git patch-id" a built-inLinus Torvalds
2010-01-22make "git var" a built-inLinus Torvalds
2010-01-22fix git-p4 editor invocationNicolas Pitre
2010-01-22Merge branch 'maint'Junio C Hamano
2010-01-22make "git hash-object" a built-inLinus Torvalds
2010-01-22make "git merge-tree" a built-inLinus Torvalds
2010-01-22slim down "git show-index"Linus Torvalds
2010-01-22Remove diff machinery dependency from read-cacheLinus Torvalds
2010-01-22merge-recursive: do not return NULL only to cause segfaultJunio C Hamano
2010-01-21git-rebase.txt: Fix spellingHorst H. von Brand
2010-01-21retry request without query when info/refs?query failsTay Ray Chuan
2010-01-21Fix "log --oneline" not to show notesJunio C Hamano
2010-01-21Make 'rerere forget' work from a subdirectory.Johannes Sixt
2010-01-21Make test case numbers uniqueJohannes Sixt
2010-01-21conflict-marker-size: add test and docsJunio C Hamano
2010-01-21Update draft release notes to 1.7.0Junio C Hamano
2010-01-21Merge branch 'bw/cvsimport'Junio C Hamano
2010-01-21Merge branch 'jc/checkout-merge-base'Junio C Hamano
2010-01-21Merge branch 'ag/patch-header-verify'Junio C Hamano
2010-01-21Merge branch 'jc/conflict-marker-size'Junio C Hamano
2010-01-21Merge branch 'ag/maint-apply-too-large-p'Junio C Hamano
2010-01-21Merge branch 'ap/merge-backend-opts'Junio C Hamano
2010-01-21Merge branch 'nd/status-partial-refresh'Junio C Hamano
2010-01-21Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano
2010-01-21Merge branch 'jh/notes' (early part)Junio C Hamano