adjust: Add --fix adjustment, which is useful when the git directory is in a nonstandard place.
This commit is contained in:
parent
76170b0457
commit
eda5d9cc74
7 changed files with 99 additions and 25 deletions
|
@ -21,6 +21,10 @@ optParser _ =
|
|||
( long "unlock"
|
||||
<> help "unlock annexed files"
|
||||
)
|
||||
<|> flag' FixAdjustment
|
||||
( long "fix"
|
||||
<> help "fix symlinks to annnexed files"
|
||||
)
|
||||
{- Not ready yet
|
||||
<|> flag' HideMissingAdjustment
|
||||
( long "hide-missing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue