Permalink
Browse files
credit where credit is due.
- Loading branch information...
Showing
with
10 additions
and
0 deletions.
-
+7
−0
bin/got
-
+3
−0
lib/App/GitGot/Outputter/light.pm
|
@@ -143,6 +143,13 @@ to limit operations to a subset of managed repositories; they also didn't deal |
|
|
well managing output. After lifting his interface (virtually wholesale) I
|
|
|
ended up with something that I thought was worth releasing.
|
|
|
|
|
|
+=item L<http://www.leancrew.com/all-this/2010/12/batch-comparison-of-git-repositories/>
|
|
|
+
|
|
|
+drdrang prodded me about making the color configuration more friendly to those
|
|
|
+that weren't dark backrgound terminal people. The colors in
|
|
|
+C<App::GitGot::Outputter::light> are based on a couple of patches that drdrang
|
|
|
+sent me.
|
|
|
+
|
|
|
=item L<The Wire|http://en.wikipedia.org/wiki/The_Wire>
|
|
|
|
|
|
=back
|
|
|
|
@@ -11,6 +11,9 @@ has 'color_error' => ( |
|
|
default => 'bold red'
|
|
|
);
|
|
|
|
|
|
+# Color choices by drdrang based on a conversation that started with
|
|
|
+# <http://www.leancrew.com/all-this/2010/12/batch-comparison-of-git-repositories/>
|
|
|
+
|
|
|
has 'color_warning' => (
|
|
|
is => 'ro' ,
|
|
|
isa => 'Str' ,
|
|
|
0 comments on commit
296a91c