-
Version Control API -- Git backend: May 25, 2012 19:37
Commit 738e64d on generic-reposync-follow-upby marvil07Issue #1546110: Reuse repo exec on default reposync plugin. It makes sense to have the logic in one place. This is an example of it: there was one check in one of the methods, but not in the other.
-
Version Control API -- Git backend: May 25, 2012 19:37
Commit 12cfa8e on generic-reposync-follow-upby marvil07Issue #1546110: Change logic related to default reposyn plugin. - Assing the right value to {versioncontrol_git_event_data}.ff, considering adding and removing refs as fast-forward. - Use and store commit hashes into {versioncontrol_git_event_data}.commits - Change a lot the logic inside the syncEvent method to accept (hopefully) all possible scenarios, including updating the code to use
-
Better error message on git_default reposync plugin.
-
Updating comments for adherence to coding standards.
-
Issue #1546110: Unify initialization of sync* methods for git_default reposync plugin.
-
Fixing an error so that a link is not accidentally checkpain()ed.
-
Issue #1549720, add hook_requirements and hook_enable implementations to check for the version of the git binary available.
-
Issue #484366: Improve and document the serverside git hook script provided as example.
-
Add a DEAD-simple post-receive, really just for testing purposes.
-
Issue #1497392: Fix passing by reference to reset().