diff options
author | KeithPackard <KeithPackard@web> | 2014-01-12 07:49:20 -0800 |
---|---|---|
committer | xorg <iki-xorg@freedesktop.org> | 2014-01-12 07:49:20 -0800 |
commit | 18709799dd60bdd556e0f50a27165c76dbfdaf2b (patch) | |
tree | 720270dfa0d3d1a6b1c5acf24a01129d5b1e4cc4 | |
parent | a386ceb82d081e4eefd7702820511efdd36d8d17 (diff) |
fetch anholt bits after adding remote
-rw-r--r-- | XorgTesting.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XorgTesting.mdwn b/XorgTesting.mdwn index 173789a2..c318f5a3 100644 --- a/XorgTesting.mdwn +++ b/XorgTesting.mdwn @@ -31,6 +31,7 @@ This is a fork of piglit (the GL test suite project) # git clone git://anongit.freedesktop.org/git/piglit.git # cd piglit # git remote add anholt git://people.freedesktop.org/\~anholt/piglit + # git fetch anholt # git checkout -b xts anholt/xts # mkdir bin # ln -s ~/my/path/to/xts bin/xtest |