[cmake-developers] Review Request: Topic ExternalProject_GitUpdate

Brad King brad.king at kitware.com
Thu Mar 27 14:45:30 EDT 2014


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




More information about the cmake-developers mailing list