All workflows
80 results
80 results
rename sublist to subset
Python package
#80:
Commit 60acfa5
pushed
by
Byron
Add venv to gitignore
Python package
#78:
Pull request #1064
opened
by
saroad2
Find paths ignored in .gitignore
Python package
#77:
Pull request #1063
synchronize
by
saroad2
Find paths ignored in .gitignore
Python package
#76:
Pull request #1063
synchronize
by
saroad2
Find paths ignored in .gitignore
Python package
#75:
Pull request #1063
opened
by
saroad2
git/repo/base.py: is_dirty(): Fix pathspec handling
It's possible to specify a pathspec (eg :!foo) to git diff/status/...
but it currently fails with:
git.exc.GitCommandError: Cmd('/usr/bin/git')...
Python package
#74:
Commit 624eb28
pushed
by
Byron
git/repo/base.py: is_dirty(): Fix pathspec handling
Python package
#73:
Pull request #1062
opened
by
apatard
Update release verification instructions as suggested in #1055
Python package
#70:
Commit 1759a78
pushed
by
Byron
Adjust signature key - please read if you verify installs/packages
After a recent 'cleanup' operation that attempted to simplify my
GPG key workflow with Yubikeys, it looks like my GPG installatio...
Python package
#69:
Commit eb411ee
pushed
by
Byron
Read conditional include
Python package
#66:
Pull request #1054
synchronize
by
buddly27
update contribution guidelines to be a little less concise and more polite
Python package
#65:
Commit fb7fd31
pushed
by
Byron
Read conditional include
Python package
#64:
Pull request #1054
synchronize
by
buddly27
Read conditional include
Python package
#63:
Pull request #1054
opened
by
buddly27
Accept datetime instances as dates
Python package
#60:
Pull request #1050
synchronize
by
mildsunrise
Accept datetime instances as dates
Python package
#59:
Pull request #1050
synchronize
by
mildsunrise
Accept datetime instances as dates
Python package
#58:
Pull request #1050
opened
by
mildsunrise
Ensure only fully matching symrefs are deleted
Deleting a symbolic ref with e.g. the name 'refs/remotes/origin/mas'
would also delete 'refs/remotes/origin/master' if the ref had to be
deleted from...
Python package
#57:
Commit 6ef3775
pushed
by
Byron
fix for extra back slashes for windows UNC paths
Python package
#56:
Pull request #1044
opened
by
HudsonMC16