ardevd / gitwrap

Windows Wrapper for Linux git executable
MIT License
77 stars 9 forks source link

feature request: command option --setGitOptions #24

Open ElTopo opened 5 years ago

ElTopo commented 5 years ago

Somehow gitwrap or cmd console don't handle colors correctly, see the difference between "wsl git" and gitwrap: screenshot - 2_9_2019 5_35_33 pm

Anyway, can we have a new command option for gitwrap: --setGitOptions? like, if I do

gitwrap --setGitOptions "-c color.ui=never --no-pager"

then gitwrap will always run git with -c color.ui=never --no-pager, instead of just git.

Android Studio does not work if I configure git as "gitwarp -c color.ui=never".

ardevd commented 5 years ago

Sure! That's a great idea :) thanks for the suggestion.