Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtin-notes: Add "copy" subcommand for copying notes between objects | Johan Herland | 2010-02-13 | 1 | -0/+63 |
* | builtin-notes: Add -c/-C options for reusing notes | Johan Herland | 2010-02-13 | 1 | -0/+116 |
* | builtin-notes: Refactor handling of -F option to allow combining -m and -F | Johan Herland | 2010-02-13 | 1 | -1/+22 |
* | builtin-notes: Deprecate the -m/-F options for "git notes edit" | Johan Herland | 2010-02-13 | 3 | -5/+5 |
* | builtin-notes: Add "append" subcommand for appending to note objects | Johan Herland | 2010-02-13 | 1 | -0/+36 |
* | builtin-notes: Add "add" subcommand for adding notes to objects | Johan Herland | 2010-02-13 | 1 | -18/+37 |
* | builtin-notes: Add "list" subcommand for listing note objects | Johan Herland | 2010-02-13 | 1 | -0/+32 |
* | builtin-notes: Add "prune" subcommand for removing notes for missing objects | Johan Herland | 2010-02-13 | 1 | -0/+94 |
* | t3305: Verify that removing notes triggers automatic fanout consolidation | Johan Herland | 2010-02-13 | 1 | -1/+46 |
* | builtin-notes: Add "remove" subcommand for removing existing notes | Johan Herland | 2010-02-13 | 1 | -0/+27 |
* | Teach builtin-notes to remove empty notes | Johan Herland | 2010-02-13 | 1 | -0/+31 |
* | Teach notes code to properly preserve non-notes in the notes tree | Johan Herland | 2010-02-13 | 2 | -12/+52 |
* | t3305: Verify that adding many notes with git-notes triggers increased fanout | Johan Herland | 2010-02-13 | 1 | -0/+50 |
* | t3301: Verify successful annotation of non-commits | Johan Herland | 2010-02-13 | 1 | -0/+17 |
* | Builtin-ify git-notes | Johan Herland | 2010-02-13 | 1 | -35/+63 |
* | Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef | Johan Herland | 2010-02-13 | 1 | -0/+48 |
* | Merge branch 'jc/maint-limit-note-output' | Junio C Hamano | 2010-01-22 | 1 | -0/+59 |
|\ | |||||
| * | Fix "log --oneline" not to show notes | Junio C Hamano | 2010-01-21 | 1 | -2/+4 |
| * | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 2010-01-20 | 1 | -0/+57 |
| * | Merge branch 'bg/maint-remote-update-default' into maint | Junio C Hamano | 2010-01-20 | 1 | -0/+14 |
| |\ | |||||
| * \ | Merge branch 'sb/maint-octopus' into maint | Junio C Hamano | 2010-01-20 | 1 | -0/+51 |
| |\ \ | |||||
| * \ \ | Merge branch 'maint-1.6.5' into maint | Junio C Hamano | 2010-01-20 | 1 | -0/+6 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'jk/maint-1.6.5-reset-hard' into maint-1.6.5 | Junio C Hamano | 2010-01-20 | 1 | -0/+6 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'maint-1.6.4' into maint-1.6.5 | Junio C Hamano | 2010-01-18 | 2 | -20/+20 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge branch 'maint-1.6.3' into maint-1.6.4 | Junio C Hamano | 2010-01-18 | 2 | -20/+20 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2010-01-18 | 2 | -20/+20 |
| | | | |\ \ \ \ | |||||
| | | | | * \ \ \ | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2010-01-10 | 2 | -20/+20 |
| | | | | |\ \ \ \ | |||||
| | | | | | * \ \ \ | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2010-01-10 | 1 | -13/+13 |
| | | | | | |\ \ \ \ | |||||
| | | * | | | \ \ \ \ | Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4 | Junio C Hamano | 2010-01-18 | 1 | -1/+5 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | Fix mis-backport of t7002 | Junio C Hamano | 2010-01-18 | 1 | -1/+5 |
* | | | | | | | | | | | | git-mv: fix moving more than one source to a single destination | Junio C Hamano | 2010-01-22 | 1 | -0/+12 |
* | | | | | | | | | | | | rebase -i: Enclose sed command substitution in quotes | Michael Haggerty | 2010-01-22 | 1 | -1/+1 |
* | | | | | | | | | | | | Make 'rerere forget' work from a subdirectory. | Johannes Sixt | 2010-01-21 | 1 | -22/+49 |
* | | | | | | | | | | | | Make test case numbers unique | Johannes Sixt | 2010-01-21 | 2 | -0/+0 |
* | | | | | | | | | | | | conflict-marker-size: add test and docs | Junio C Hamano | 2010-01-20 | 1 | -0/+12 |
* | | | | | | | | | | | | Merge branch 'ag/patch-header-verify' | Junio C Hamano | 2010-01-20 | 1 | -0/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | builtin-apply.c: fix the --- and +++ header filename consistency check | Andreas Gruenbacher | 2010-01-18 | 1 | -0/+38 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'ag/maint-apply-too-large-p' | Junio C Hamano | 2010-01-20 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | builtin-apply.c: Skip filenames without enough components | Andreas Gruenbacher | 2010-01-18 | 1 | -0/+5 |
* | | | | | | | | | | | | | Merge branch 'ap/merge-backend-opts' | Junio C Hamano | 2010-01-20 | 2 | -1/+110 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Extend merge-subtree tests to test -Xsubtree=dir. | Avery Pennarun | 2010-01-17 | 1 | -1/+46 |
| * | | | | | | | | | | | | | Teach git-pull to pass -X<option> to git-merge | Avery Pennarun | 2010-01-17 | 1 | -0/+8 |
| * | | | | | | | | | | | | | git merge -X<option> | Avery Pennarun | 2010-01-17 | 1 | -0/+56 |
* | | | | | | | | | | | | | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2010-01-20 | 3 | -13/+766 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Add more testcases to test fast-import of notes | Johan Herland | 2009-12-07 | 1 | -0/+623 |
| * | | | | | | | | | | | | | | Rename t9301 to t9350, to make room for more fast-import tests | Johan Herland | 2009-12-07 | 1 | -0/+0 |
| * | | | | | | | | | | | | | | fast-import: Proper notes tree manipulation | Johan Herland | 2009-12-07 | 1 | -13/+143 |
* | | | | | | | | | | | | | | | Merge branch 'jc/cache-unmerge' | Junio C Hamano | 2010-01-20 | 1 | -0/+143 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | rerere forget path: forget recorded resolution | Junio C Hamano | 2010-01-10 | 1 | -0/+25 |
| * | | | | | | | | | | | | | | | resolve-undo: teach "update-index --unresolve" to use resolve-undo info | Junio C Hamano | 2009-12-25 | 1 | -0/+7 |