Skip to content

Commit 66259f1

Browse files
committed
docs(CHANGES): Note PR changes
1 parent a45808b commit 66259f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
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)