libvcs icon indicating copy to clipboard operation
libvcs copied to clipboard

⚙️ Lite, typed, pythonic utilities for git, svn, mercurial, etc.

Results 52 libvcs issues
Sort by recently updated
recently updated
newest added

https://git-scm.com/docs/git-grep

needs PR
component:git
package:cmd

https://git-scm.com/docs/git-log

needs PR
component:git
package:cmd

https://git-scm.com/docs/git-ls-files

needs PR
component:git
package:cmd

needs PR
component:git
package:cmd

needs PR
component:git
package:cmd

needs PR
component:git
package:cmd

`no_=True/FalseNone` + `=True/False/None` to `flag=True/False` e.g. `no_refresh` + `refresh` -> `refresh=True/False/None`

needs PR
component:git
package:cmd

Settle on this for https://github.com/vcs-python/vcspull/pull/362 Should be a `dict` pass-through

package:projects

https://github.com/readthedocs/sphinx-autoapi/issues/202 https://github.com/aaugustin/websockets/blob/778a1ca6936ac67e7a3fe1bbe585db2eafeaa515/docs/conf.py#L100-L134

We need a way to return a list of objects. Should be: - Simplicity over performance - Not meant for speed. ~100 objects. - Iterable as a list through a...