reinject: Allow to be used in direct mode.
This commit is contained in:
parent
3da07d55a1
commit
0bea8a4c55
3 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@ import Annex.Content
|
||||||
import qualified Command.Fsck
|
import qualified Command.Fsck
|
||||||
|
|
||||||
def :: [Command]
|
def :: [Command]
|
||||||
def = [notDirect $ command "reinject" (paramPair "SRC" "DEST") seek
|
def = [command "reinject" (paramPair "SRC" "DEST") seek
|
||||||
SectionUtility "sets content of annexed file"]
|
SectionUtility "sets content of annexed file"]
|
||||||
|
|
||||||
seek :: [CommandSeek]
|
seek :: [CommandSeek]
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -20,6 +20,7 @@ git-annex (5.20131121) UNRELEASED; urgency=low
|
||||||
* Android: Fix stripping of the git-annex binary.
|
* Android: Fix stripping of the git-annex binary.
|
||||||
* Android: Make terminal app show git-annex version number.
|
* Android: Make terminal app show git-annex version number.
|
||||||
* Android: Re-enable XMPP support.
|
* Android: Re-enable XMPP support.
|
||||||
|
* reinject: Allow to be used in direct mode.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Wed, 20 Nov 2013 18:30:47 -0400
|
-- Joey Hess <joeyh@debian.org> Wed, 20 Nov 2013 18:30:47 -0400
|
||||||
|
|
||||||
|
|
|
@ -16,3 +16,6 @@ Description: Ubuntu 12.04.2 LTS
|
||||||
Release: 12.04
|
Release: 12.04
|
||||||
Codename: precise
|
Codename: precise
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
|
> [[fixed|done]]. Why did I take so long to do this, it was a trivial 1
|
||||||
|
> word change! --[[Joey]]
|
||||||
|
|
Loading…
Reference in a new issue