From 2575b8a597d3febb0088d02fb64214c3dbd5fd57 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Mon, 16 May 2011 10:23:11 -0700 Subject: bring documentation in line with new styles --- _posts/2009-06-20-git-email-settings.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2009-06-20-git-email-settings.markdown') diff --git a/_posts/2009-06-20-git-email-settings.markdown b/_posts/2009-06-20-git-email-settings.markdown index 462fd5f..e29eec5 100644 --- a/_posts/2009-06-20-git-email-settings.markdown +++ b/_posts/2009-06-20-git-email-settings.markdown @@ -5,8 +5,8 @@ description: Configure your local git installation so that commits are linked to categories: troubleshooting popular --- -This guide covers basic git settings you should set before making any commits. +

This guide covers basic git settings you should set before making any commits.

-Please note that config changes will only affect future commits. Existing commits will retain the info they were committed with. Also, the environment variables `GIT_COMMITTER_NAME`, `GIT_COMMITTER_EMAIL`, `GIT_AUTHOR_NAME` and `GIT_AUTHOR_EMAIL` will override git-config settings if they are defined. +

Please note that config changes will only affect future commits. Existing commits will retain the info they were committed with. Also, the environment variables GIT_COMMITTER_NAME, GIT_COMMITTER_EMAIL, GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL will override git-config settings if they are defined.

{% include email_setup.markdown %} -- cgit v1.3.1