diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-24 15:23:59 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-24 15:23:59 -0400 |
commit | 5c8727dea29d5266de481475495eb979038bfa5a (patch) | |
tree | 2362c6ba5cd464d1e44f6a08ef4d7d034b594c75 /doc/git-annex-forget.mdwn | |
parent | d17d5a77893ac01fc7c29f92447a3e85e3501d9f (diff) |
separated man pages for all the maintenance commands
Diffstat (limited to 'doc/git-annex-forget.mdwn')
-rw-r--r-- | doc/git-annex-forget.mdwn | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/git-annex-forget.mdwn b/doc/git-annex-forget.mdwn new file mode 100644 index 000000000..b5d428cfb --- /dev/null +++ b/doc/git-annex-forget.mdwn @@ -0,0 +1,37 @@ +# NAME + +git-annex forget - prune git-annex branch history + +# SYNOPSIS + +git annex forget + +# DESCRIPTION + +Causes the git-annex branch to be rewritten, throwing away historical +data about past locations of files. The resulting branch will use less +space, but `git annex log` will not be able to show where +files used to be located. + +When this rewritten branch is merged into other clones of +the repository, `git-annex` will automatically perform the same rewriting +to their local `git-annex` branches. So the forgetfulness will automatically +propagate out from its starting point until all repositories running +git-annex have forgotten their old history. (You may need to force +git to push the branch to any git repositories not running git-annex.) + +# OPTIONS + +* `--drop-dead` + + Also prune references to repositories that have been marked as dead. + +# SEE ALSO + +[[git-annex]](1) + +# AUTHOR + +Joey Hess <id@joeyh.name> + +Warning: Automatically converted into a man page by mdwn2man. Edit with care. |