소스 검색

annex: copy on unlock

Fabian Peter Hammerle 5 년 전
부모
커밋
28c50f9840
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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]