Bläddra i källkod

[#1675] Disable color in git log command

pull/1676/head
Juan Facorro 7 år sedan
förälder
incheckning
5fe44046f7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/rebar_git_resource.erl

+ 1
- 1
src/rebar_git_resource.erl Visa fil

@ -261,7 +261,7 @@ get_patch_count(Dir, RawRef) ->
parse_tags(Dir) ->
%% Don't abort on error, we want the bad return to be turned into 0.0.0
case rebar_utils:sh("git log --oneline --no-walk --tags --decorate",
case rebar_utils:sh("git -c color.ui=false log --oneline --no-walk --tags --decorate",
[{use_stdout, false}, return_on_error, {cd, Dir}]) of
{error, _} ->
{undefined, "0.0.0"};

Laddar…
Avbryt
Spara