PTU5KAS/kas
Jan Kiszka 76e7339fdb repos: Fix false positives when detecting dirty repos
This fixes a regression of 5b85fba0: diff-index is porcelain and seems
to lack some explicit refresh prior to being called. Therefore, it can
incorrectly detect files as being modified although a "git diff" will
not - and will actually also update the status so that the next
diff-index would be fine again.

Fix those false positives while still detecting also cached changes by
using git status -s instead.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2018-08-27 07:45:15 +02:00
..
__init__.py config: Added schema validation for configuration files 2017-10-13 14:11:10 +02:00
__main__.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
__version__.py Release 0.18.0 2018-05-17 13:12:10 +02:00
build.py Refactor repo checkout 2018-08-23 16:29:56 +02:00
config.py Refactor repo checkout 2018-08-23 16:29:56 +02:00
configschema.py build: Fix all style reports by pycodestyle v2.4.0 2018-05-17 13:00:26 +02:00
context.py config: Account for multiple ID_LIKE words in os-release 2018-08-23 16:53:25 +02:00
includehandler.py includehandler: Silence too-many-arguments pyling warning 2018-07-18 16:26:47 +02:00
kas.py kas: added version output when starting kas 2017-10-19 17:15:26 +02:00
libcmds.py Refactor repo checkout 2018-08-23 16:29:56 +02:00
libkas.py Refactor repo checkout 2018-08-23 16:29:56 +02:00
repos.py repos: Fix false positives when detecting dirty repos 2018-08-27 07:45:15 +02:00
shell.py Refactor repo checkout 2018-08-23 16:29:56 +02:00