diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-22 17:18:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-22 17:18:53 -0400 |
commit | 82a188fcee59067a389e59fd5c30eabd1ef7ac03 (patch) | |
tree | 5960bc7e6bd578e6873a8e90bed9c58d86b4554b /doc/git-annex.mdwn | |
parent | 2ae8b1701203e6f977cf6d1d7f53db1c01222aee (diff) |
rmurl: New command, removes one of the recorded urls for a file.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 1c2247654..05ca4474a 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -168,6 +168,10 @@ subdirectories). alternate locations from which the file can be downloaded. In this mode, addurl can be used both to add new files, or to add urls to existing files. +* rmurl file url + + Record that the file is no longer available at the url. + * import [path ...] Moves files from somewhere outside the git working copy, and adds them to |