stop changing gitattributes on update from v1
gitattributes changes are not needed, and will be removed in the v2 upgrade
This commit is contained in:
parent
17a09fccad
commit
06c58922bd
1 changed files with 0 additions and 5 deletions
|
@ -30,7 +30,6 @@ import Backend
|
||||||
import Messages
|
import Messages
|
||||||
import Version
|
import Version
|
||||||
import Utility
|
import Utility
|
||||||
import qualified Command.Init
|
|
||||||
|
|
||||||
-- v2 adds hashing of filenames of content and location log files.
|
-- v2 adds hashing of filenames of content and location log files.
|
||||||
-- Key information is encoded in filenames differently, so
|
-- Key information is encoded in filenames differently, so
|
||||||
|
@ -72,10 +71,6 @@ upgrade = do
|
||||||
AnnexQueue.flush True
|
AnnexQueue.flush True
|
||||||
setVersion
|
setVersion
|
||||||
|
|
||||||
-- add new line to auto-merge hashed location logs
|
|
||||||
-- this commits, so has to come after the upgrade
|
|
||||||
liftIO $ Command.Init.gitAttributesWrite g
|
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
moveContent :: Annex ()
|
moveContent :: Annex ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue