We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cmd.git
git config
2 parents 9c9af0b + 66259f1 commit 96810b2Copy full SHA for 96810b2
2 files changed
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