We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf07b7 commit 686101fCopy full SHA for 686101f
t/t6022-rev-list-missing.sh
@@ -46,9 +46,10 @@ do
46
git rev-list --objects --no-object-names \
47
HEAD ^$obj >expect.raw &&
48
49
- # Blobs are shared by all commits, so evethough a commit/tree
+ # Blobs are shared by all commits, so even though a commit/tree
50
# might be skipped, its blob must be accounted for.
51
- if [ $obj != "HEAD:1.t" ]; then
+ if test $obj != "HEAD:1.t"
52
+ then
53
echo $(git rev-parse HEAD:1.t) >>expect.raw &&
54
echo $(git rev-parse HEAD:2.t) >>expect.raw
55
fi &&
0 commit comments