Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMalformatted options #340
Closed
Malformatted options #340
Labels
Milestone
Comments
I totally agree and am not sure myself why it is implemented in that particular way. Changing the default might be a suitable fix (e.g. setting Would you like to submit a PR for this ? Chances are everything will just work fine after that, while fixing the issue. |
Well, the unit tests don't pass in my machine (tests py2.7 [ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using
git.Git
a lot for calling low levelgit
commands; for instance,git commit-tree
. In particular, I'm trying to use the-m
option, butGit.transform_kwargs()
convertsm='foo'
into-mfoo
, whichgit
rejects:I'm not sure if the current formatting is like so for any particular reason, and I found about the
split_single_char_options
argument, but there seems to be no way to control that via the API.