This website requires JavaScript.
Explore
Help
Register
Sign In
internet
/
community.general
Watch
3
Star
0
Fork
0
You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced
2026-04-01 08:13:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
588d03db8d8593d8a10b730bab4afa10dc2b4e79
community.general
/
lib
/
ansible
/
modules
/
source_control
History
Michael Scherer
d357f309b5
Fix
#370
, by allowing to export over a existing repository
...
This requires to use force=True
2016-12-08 11:22:36 -05:00
..
__init__.py
package files
2016-12-08 11:22:22 -05:00
git.py
git fetch --tags overwrites normal fetching with git < 1.8.x so do a normal fetch followed by using the refspec format for fetching tags
2016-12-08 11:22:34 -05:00
hg.py
Fix a few bugs and misbehavior in the hg module: 1. Don't pull when
dest
is already at the desired changeset. 2. Don't change the working copy when cleaning or pulling and a revision was specified. 3. Change the default for the
revision
param to match the behavior of hg.
2016-12-08 11:22:36 -05:00
subversion.py
Fix
#370
, by allowing to export over a existing repository
2016-12-08 11:22:36 -05:00