avoid commits when running fix and find
This commit is contained in:
parent
228ebbb647
commit
0ab05c32c8
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ import Types.Key
|
|||
import qualified Option
|
||||
|
||||
def :: [Command]
|
||||
def = [withOptions [formatOption, print0Option] $
|
||||
def = [noCommit $ withOptions [formatOption, print0Option] $
|
||||
command "find" paramPaths seek "lists available files"]
|
||||
|
||||
formatOption :: Option
|
||||
|
|
|
@ -13,7 +13,7 @@ import qualified Annex.Queue
|
|||
import Annex.Content
|
||||
|
||||
def :: [Command]
|
||||
def = [command "fix" paramPaths seek
|
||||
def = [noCommit $ command "fix" paramPaths seek
|
||||
"fix up symlinks to point to annexed content"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
|
|
Loading…
Reference in a new issue