Skip to content

Commit 71fc125

Browse files
committed
Add entry to Changes; update docs
1 parent 1f0fc32 commit 71fc125

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ changes:
1818
- Bug fixes for --json output
1919
- The value for --remote can now be tab completed
2020
- Replace legacy field 'watchers' to 'stargazers_count' in --json output
21+
- Add support for colored output
2122
---
2223
version: 0.1.5.12
2324
date: 2015-12-31

ReadMe.pod

+5
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,11 @@ is stale, you may want to try these options:
985985

986986
=back
987987

988+
=head1 Colors
989+
990+
You can have colored output. You can activate that by setting C<git hub config
991+
color auto>. It accepts the same values as C<git config color.ui> itself.
992+
988993
=head1 Examples
989994

990995
The following sections show lots of interesting ways to use C<git hub>. Let

man/man1/git-hub.1

+4-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
.\" ========================================================================
7272
.\"
7373
.IX Title "git-hub 1"
74-
.TH git-hub 1 "June 2016" "Generated by Swim v0.1.43" "The Git command for GitHub"
74+
.TH git-hub 1 "September 2016" "Generated by Swim v0.1.43" "The Git command for GitHub"
7575
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
7676
.\" way too many mistakes in technical documents.
7777
.if n .ad l
@@ -877,6 +877,9 @@ Set \f(CW\*(C`GIT_HUB_NO_CACHE=true\*(C'\fR to bypass the cache.
877877
Run \f(CW\*(C`git hub config no\-cache true\*(C'\fR to never use the cache.
878878
.IP "\(bu" 4
879879
Run \f(CW\*(C`git hub cache\-clear\*(C'\fR to erase all the cached values.
880+
.SH "Colors"
881+
.IX Header "Colors"
882+
You can have colored output. You can activate that by setting \f(CW\*(C`git hub config color auto\*(C'\fR. It accepts the same values as \f(CW\*(C`git config color.ui\*(C'\fR itself.
880883
.SH "Examples"
881884
.IX Header "Examples"
882885
The following sections show lots of interesting ways to use \f(CW\*(C`git hub\*(C'\fR. Let your imagination be your guide.

0 commit comments

Comments
 (0)