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 a45808b commit 66259f1Copy full SHA for 66259f1
CHANGES
@@ -28,6 +28,15 @@ $ pip install --user --upgrade --pre libvcs
28
- {meth}`libvcs.cmd.git.Git.reset`
29
- {meth}`libvcs.cmd.git.Git.checkout`
30
- {meth}`libvcs.cmd.git.Git.status`
31
+ - {meth}`libvcs.cmd.git.Git.config` via {issue}`360`
32
+
33
+- **Command**: Now support `-C` (which accepts `.git` dirs, see git's manual) in addition to `cwd`
34
+ (subprocess-passthrough), {issue}`360`
35
36
+### Bug fixes
37
38
+- Fix argument input for git commands, e.g. `git config --get color.diff` would not properly
39
+ pass-through to subprocess. {issue}`360`
40
41
### Internals
42
0 commit comments