X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft6101-rev-parse-parents.sh;h=1beab7197f8b5b22f4463a5d71d065cc1d296327;hb=a7a8d3786e6b60a472d0f88f778cacaead122a6c;hp=4f57a28f696ba2f6a803d33823babdcd921c5752;hpb=51017101c7a308745ba3c04944457f1dc6a55780;p=git.git diff --git a/t/t6101-rev-parse-parents.sh b/t/t6101-rev-parse-parents.sh index 4f57a28f..1beab719 100644 --- a/t/t6101-rev-parse-parents.sh +++ b/t/t6101-rev-parse-parents.sh @@ -9,7 +9,7 @@ test_description='Test git-rev-parse with different parent options' . ../t6000lib.sh # t6xxx specific functions date >path0 -git-update-cache --add path0 +git-update-index --add path0 save_tag tree git-write-tree hide_error save_tag start unique_commit "start" tree save_tag second unique_commit "second" tree -p start