Skip to content

Commit 96810b2

Browse files
authored
refactor(cmd.git): Command fixes, add git config (#360)
2 parents 9c9af0b + 66259f1 commit 96810b2

File tree

2 files changed

+245
-39
lines changed

2 files changed

+245
-39
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ $ pip install --user --upgrade --pre libvcs
2828
- {meth}`libvcs.cmd.git.Git.reset`
2929
- {meth}`libvcs.cmd.git.Git.checkout`
3030
- {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`
3140

3241
### Internals
3342

0 commit comments

Comments
 (0)