From 6dfae19b1b1535869fb4fb5ad2aba6ada24ddeef Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 27 Nov 2010 17:09:22 -0400 Subject: add --- Command/Copy.hs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Command/Copy.hs diff --git a/Command/Copy.hs b/Command/Copy.hs new file mode 100644 index 000000000..aa55731d9 --- /dev/null +++ b/Command/Copy.hs @@ -0,0 +1,15 @@ +{- git-annex command + - + - Copyright 2010 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. + -} + +module Command.Copy where + +import Command +import qualified Command.Move + +-- A copy is just a move that does not delete the source file. +seek :: [SubCmdSeek] +seek = [withFilesInGit $ Command.Move.start False] -- cgit v1.2.3