summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rebase: invoke post-rewrite hookThomas Rast2010-03-123-0/+45
* commit --amend: invoke post-rewrite hookThomas Rast2010-03-123-1/+92
* Documentation: document post-rewrite hookThomas Rast2010-03-121-0/+34
* Support showing notes from more than one notes treeThomas Rast2010-03-1214-30/+437
* test-lib: unset GIT_NOTES_REF to stop it from influencing testsThomas Rast2010-03-121-0/+1
* Merge branch 'il/rev-glob'Junio C Hamano2010-02-239-19/+357
|\
| * Documentation: improve description of --glob=pattern and friendsThomas Rast2010-01-211-17/+15
| * rev-parse --branches/--tags/--remotes=patternIlari Liusvaara2010-01-209-20/+139
| * rev-parse --globIlari Liusvaara2010-01-209-2/+223
* | builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-133-8/+102
* | builtin-notes: Misc. refactoring of argc and exit value handlingJohan Herland2010-02-131-25/+36
* | builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-133-12/+179
* | builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland2010-02-132-44/+73
* | builtin-notes: Deprecate the -m/-F options for "git notes edit"Johan Herland2010-02-135-8/+14
* | builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland2010-02-133-9/+67
* | builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland2010-02-133-22/+74
* | builtin-notes: Add --message/--file aliases for -m/-F optionsJohan Herland2010-02-132-2/+4
* | builtin-notes: Add "list" subcommand for listing note objectsJohan Herland2010-02-133-6/+76
* | Documentation: Generalize git-notes docs to 'objects' instead of 'commits'Johan Herland2010-02-131-15/+20
* | builtin-notes: Add "prune" subcommand for removing notes for missing objectsJohan Herland2010-02-133-11/+115
* | Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland2010-02-132-0/+51
* | t3305: Verify that removing notes triggers automatic fanout consolidationJohan Herland2010-02-131-1/+46
* | builtin-notes: Add "remove" subcommand for removing existing notesJohan Herland2010-02-133-34/+73
* | Teach builtin-notes to remove empty notesJohan Herland2010-02-132-4/+42
* | Teach notes code to properly preserve non-notes in the notes treeJohan Herland2010-02-134-51/+233
* | t3305: Verify that adding many notes with git-notes triggers increased fanoutJohan Herland2010-02-131-0/+50
* | t3301: Verify successful annotation of non-commitsJohan Herland2010-02-131-0/+17
* | Builtin-ify git-notesJohan Herland2010-02-137-40/+350
* | Refactor notes concatenation into a flexible interface for combining notesJohan Herland2010-02-132-60/+112
* | Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland2010-02-133-66/+112
* | Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland2010-02-132-3/+180
* | Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland2010-02-132-0/+180
* | Notes API: get_note(): Return the note annotating the given objectJohan Herland2010-02-132-7/+15
* | Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland2010-02-132-1/+87
* | Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland2010-02-132-0/+15
* | Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland2010-02-132-12/+38
* | Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland2010-02-131-0/+48
* | Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-133-22/+30
* | Minor cosmetic fixes to notes.cJohan Herland2010-02-131-5/+4
* | Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-228-1/+85
|\ \
| * | Fix "log --oneline" not to show notesJunio C Hamano2010-01-213-4/+7
| * | Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-208-1/+82
* | | Merge branch 'nd/ls-files-sparse-fix'Junio C Hamano2010-01-221-3/+13
|\ \ \
| * | | Fix memory corruption when .gitignore does not end by \nNguyễn Thái Ngọc Duy2010-01-201-3/+13
* | | | Make difftool.prompt fall back to mergetool.promptSebastian Schuberth2010-01-221-1/+2
* | | | engine.pl: Fix a recent breakage of the buildsystem generatorRamsay Jones2010-01-221-3/+5
* | | | git-mv: fix moving more than one source to a single destinationJunio C Hamano2010-01-222-4/+19
* | | | rebase -i: Enclose sed command substitution in quotesMichael Haggerty2010-01-221-1/+1
* | | | rebase -i: Avoid non-portable "test X -a Y"Michael Haggerty2010-01-221-1/+1
* | | | make "index-pack" a built-inLinus Torvalds2010-01-227-15/+16