On 03/27/2014 02:35 PM, Brad King wrote:
> Please take a look at the failure on the continuous test submissions.
> 
>  fatal: Couldn't find remote ref origin/master
>  fatal: The remote end hung up unexpectedly

Is there a particular version requirement on Git?

Also I just noticed this line:

> +        COMMAND \"${git_EXECUTABLE}\" stash --all --quiet

That should be "stash save --all --quiet" because "git stash" may
some day do nothing without the explicit "save" command.

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to