update for git-annex branch
stop changing gitattributes on init create git-annex branch on init ugly special case for init in a bare repository goes away, yay! git annex init is also faster, at least in a large existing repo, as it does not need to run the slow 'git add'
This commit is contained in:
parent
5c706d1ec4
commit
e0bd9d43a2
2 changed files with 6 additions and 59 deletions
|
@ -11,7 +11,6 @@ import Command
|
|||
import qualified Remote
|
||||
import UUID
|
||||
import Messages
|
||||
import qualified Command.Init
|
||||
|
||||
command :: [Command]
|
||||
command = [repoCommand "describe" (paramPair paramRemote paramDesc) seek
|
||||
|
@ -34,4 +33,4 @@ start ws = notBareRepo $ do
|
|||
perform :: UUID -> String -> CommandPerform
|
||||
perform u description = do
|
||||
describeUUID u description
|
||||
next $ Command.Init.cleanup
|
||||
next $ return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue