fetchGit: Warn about dirty trees
This commit is contained in:
@@ -46,6 +46,8 @@ GitInfo exportGit(ref<Store> store, std::string uri,
|
||||
/* This is an unclean working tree. So copy all tracked
|
||||
files. */
|
||||
|
||||
warn("Git tree '%s' is dirty", uri);
|
||||
|
||||
GitInfo gitInfo;
|
||||
gitInfo.ref = "HEAD";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user