diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00 <Jakukyo@web> | 2013-09-05 12:03:52 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-05 12:03:52 +0000 |
commit | f8ae384e1039ea8a96ac3a09c8b0000f9c3c48b2 (patch) | |
tree | 5ab15b0279a34b43bc7afadebb7da299a766cab1 /doc/tips | |
parent | 890bafef6e5b46dcf59f8095b29991171528ee00 (diff) |
markdown formatting
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 536772c89..63f5f820a 100644 --- a/doc/tips/assume-unstaged.mdwn +++ b/doc/tips/assume-unstaged.mdwn @@ -11,7 +11,7 @@ annoyingly slow, you can turn it on: git config core.ignoreStat true -When git mv and git rm are used, those changes *do* get noticed, even +When `git mv` and `git rm` are used, those changes *do* get noticed, even on assume-unchanged files. When new files are added, eg by `git annex add`, they are also noticed. |