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

* Re: [PATCH] gittutorial: Add global color.ui
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Ciarrocchi @ 2009-04-13  7:03 UTC (permalink / raw)
  To: gitster, git

Hello,
AFAIK the below path has not been commented or applied.

Should I just wait or does it means that is not considered usefull?

Regards,
        Paolo

On 4/10/09, Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> 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	[flat|nested] 3+ messages in thread

* Re: [PATCH] gittutorial: Add global color.ui
  2009-04-13  7:03 ` Paolo Ciarrocchi
@ 2009-04-13  7:29   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2009-04-13  7:29 UTC (permalink / raw)
  To: Paolo Ciarrocchi; +Cc: git

Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> writes:

> Should I just wait or does it means that is not considered usefull?

I didn't find it useful myself.  Even though it is not the final word
around here, I didn't see anybody else agreeing that having color.ui at
the begining would improve the tutorial.

Many other things are probably as useful to have as color.ui there, if not
more, and we obviously do not want to list all the things some random
person found useful and extend the initial part of the tutorial to 100
pages before showing how to create the very first repository to a new
person.

So you have to do much better than just saying that you like color.ui.
You need to justify that it should trump all the other potentially useful
configurations and added there.

^ permalink raw reply	[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).