aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/assume-unstaged.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tips/assume-unstaged.mdwn')
-rw-r--r--doc/tips/assume-unstaged.mdwn2
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.