From 5551495d632a34f98e5389fb078b0bdfff20c779 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00" Date: Thu, 5 Sep 2013 12:03:52 +0000 Subject: [PATCH] markdown formatting --- doc/tips/assume-unstaged.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/assume-unstaged.mdwn b/doc/tips/assume-unstaged.mdwn index 536772c893..63f5f820a5 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.