diff options
author | http://www.openid.albertlash.com/openid/ <http://www.openid.albertlash.com/openid/@web> | 2012-10-24 15:54:07 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-10-24 15:54:07 +0000 |
commit | f7f37c7b8b373664721d0662d7569874ec82d4c6 (patch) | |
tree | 499d52e7654998c7e3e3196bedb2921fe4270e3d /doc/tips | |
parent | dfdb31087c0cbd8dc107cc455439d4908ebc9527 (diff) |
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/assume-unstaged.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/assume-unstaged.mdwn b/doc/tips/assume-unstaged.mdwn index ef74d9bd4..536772c89 100644 --- a/doc/tips/assume-unstaged.mdwn +++ b/doc/tips/assume-unstaged.mdwn @@ -5,7 +5,7 @@ up `git status` and stuff by not statting the whole tree looking for changed files. This feature works quite well with git-annex. Especially because git -annex's files are immutable, so arn't going to change out from under it, +annex's files are immutable, so aren't going to change out from under it, this is a nice fit. If you have a very large tree and `git status` is annoyingly slow, you can turn it on: |