stable

Clone or download

Read-only

Export and import last git push information

this is part of request #11062 Git repository should be exportable Export and import a repository with commit In Git project repositories home page, last push should be displayed Change-Id: I6bb2b6f97057aacab77c1d20fd6348ee588617b7

Modified Files

Name
M plugins/git/include/GitXMLExporter.php +38 −7 Go to diff View file
M plugins/git/include/GitXmlImporter.class.php +38 −9 Go to diff View file
M plugins/git/include/gitPlugin.class.php +24 −15 Go to diff View file
M plugins/git/tests/GitXMLExporterTest.php +44 −1 Go to diff View file
M plugins/git/tests/GitXmlImporterTest.php +64 −2 Go to diff View file
M src/common/xml/resources/git-definition.rnc +20 −1 Go to diff View file
M src/common/xml/resources/project/git-definition.rng +45 −0 Go to diff View file