author | Johan Herland <johan@herland.net> | |
Mon, 7 Dec 2009 11:27:26 +0000 (12:27 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 7 Dec 2009 21:52:52 +0000 (13:52 -0800) | ||
commit | a8b59ef578df2b06a89fecd46f3d379895e77e8f | |
tree | 1fa77968ebcf03850743f18b5f507338f5bffabe | tree | snapshot |
parent | b2d6b1feafb6a4604b1207c8a6837633de59fdec | commit | diff |
Add more testcases to test fast-import of notes
This patch adds testcases verifying correct behaviour in several scenarios
regarding fast-import of notes:
- using a mixture of 'N' and 'M' commands
- updating existing notes
- concatenation of notes
- 'deleteall' also removes notes
- fanout schemes is added/removed when needed
- git-fast-import's branch unload/reload preserves notes
- non-notes are not clobbered in the presence of notes
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This patch adds testcases verifying correct behaviour in several scenarios
regarding fast-import of notes:
- using a mixture of 'N' and 'M' commands
- updating existing notes
- concatenation of notes
- 'deleteall' also removes notes
- fanout schemes is added/removed when needed
- git-fast-import's branch unload/reload preserves notes
- non-notes are not clobbered in the presence of notes
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9301-fast-import-notes.sh | [new file with mode: 0755] | blob |