Skip to content

Commit

Permalink
Test rev-list --parents/--children
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Thomas Rast authored and Junio C Hamano committed Feb 20, 2009
1 parent 28fd76b commit fcbc6ef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/t4013-diff-various.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ log -SF master
log -SF -p master
log --decorate --all
rev-list --parents HEAD
rev-list --children HEAD
whatchanged master
whatchanged -p master
whatchanged --root master
Expand Down
7 changes: 7 additions & 0 deletions t/t4013/diff.rev-list_--children_HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$ git rev-list --children HEAD
59d314ad6f356dd08601a4cd5e530381da3e3c64
c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a 59d314ad6f356dd08601a4cd5e530381da3e3c64
9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0 59d314ad6f356dd08601a4cd5e530381da3e3c64
1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0
444ac553ac7612cc88969031b02b3767fb8a353a 1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44 c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
$
7 changes: 7 additions & 0 deletions t/t4013/diff.rev-list_--parents_HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$ git rev-list --parents HEAD
59d314ad6f356dd08601a4cd5e530381da3e3c64 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0 c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a 444ac553ac7612cc88969031b02b3767fb8a353a
9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0 1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44
1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44 444ac553ac7612cc88969031b02b3767fb8a353a
444ac553ac7612cc88969031b02b3767fb8a353a
$

0 comments on commit fcbc6ef

Please sign in to comment.