diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-04 16:06:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-04 16:06:28 -0400 |
commit | 22a4f5b348c72a07fac99786613f6efc2eeb3b17 (patch) | |
tree | 7869cbb571564f13d884c10f4778d818aae7daf0 /doc | |
parent | 5beb6bc76fb3edbc28c238eb9596fc828aa49bfc (diff) |
unannex: In --fast mode, file content is left in the annex, and a hard link made to it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index c45088748..dfb23f5f2 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -239,6 +239,9 @@ Many git-annex commands will stage changes for later `git commit` by you. file and don't want its contents any more. In that case you should use `git annex drop` instead, and you can also `git rm` the file. + In --fast mode, this command leaves content in the annex, simply making + a hard link to it. + * uninit Use this to stop using git annex. It will unannex every file in the |