Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use copy and not inplace remove password + working case test | Michael Mercier | 2021-03-16 | 1 | -1/+4 |
| | |||||
* | Better assert message | Michael Mercier | 2021-03-12 | 1 | -2/+3 |
| | |||||
* | Use format instead of f-string | Michael Mercier | 2021-03-12 | 1 | -1/+1 |
| | |||||
* | Replace password in URI by stars if present + test | Michael Mercier | 2021-03-11 | 1 | -0/+11 |
| | |||||
* | git/repo/base.py: is_dirty(): Fix pathspec handling | Arnaud Patard | 2020-09-28 | 1 | -0/+14 |
| | | | | | | | | | | | | | 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') failed due to: exit code(128) cmdline: /usr/bin/git diff --abbrev=40 --full-index --raw :!foo stderr: 'fatal: ambiguous argument ':!foo': unknown revision or path not in the working tree. Add missing '--' to the arguments to fix this ambiguity Signed-off-by: Arnaud Patard <apatard@hupstream.com> | ||||
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -0/+1031 |
| | | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> | ||||
* | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 1 | -1031/+0 |
| | |||||
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -0/+1031 |
| | | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> | ||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -604/+0 |
| | | | | adjusted | ||||
* | Adjusted remaining usages of set_reference and set_commit to set a logmessage | Sebastian Thiel | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | Improved refparse error handling in case of out-of-bound indices | Sebastian Thiel | 2010-11-24 | 1 | -1/+8 |
| | |||||
* | repo.rev_parse: Added support for simple log parsing - dates are not yet ↵ | Sebastian Thiel | 2010-11-23 | 1 | -3/+20 |
| | | | | supported, mainly because I don't need it | ||||
* | Updated MANIFEST and setup to include fixtures. Adjusted includes in all ↵ | Sebastian Thiel | 2010-11-21 | 1 | -1/+1 |
| | | | | tests to work with the new directory structure | ||||
* | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel | 2010-11-21 | 1 | -0/+580 |