diff options
author | 2010-11-28 14:19:43 -0400 | |
---|---|---|
committer | 2010-11-28 14:21:30 -0400 | |
commit | 92e5d28ca83d057a3d8f5d7d30806642de699172 (patch) | |
tree | a4021ec369a077dd3916c98e3ebfd9e368302afc /Command/Unlock.hs | |
parent | 1f9ce9e9a5f6d7eaf149f42de559cb9830c7f28e (diff) |
precommit: Optimise to avoid calling git-check-attr more than once.
Diffstat (limited to 'Command/Unlock.hs')
-rw-r--r-- | Command/Unlock.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Unlock.hs b/Command/Unlock.hs index 34fde819c..ff22fa84b 100644 --- a/Command/Unlock.hs +++ b/Command/Unlock.hs @@ -15,7 +15,6 @@ import qualified Annex import Types import Messages import Locations -import Utility import Core import CopyFile |