Add tests for documented features of "git reset".
commit359048d6ec296757266887a8ced5a927b97b94c1
authorCarlos Rica <jasampler@gmail.com>
Tue, 11 Sep 2007 01:09:52 +0000 (11 03:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Sep 2007 20:25:07 +0000 (12 13:25 -0700)
tree389ba6a9b639052ec58208e6b941934819070060
parent88b7dd4597b11db4a99537519df91265fc7533e0
Add tests for documented features of "git reset".

This adds the new file t/t7102-reset.sh following the text
and examples in "Documentation/git-reset.txt" in order to
check the behaviour of the upcoming "builtin-reset.c",
and be able to compare it with the original "git-reset.sh".

Signed-off-by: Carlos Rica <jasampler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7102-reset.sh [new file with mode: 0755]