[commits] Horde branch master updated. 45eed863e4449e9ca25d74ab78fc0704c8efdef4

Jan Schneider jan at horde.org
Fri Mar 23 13:27:11 UTC 2012


The branch "master" has been updated.
The following is a summary of the commits.

from: 47c46dbcfb3ae52e931d8a95edc8d213ad44384a

5ab29d5 Add tests for muli-line commit messages.
be06392 Throw exception on unknown log line format.
565b13b Fix test.
34800b5 [jan] Fix parsing multi-line commit messages.
45eed86 Explicitly test the multi-line logs, and test Log vs. QuickLog.

-----------------------------------------------------------------------

commit 5ab29d51ff81e120b5be6f17865f0b9aa32cd750
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 23 13:57:11 2012 +0100

    Add tests for muli-line commit messages.

 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |   28 +++--
 framework/Vcs/test/Horde/Vcs/GitTest.php                          |   29 +++--
 framework/Vcs/test/Horde/Vcs/RcsTest.php                          |   15 ++-
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |   19 ++--
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/history            |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v             |   24 ++++-
 .../repos/git/objects/00/750edc07d6415dcc07ae0351e9397b0222b7ba   |  Bin 0 -> 17 bytes
 .../repos/git/objects/42/8a3d1e55c4a65f26f78899d0e8358e7cefcf06   |  Bin 0 -> 184 bytes
 .../repos/git/objects/5d/80a296076df6e9d630e4fd8e4dd02e4bab4111   |  Bin 0 -> 115 bytes
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/master          |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1                      |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1,v                    |   23 +++-
 framework/Vcs/test/Horde/Vcs/repos/svn/db/current                 |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/svn/db/rep-cache.db            |  Bin 4096 -> 4096 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/4            |   17 +++
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/4                |  Bin 0 -> 509 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/txn-current             |    2 +-
 17 files changed, 118 insertions(+), 46 deletions(-)
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/00/750edc07d6415dcc07ae0351e9397b0222b7ba
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/42/8a3d1e55c4a65f26f78899d0e8358e7cefcf06
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/5d/80a296076df6e9d630e4fd8e4dd02e4bab4111
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/4
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/4

http://git.horde.org/horde-git/-/commit/5ab29d51ff81e120b5be6f17865f0b9aa32cd750

-----------------------------------------------------------------------

commit be06392afef3893caf1e18fe0fc836c0cb01e154
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 23 13:58:33 2012 +0100

    Throw exception on unknown log line format.

 framework/Vcs/lib/Horde/Vcs/Log/Git.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/be06392afef3893caf1e18fe0fc836c0cb01e154

-----------------------------------------------------------------------

commit 565b13b26b78f0e5abc362b839eb6d61f6b20dd1
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 23 14:10:44 2012 +0100

    Fix test.

 framework/Vcs/test/Horde/Vcs/GitTest.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/565b13b26b78f0e5abc362b839eb6d61f6b20dd1

-----------------------------------------------------------------------

commit 34800b594130d5640d501d679b6385d301a1c694
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 23 14:22:22 2012 +0100

    [jan] Fix parsing multi-line commit messages.

 framework/Vcs/lib/Horde/Vcs/File/Rcs.php     |    3 ++-
 framework/Vcs/lib/Horde/Vcs/Log/Git.php      |   11 ++++++++---
 framework/Vcs/lib/Horde/Vcs/QuickLog/Git.php |   11 ++++++++---
 framework/Vcs/package.xml                    |    2 +-
 4 files changed, 19 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/34800b594130d5640d501d679b6385d301a1c694

-----------------------------------------------------------------------

commit 45eed863e4449e9ca25d74ab78fc0704c8efdef4
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 23 14:26:17 2012 +0100

    Explicitly test the multi-line logs, and test Log vs. QuickLog.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |    7 +++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |    7 +++++++
 framework/Vcs/test/Horde/Vcs/RcsTest.php |    7 +++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |    7 +++++++
 4 files changed, 28 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/45eed863e4449e9ca25d74ab78fc0704c8efdef4




More information about the commits mailing list