Hello, Uwe Zeisberger wrote: > +echo "added in branch" >> file-common && > +git add file-branch file-common && > +git commit -m "branch1" -i file-base file-branch file-common && > +git branch branch1' > + > ... > + > +test_expect_failure 'pull branch1' \ > +'git pull . branch1' When typing the test I first tried to pull branch^, but this failed with "no such remote ref refs/heads/branch^". Is it intended that one can only pull branches and not any rev? Best regards Uwe PS: I added a double blank line in the file. Sorry for that... -- Uwe Zeisberger http://www.google.com/search?q=Planck%27s+constant%3D - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html