1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/source_control
Toshio Kuratomi f8f84f0491 Since we screenscrape output from git to tell us information we need to use the C locale when running commands.
Using another locale would mean that we get information that may have
the strings that we are looking for.

Fixes #2449
Fixes #2462
2016-12-08 11:24:03 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
git.py Since we screenscrape output from git to tell us information we need to use the C locale when running commands. 2016-12-08 11:24:03 -05:00
hg.py hg: discard changes without changing the current revision 2016-12-08 11:23:57 -05:00
subversion.py fixing issue with subversion module whereby the module was reporting local modifications being present when externals were being used 2016-12-08 11:23:41 -05:00