wording
This commit is contained in:
parent
a662819fa3
commit
3c2cb25698
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ seek ps = do
|
||||||
startSmall :: FilePath -> CommandStart
|
startSmall :: FilePath -> CommandStart
|
||||||
startSmall file = do
|
startSmall file = do
|
||||||
showStart "add" file
|
showStart "add" file
|
||||||
showNote "non-large file; adding to git directly"
|
showNote "non-large file; adding content to git repository"
|
||||||
next $ do
|
next $ do
|
||||||
params <- forceParams
|
params <- forceParams
|
||||||
Annex.Queue.addCommand "add" (params++[Param "--"]) [file]
|
Annex.Queue.addCommand "add" (params++[Param "--"]) [file]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue