[PATCH 5/6] git-access.c: use <userpath>/cloudstorage/ for the cache

Lubomir I. Ivanov neolit123 at gmail.com
Tue Oct 6 03:10:20 PDT 2015


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 git-access.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-access.c b/git-access.c
index d2be2c9..607789f 100644
--- a/git-access.c
+++ b/git-access.c
@@ -109,7 +109,7 @@ char *get_local_dir(const char *remote, const char *branch)
 	SHA1_Update(&ctx, branch, strlen(branch));
 	SHA1_Final(hash, &ctx);
 
-	return format_string("%s/%02x%02x%02x%02x%02x%02x%02x%02x",
+	return format_string("%s/cloudstorage/%02x%02x%02x%02x%02x%02x%02x%02x",
 			system_default_directory(),
 			hash[0], hash[1], hash[2], hash[3],
 			hash[4], hash[5], hash[6], hash[7]);
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list