git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gittutorial: Add global color.ui
@ 2009-04-10 12:16 Paolo Ciarrocchi
  2009-04-13  7:03 ` Paolo Ciarrocchi
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Ciarrocchi @ 2009-04-10 12:16 UTC (permalink / raw)
  To: gitster, git

I consider color.ui so important that I think it deserves to be mentioned in the gittutorial document.
Patch is against pu.

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
---
 Documentation/gittutorial.txt |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index c5d5596..6748fda 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/gittutorial.txt
@@ -44,6 +44,14 @@ $ git config --global user.name "Your Name Comes Here"
 $ git config --global user.email you@yourdomain.example.com
 ------------------------------------------------
 
+This will make prettier the output of certain commands such as `git diff`
+and `git branch`:
+
+------------------------------------------------
+$ git config --global color.ui auto
+------------------------------------------------
+
+
 
 Importing a new project
 -----------------------
-- 
1.6.2.2.485.ge37347

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-13  7:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-10 12:16 [PATCH] gittutorial: Add global color.ui Paolo Ciarrocchi
2009-04-13  7:03 ` Paolo Ciarrocchi
2009-04-13  7:29   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).