Files
community.general/library
Stephen Fromm b694b9a66e Fixes for get_remote_head in git module
See issue #2471

This fixes get_remote_head() to be smarter about how to check remote
head.  It checks if it is a remote branch or tag and then checks for the
remote object id associated with it.  If it is sha1, get_remote_head()
returns it as-is since there doesn't appear to be a way to check a
remote repository for a specific object/sha1.  is_remote_tag() is added
to help out the new functionalit in get_remote_head().

In main(), if check_mode is true and version is a sha1, the module now
checks to see if the object is present.
2013-03-20 14:28:06 -07:00
..
2013-03-13 18:21:16 -04:00
2013-02-27 12:23:35 -08:00
2013-02-17 19:48:02 -05:00
2013-01-13 11:24:21 -08:00
2012-11-21 18:49:30 +01:00
2013-03-17 23:17:56 -04:00
2013-03-20 14:28:06 -07:00
2012-10-29 13:10:23 +01:00
2013-03-16 21:52:51 -04:00
2013-02-19 11:33:38 +01:00
2013-02-17 19:48:02 -05:00
2013-03-06 15:32:01 +01:00
2013-01-13 11:24:21 -08:00
2013-02-20 15:17:49 +01:00
2013-02-17 15:01:49 -05:00
2013-03-16 11:18:43 +00:00
2013-02-27 12:23:35 -08:00
2012-11-21 18:49:30 +01:00
2013-02-27 12:23:35 -08:00
2013-03-17 23:16:45 -04:00
2013-03-15 22:51:21 -04:00
2013-02-28 18:04:25 -08:00
2012-11-27 11:18:46 -05:00
2013-02-22 15:01:18 +01:00