Explorar el Código

annex: copy on unlock

Fabian Peter Hammerle hace 6 años
padre
commit
28c50f9840
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

@@ -37,6 +37,9 @@
 [annex]
 	securehashesonly = true
 	autocommit = false
+	# copy instead of hard-linking when unlocking
+	thin = false
+	# assistant: do not auto delete unused files
 	expireunused = false
 
 [alias]