Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
for proper markdown processing
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Aug 9, 2009
1 parent 075648e commit ad17eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/07-customizing-git/01-chapter7.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ When that value is set, Git colors its output if the output goes to a terminal.

You’ll rarely want `color.ui = always`. In most scenarios, if you want color codes in your redirected output, you can instead pass a `--color` flag to the Git command to force it to use color codes. The `color.ui = true` setting is almost always what you’ll want to use.

#### color.* ####
#### `color.*` ####

If you want to be more specific about which commands are colored and how, or you have an older version, Git provides verb-specific coloring settings. Each of these can be set to `true`, `false`, or `always`:

Expand Down

0 comments on commit ad17eab

Please sign in to comment.