mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
7c5b6ed5c8
The --all option for git-stash wasn't introduced until git version 1.7.6.
6 lines
187 B
ReStructuredText
6 lines
187 B
ReStructuredText
ExternalProject_stash_save_all
|
|
------------------------------
|
|
|
|
* Use "git stash save --all" only if supported. The --all option for git-stash
|
|
wasn't introduced until git version 1.7.6.
|