diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-11 00:22:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-11 00:22:50 -0400 |
commit | 779ebba96153e712803c8284a0502d7080c609bf (patch) | |
tree | 50e975d07210b5d66f7b5ac21ef5a57bc38642de | |
parent | 2bd3eea0318fe52452fa7077fe94ae3f224ae9c5 (diff) |
adjust merge config
*.log will merge, but foo.$backend files will not
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ unannexFile state file = do gitPrep :: GitRepo -> IO () gitPrep repo = do -- configure git to use union merge driver on state files - let attrLine = stateLoc ++ "/* merge=union" + let attrLine = stateLoc ++ "/*.log merge=union" attributes <- gitAttributes repo exists <- doesFileExist attributes if (not exists) |