We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347fe16 commit ef5d8f3Copy full SHA for ef5d8f3
test/test_helper/util.bash
@@ -13,9 +13,9 @@ set_env() {
13
14
# applying colors so ANSI color values will match
15
# FIXME: not everyone will have these set, so we need to test for that.
16
-git config color.diff.meta "yellow bold"
17
-git config color.diff.commit "green bold"
+git config color.diff.meta "227"
18
git config color.diff.frag "magenta bold"
+git config color.diff.commit "227 bold"
19
git config color.diff.old "red bold"
20
git config color.diff.new "green bold"
21
git config color.diff.whitespace "red reverse"
0 commit comments