summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-131-0/+63
* builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-131-0/+116
* builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland2010-02-131-1/+22
* builtin-notes: Deprecate the -m/-F options for "git notes edit"Johan Herland2010-02-133-5/+5
* builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland2010-02-131-0/+36
* builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland2010-02-131-18/+37
* builtin-notes: Add "list" subcommand for listing note objectsJohan Herland2010-02-131-0/+32
* builtin-notes: Add "prune" subcommand for removing notes for missing objectsJohan Herland2010-02-131-0/+94
* 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-131-0/+27
* Teach builtin-notes to remove empty notesJohan Herland2010-02-131-0/+31
* Teach notes code to properly preserve non-notes in the notes treeJohan Herland2010-02-132-12/+52
* 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-131-35/+63
* Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRefJohan Herland2010-02-131-0/+48
* Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-221-0/+59
|\
| * Fix "log --oneline" not to show notesJunio C Hamano2010-01-211-2/+4
| * Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-201-0/+57
| * Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano2010-01-201-0/+14
| |\
| * \ Merge branch 'sb/maint-octopus' into maintJunio C Hamano2010-01-201-0/+51
| |\ \
| * \ \ Merge branch 'maint-1.6.5' into maintJunio C Hamano2010-01-201-0/+6
| |\ \ \
| | * \ \ Merge branch 'jk/maint-1.6.5-reset-hard' into maint-1.6.5Junio C Hamano2010-01-201-0/+6
| | |\ \ \
| | * \ \ \ Merge branch 'maint-1.6.4' into maint-1.6.5Junio C Hamano2010-01-182-20/+20
| | |\ \ \ \
| | | * \ \ \ Merge branch 'maint-1.6.3' into maint-1.6.4Junio C Hamano2010-01-182-20/+20
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2010-01-182-20/+20
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2010-01-102-20/+20
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2010-01-101-13/+13
| | | | | | |\ \ \ \
| | | * | | | \ \ \ \ Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4Junio C Hamano2010-01-181-1/+5
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Fix mis-backport of t7002Junio C Hamano2010-01-181-1/+5
* | | | | | | | | | | | git-mv: fix moving more than one source to a single destinationJunio C Hamano2010-01-221-0/+12
* | | | | | | | | | | | rebase -i: Enclose sed command substitution in quotesMichael Haggerty2010-01-221-1/+1
* | | | | | | | | | | | Make 'rerere forget' work from a subdirectory.Johannes Sixt2010-01-211-22/+49
* | | | | | | | | | | | Make test case numbers uniqueJohannes Sixt2010-01-212-0/+0
* | | | | | | | | | | | conflict-marker-size: add test and docsJunio C Hamano2010-01-201-0/+12
* | | | | | | | | | | | Merge branch 'ag/patch-header-verify'Junio C Hamano2010-01-201-0/+38
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | builtin-apply.c: fix the --- and +++ header filename consistency checkAndreas Gruenbacher2010-01-181-0/+38
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'ag/maint-apply-too-large-p'Junio C Hamano2010-01-201-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | builtin-apply.c: Skip filenames without enough componentsAndreas Gruenbacher2010-01-181-0/+5
* | | | | | | | | | | | | Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-202-1/+110
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Extend merge-subtree tests to test -Xsubtree=dir.Avery Pennarun2010-01-171-1/+46
| * | | | | | | | | | | | | Teach git-pull to pass -X<option> to git-mergeAvery Pennarun2010-01-171-0/+8
| * | | | | | | | | | | | | git merge -X<option>Avery Pennarun2010-01-171-0/+56
* | | | | | | | | | | | | | Merge branch 'jh/notes' (early part)Junio C Hamano2010-01-203-13/+766
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add more testcases to test fast-import of notesJohan Herland2009-12-071-0/+623
| * | | | | | | | | | | | | | Rename t9301 to t9350, to make room for more fast-import testsJohan Herland2009-12-071-0/+0
| * | | | | | | | | | | | | | fast-import: Proper notes tree manipulationJohan Herland2009-12-071-13/+143
* | | | | | | | | | | | | | | Merge branch 'jc/cache-unmerge'Junio C Hamano2010-01-201-0/+143
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | rerere forget path: forget recorded resolutionJunio C Hamano2010-01-101-0/+25
| * | | | | | | | | | | | | | | resolve-undo: teach "update-index --unresolve" to use resolve-undo infoJunio C Hamano2009-12-251-0/+7