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
|
import qualified Option
|
||||||
|
|
||||||
def :: [Command]
|
def :: [Command]
|
||||||
def = [withOptions [formatOption, print0Option] $
|
def = [noCommit $ withOptions [formatOption, print0Option] $
|
||||||
command "find" paramPaths seek "lists available files"]
|
command "find" paramPaths seek "lists available files"]
|
||||||
|
|
||||||
formatOption :: Option
|
formatOption :: Option
|
||||||
|
|
|
@ -13,7 +13,7 @@ import qualified Annex.Queue
|
||||||
import Annex.Content
|
import Annex.Content
|
||||||
|
|
||||||
def :: [Command]
|
def :: [Command]
|
||||||
def = [command "fix" paramPaths seek
|
def = [noCommit $ command "fix" paramPaths seek
|
||||||
"fix up symlinks to point to annexed content"]
|
"fix up symlinks to point to annexed content"]
|
||||||
|
|
||||||
seek :: [CommandSeek]
|
seek :: [CommandSeek]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue