From 9d45e0b1796c87e4fda0d298f81b3215bbc5eb8a Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Tue, 3 Feb 2009 10:18:05 -0800 Subject: [PATCH] fixed a git doc link "linkto" => "linkgit" Pointed out by Rick Berry --- .../0_ Finding_Issues_Git_Blame.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown b/text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown index 57a695cb..5809a809 100644 --- a/text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown +++ b/text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown @@ -1,6 +1,6 @@ ## Finding Issues - Git Blame ## -The linkto:git-blame[1] command is really helpful for figuring out who changed +The linkgit:git-blame[1] command is really helpful for figuring out who changed which sections of a file. If you simple run 'git blame [filename]' you'll get an output of the entire file with the last commit sha, date and author for every line in the file.