comment
This commit is contained in:
parent
e818494f57
commit
bd6e026e1c
2 changed files with 14 additions and 3 deletions
|
@ -14,9 +14,10 @@ file back how it was before the add.
|
|||
Note that for safety, the content of the file remains in the annex,
|
||||
until you use `git annex unused` and `git annex dropunused`.
|
||||
|
||||
This is not the command you should use if you intentionally annexed a
|
||||
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.
|
||||
This is not the command you should use if you intentionally added a
|
||||
file some time ago, 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.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2016-10-26T17:53:23Z"
|
||||
content="""
|
||||
The behavior your comment describes is only the case with v5
|
||||
repoitories in indirect mode. With v5 direct mode repositories and
|
||||
with the newer v6 repository format, `git annex unannex`
|
||||
is able to safely handle files that have been added and not committed yet.
|
||||
"""]]
|
Loading…
Reference in a new issue