Support import in direct mode.
This commit is contained in:
parent
b896f74997
commit
5e3a404d4f
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ import qualified Annex
|
|||
import qualified Command.Add
|
||||
|
||||
def :: [Command]
|
||||
def = [notDirect $ notBareRepo $ command "import" paramPaths seek
|
||||
def = [notBareRepo $ command "import" paramPaths seek
|
||||
SectionCommon "move and add files from outside git working copy"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -33,6 +33,7 @@ git-annex (4.20130710) UNRELEASED; urgency=low
|
|||
* For long hostnames, use a hash of the hostname to generate the socket
|
||||
file for ssh connection caching.
|
||||
* Support unannex and uninit in direct mode.
|
||||
* Support import in direct mode.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 09 Jul 2013 19:17:13 -0400
|
||||
|
||||
|
|
Loading…
Reference in a new issue