Browse Source

annex: copy on unlock

Fabian Peter Hammerle 5 năm trước cách đây
mục cha
commit
28c50f9840
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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]