Skip to content

Conversation

@StyXman
Copy link
Contributor

…ents for the executable.

So git.Git.command(f=42) becomes git command -f 42 instead of git command -f42, which is not recognized by git. See #340.

@StyXmanStyXman mentioned this pull request Aug 19, 2015
@ByronByron added this to the v1.0.2 - Fixes milestone Aug 21, 2015
@Byron
Copy link
Member

Thank you !

Please note that the tests require some runup on the local repository, what's done exactly can be seen in the .travis.yml file.

Byron added a commit that referenced this pull request Aug 21, 2015
fix(cmd): make short options with arguments become two separate argum…
@ByronByron merged commit 1d768f6 into gitpython-developers:masterAug 21, 2015
@ByronByron mentioned this pull request Feb 27, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@StyXman@Byron@Shrews