[commits] Horde branch master updated. 0e0b5183d2b7256a019ac822767d46bd827102d0

Jan Schneider jan at horde.org
Mon Dec 5 10:16:56 UTC 2011


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

from: 11f95da7303fa3d2e6a7adcca21d3b3dda915433

3a29504 Add tests for isValidRevision().
4690cab Fix isValidRevision() checks.
bcfd0cc Rename base object methods.
294b29e Make sourceroot a public property.
13c73f7 Bump cache version.
f066086 Rename methods.
004667a Rename methods.
3555bdb Add new revisions to each branch.
82d4c5a Add a tag.
3a403c4 phpdoc
f66f1bb Move some stuff back from Cvs classes to Rcs classes.
2866acf Add File tests. Most of this isn't working as expected.
1c20950 Fix incorrect usage of getFullPath().
76318f6 getFullPath() is only required for RCS/CVS, move it there.
6abb71e Remove unused method.
715775f These methods are the same in all drivers.
0b82c75 Fix RCS/CVS implementation of getPreviousRevision().
6757512 No longer necessary.
b92d29a version -> revision
c8895f8 Rename method.
70abbbb Fix getRevision() for Git.
b7fae9c Fix getPreviousRevision() and retrieving revisions lists.
c000115 Create a proc_open() wrapper for calling git commands.
0d2bca7 Don't use assertCount() so that it still works with PHPUnit 3.5.
acdda88 Close pipe.
ded1c63 Use runCommand() in File class.
31999be Fix object.
ce58fda Implement getSymbolicRevisions in Git driver.
a29a6b0 Rename getSymbolicRevisions() -> getTags().
870a6f2 Those test are working fine now.
83d13d2 Svn does indeed not support branches.
0b2324b Same for tags, unsupported.
c07d7f1 Test subdirectory too.
36bcc7c Throw exeception on non-existant file, don't try Attic/ in RCS.
63c3970 Horde_Vcs_Log_* should not be used outside of Horde_Vcs.
21a3435 getLogs() -> getLog().
a87bb38 Skip this test.
07c7fb6 Make $_logs protected.
7431141 Rename methods.
4c74718 Add log test.
fbe22b6 Always retrieve all revisions of all branches.
ea9eaeb Fix getFiles().
9cc6c2f getBranch() works now.
624dc77 Fix getBranch() in CVS too.
d19cb35 Use --root argument to generate correct stats for initial commits.
f3444ce Add tests for more log entries.
353a785 Instantiate file object.
c34b74e Fix menu entry encoding.
4c1e003 Fix checkout().
69abd23 Re-add Horde_Vcs_Patchset as a constants container.
0e0b518 Merge branch 'horde_vcs-tests'

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

commit 3a295045f0fcb78e117af911437210e9bdeeaaf2
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:04:16 2011 +0100

    Add tests for isValidRevision().

 framework/Vcs/test/Horde/Vcs/CvsTest.php |    8 ++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |    9 +++++++++
 framework/Vcs/test/Horde/Vcs/RcsTest.php |    8 ++++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   10 ++++++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/3a295045f0fcb78e117af911437210e9bdeeaaf2

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

commit 4690cab2910ae77787f260cab155c18ec3b4e5f6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:04:36 2011 +0100

    Fix isValidRevision() checks.

 framework/Vcs/lib/Horde/Vcs/Base.php |    9 +++------
 framework/Vcs/lib/Horde/Vcs/Rcs.php  |    2 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php  |    2 +-
 3 files changed, 5 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/4690cab2910ae77787f260cab155c18ec3b4e5f6

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

commit bcfd0ccfd96db38cba1fa294652fb670792222a6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:08:19 2011 +0100

    Rename base object methods.

 chora/annotate.php                            |    2 +-
 chora/browsedir.php                           |    2 +-
 chora/browsefile.php                          |    2 +-
 chora/co.php                                  |    2 +-
 chora/commit.php                              |    2 +-
 chora/diff.php                                |    2 +-
 chora/history.php                             |    2 +-
 chora/patchsets.php                           |    2 +-
 chora/templates/patchsets/ps_single.inc       |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php          |    8 ++++----
 framework/Vcs/lib/Horde/Vcs/Cvs.php           |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Directory/Git.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Svn.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php      |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Git.php      |    4 ++--
 framework/Vcs/lib/Horde/Vcs/File/Svn.php      |    2 +-
 framework/Vcs/lib/Horde/Vcs/Git.php           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php  |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php  |    2 +-
 framework/Vcs/test/Horde/Vcs/CvsTest.php      |   12 ++++++------
 framework/Vcs/test/Horde/Vcs/GitTest.php      |   10 +++++-----
 framework/Vcs/test/Horde/Vcs/RcsTest.php      |    8 ++++----
 framework/Vcs/test/Horde/Vcs/SvnTest.php      |   10 +++++-----
 24 files changed, 46 insertions(+), 46 deletions(-)

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

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

commit 294b29eba5720b600fec01817b8af6497c229145
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:13:23 2011 +0100

    Make sourceroot a public property.

 chora/cvsgraph.php                            |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php          |   20 +++++---------------
 framework/Vcs/lib/Horde/Vcs/Cvs.php           |    8 ++++----
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Directory/Svn.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php     |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php      |    2 +-
 framework/Vcs/lib/Horde/Vcs/Git.php           |   10 +++++-----
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php  |    4 ++--
 9 files changed, 22 insertions(+), 32 deletions(-)

http://git.horde.org/horde-git/-/commit/294b29eba5720b600fec01817b8af6497c229145

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

commit 13c73f7a7eabee940ce3008d3e918af713103f8d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:14:10 2011 +0100

    Bump cache version.

 framework/Vcs/lib/Horde/Vcs/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/13c73f7a7eabee940ce3008d3e918af713103f8d

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

commit f0660864a0d8a0c450da87dab55a5f92709306ff
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:17:48 2011 +0100

    Rename methods.

 chora/browsedir.php                            |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php  |    4 ++--
 framework/Vcs/test/Horde/Vcs/CvsTest.php       |   10 +++++-----
 framework/Vcs/test/Horde/Vcs/GitTest.php       |    6 +++---
 framework/Vcs/test/Horde/Vcs/RcsTest.php       |    4 ++--
 framework/Vcs/test/Horde/Vcs/SvnTest.php       |    6 +++---
 7 files changed, 19 insertions(+), 19 deletions(-)

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

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

commit 004667a82f19165ce05b70e849b79fb2f972a264
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:27:49 2011 +0100

    Rename methods.

 chora/annotate.php                             |    4 +-
 chora/app/views/_logMessage.html.php           |    4 +-
 chora/app/views/diff/diff.html.php             |    2 +-
 chora/browsedir.php                            |   10 ++--
 chora/browsefile.php                           |   10 ++--
 chora/co.php                                   |   10 ++--
 chora/diff.php                                 |    4 +-
 chora/lib/Readme/Collection.php                |    8 ++--
 chora/lib/Renderer/File/Html.php               |    4 +-
 chora/stats.php                                |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Cvs.php            |    4 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php |   12 +++---
 framework/Vcs/lib/Horde/Vcs/File/Base.php      |   48 +++++++++++++++---------
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php       |   16 ++++----
 framework/Vcs/lib/Horde/Vcs/File/Git.php       |   30 +++++++-------
 framework/Vcs/lib/Horde/Vcs/File/Svn.php       |    6 +-
 framework/Vcs/lib/Horde/Vcs/Git.php            |    8 ++--
 framework/Vcs/lib/Horde/Vcs/Log/Base.php       |    4 +-
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php        |    4 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php   |    4 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php            |    6 +-
 framework/Vcs/test/Horde/Vcs/GitTest.php       |    2 +-
 23 files changed, 108 insertions(+), 96 deletions(-)

http://git.horde.org/horde-git/-/commit/004667a82f19165ce05b70e849b79fb2f972a264

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

commit 3555bdba7fd969fc1d194663b9e40476283ba1e1
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 17:07:00 2011 +0100

    Add new revisions to each branch.

 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/history            |    4 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v             |   43 ++++-
 .../repos/git/objects/0c/fbf08886fca9a91cb753ec8734c84fcbe52c9f   |  Bin 0 -> 17 bytes
 .../repos/git/objects/16/0a468250615b713a7e33d34243530afc4682a9   |  Bin 0 -> 176 bytes
 .../repos/git/objects/b0/fa05e15a6314a4e8db03a767c4c18bb236b7a5   |  Bin 0 -> 81 bytes
 .../repos/git/objects/da/46ee2e478c6d3a9963eaafcd8f43e83d630526   |    2 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/branch1         |    2 +-
 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                    |   20 ++-
 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/2            |   13 ++
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/2                |  Bin 0 -> 472 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/txn-current             |    2 +-
 15 files changed, 82 insertions(+), 10 deletions(-)
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/0c/fbf08886fca9a91cb753ec8734c84fcbe52c9f
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/16/0a468250615b713a7e33d34243530afc4682a9
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/b0/fa05e15a6314a4e8db03a767c4c18bb236b7a5
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/da/46ee2e478c6d3a9963eaafcd8f43e83d630526
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/2
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/2

http://git.horde.org/horde-git/-/commit/3555bdba7fd969fc1d194663b9e40476283ba1e1

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

commit 82d4c5ab4f78cf6b8a43345a7eb010c63b27f8ec
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 17:27:26 2011 +0100

    Add a tag.

 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/val-tags      |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/dir1/file1_1,v |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v        |    1 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/tags/tag1        |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/refs/tags/tag1

http://git.horde.org/horde-git/-/commit/82d4c5ab4f78cf6b8a43345a7eb010c63b27f8ec

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

commit 3a403c444fdbbac710a3e38ec250f101081d337e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 19:02:53 2011 +0100

    phpdoc

 framework/Vcs/lib/Horde/Vcs/File/Base.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/3a403c444fdbbac710a3e38ec250f101081d337e

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

commit f66f1bb6063ded9531f7d65acebfe093ea7ee4f4
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 19:04:05 2011 +0100

    Move some stuff back from Cvs classes to Rcs classes.

 framework/Vcs/lib/Horde/Vcs/Cvs.php      |   19 ---
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php |  202 +-----------------------------
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php |  203 ++++++++++++++++++++++++++++++
 framework/Vcs/lib/Horde/Vcs/Log/Base.php |    2 +
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php  |   73 +-----------
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php  |   70 ++++++++++
 framework/Vcs/lib/Horde/Vcs/Rcs.php      |   19 +++
 7 files changed, 296 insertions(+), 292 deletions(-)

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

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

commit 2866acf8c5e3dbf6afeaca0713c577a5a0c5b436
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 19:04:53 2011 +0100

    Add File tests. Most of this isn't working as expected.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |   63 ++++++++++++++++++++++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |   66 +++++++++++++++++++++++++++++-
 framework/Vcs/test/Horde/Vcs/RcsTest.php |   39 +++++++++++++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   56 +++++++++++++++++++++++++
 4 files changed, 223 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2866acf8c5e3dbf6afeaca0713c577a5a0c5b436

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

commit 1c209504b987fc5b21e806f5b1c1a1177a94c960
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 19:08:02 2011 +0100

    Fix incorrect usage of getFullPath().

 framework/Vcs/lib/Horde/Vcs/File/Svn.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php      |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/1c209504b987fc5b21e806f5b1c1a1177a94c960

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

commit 76318f63b8ecdd0bb25c82bca029095d9bda8cba
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:24:12 2011 +0100

    getFullPath() is only required for RCS/CVS, move it there.

 framework/Vcs/lib/Horde/Vcs/Cvs.php       |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php |   17 +++++------------
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |   13 +++++++++----
 framework/Vcs/lib/Horde/Vcs/Rcs.php       |   10 +++-------
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    6 +++---
 framework/Vcs/test/Horde/Vcs/GitTest.php  |    3 ---
 framework/Vcs/test/Horde/Vcs/RcsTest.php  |    4 ++--
 framework/Vcs/test/Horde/Vcs/SvnTest.php  |    3 ---
 8 files changed, 23 insertions(+), 35 deletions(-)

http://git.horde.org/horde-git/-/commit/76318f63b8ecdd0bb25c82bca029095d9bda8cba

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

commit 6abb71e263b1979d523f625912a250f3456f7022
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:26:12 2011 +0100

    Remove unused method.

 framework/Vcs/lib/Horde/Vcs/File/Base.php |   10 ----------
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    3 ---
 framework/Vcs/test/Horde/Vcs/GitTest.php  |    3 ---
 framework/Vcs/test/Horde/Vcs/RcsTest.php  |    2 --
 framework/Vcs/test/Horde/Vcs/SvnTest.php  |    3 ---
 5 files changed, 0 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/6abb71e263b1979d523f625912a250f3456f7022

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

commit 715775f5480b29097d5d68b15192105a07f460ce
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:32:26 2011 +0100

    These methods are the same in all drivers.

 framework/Vcs/lib/Horde/Vcs/File/Base.php |   31 ++++++++++++++++++++++------
 framework/Vcs/lib/Horde/Vcs/File/Git.php  |   19 -----------------
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |   18 ----------------
 framework/Vcs/lib/Horde/Vcs/File/Svn.php  |   19 -----------------
 4 files changed, 24 insertions(+), 63 deletions(-)

http://git.horde.org/horde-git/-/commit/715775f5480b29097d5d68b15192105a07f460ce

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

commit 0b82c75df6f75c54eeef4112de0d0cfda77a1d85
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:45:55 2011 +0100

    Fix RCS/CVS implementation of getPreviousRevision().

 framework/Vcs/lib/Horde/Vcs/File/Base.php |    6 +++++-
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |   14 ++++++++++++++
 framework/Vcs/lib/Horde/Vcs/File/Svn.php  |   14 ++++++++++++++
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    2 +-
 4 files changed, 34 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/0b82c75df6f75c54eeef4112de0d0cfda77a1d85

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

commit 67575121a7334f8510139b6e7c3d09190d8b595c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:47:08 2011 +0100

    No longer necessary.

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

http://git.horde.org/horde-git/-/commit/67575121a7334f8510139b6e7c3d09190d8b595c

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

commit b92d29aaaf7ceb6d42217b2b803b6fb7a3836226
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:52:09 2011 +0100

    version -> revision

 framework/Vcs/lib/Horde/Vcs/File/Base.php |    6 +++---
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |    6 +++---
 framework/Vcs/lib/Horde/Vcs/File/Svn.php  |    8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

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

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

commit c8895f8c6872f7308db027a81c6aa291ab51fccc
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:52:19 2011 +0100

    Rename method.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |    8 ++++++--
 framework/Vcs/lib/Horde/Vcs/Log/Git.php  |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

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

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

commit 70abbbb1e3f167b5b1492e2a1d578d3022f2e2ac
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 22:05:47 2011 +0100

    Fix getRevision() for Git.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   21 +++++++++++++++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/70abbbb1e3f167b5b1492e2a1d578d3022f2e2ac

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

commit b7fae9c305e31a96fcc45388190d7efa8a845670
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 18:59:13 2011 +0100

    Fix getPreviousRevision() and retrieving revisions lists.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   60 ++++++++++++++++++++++++++----
 framework/Vcs/test/Horde/Vcs/GitTest.php |   35 ++++++++++++++---
 2 files changed, 80 insertions(+), 15 deletions(-)

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

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

commit c000115f6183f8f2545e54628428e4b365d8cec1
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 19:14:27 2011 +0100

    Create a proc_open() wrapper for calling git commands.
    
    Should probably be used for other commands too.

 framework/Vcs/lib/Horde/Vcs/Directory/Git.php |   20 ++++------------
 framework/Vcs/lib/Horde/Vcs/Git.php           |   31 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 15 deletions(-)

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

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

commit 0d2bca7cb424c2325db66bc704861be0cce9840f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 22:54:02 2011 +0100

    Don't use assertCount() so that it still works with PHPUnit 3.5.

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

http://git.horde.org/horde-git/-/commit/0d2bca7cb424c2325db66bc704861be0cce9840f

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

commit acdda88d1e83731b9ce2d6e08aadc4238784dcff
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 23:34:21 2011 +0100

    Close pipe.

 framework/Vcs/lib/Horde/Vcs/Directory/Git.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Git.php           |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

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

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

commit ded1c63c80522c2a4dd359c516a69123d7ed7a63
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 23:34:43 2011 +0100

    Use runCommand() in File class.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   57 ++++++++++++++++--------------
 framework/Vcs/test/Horde/Vcs/GitTest.php |    1 +
 2 files changed, 31 insertions(+), 27 deletions(-)

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

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

commit 31999befb484c30709e16b574553907181077690
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 30 19:37:56 2011 +0100

    Fix object.

 framework/Vcs/lib/Horde/Vcs/Svn.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/31999befb484c30709e16b574553907181077690

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

commit ce58fdaaceb59e93fdbe51a4a514ddcbff328a8c
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:23:54 2011 +0100

    Implement getSymbolicRevisions in Git driver.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   21 ++++++++++++++++++++-
 framework/Vcs/test/Horde/Vcs/GitTest.php |    8 ++++----
 2 files changed, 24 insertions(+), 5 deletions(-)

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

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

commit a29a6b095bfccfcc6f0b3f2e99060840078b6eba
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:25:11 2011 +0100

    Rename getSymbolicRevisions() -> getTags().

 chora/browsefile.php                      |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php  |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Git.php  |    2 +-
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    6 +++---
 framework/Vcs/test/Horde/Vcs/GitTest.php  |    6 +++---
 framework/Vcs/test/Horde/Vcs/RcsTest.php  |    4 ++--
 framework/Vcs/test/Horde/Vcs/SvnTest.php  |    6 +++---
 8 files changed, 15 insertions(+), 15 deletions(-)

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

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

commit 870a6f2eb83b89c36c528903a782ecf989a2ef95
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:27:35 2011 +0100

    Those test are working fine now.

 framework/Vcs/test/Horde/Vcs/SvnTest.php |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/870a6f2eb83b89c36c528903a782ecf989a2ef95

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

commit 83d13d226bd51439a3d400e7ad861ca17c4c356e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:28:32 2011 +0100

    Svn does indeed not support branches.
    
    Those are just directories in the same repository.

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

http://git.horde.org/horde-git/-/commit/83d13d226bd51439a3d400e7ad861ca17c4c356e

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

commit 0b2324b1e647c885ac3055416c7270d7943c8ad3
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:29:20 2011 +0100

    Same for tags, unsupported.

 framework/Vcs/test/Horde/Vcs/SvnTest.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/0b2324b1e647c885ac3055416c7270d7943c8ad3

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

commit c07d7f1c6a9a2403f0d0b98cde580f33e34851ec
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:55:18 2011 +0100

    Test subdirectory too.

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

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

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

commit 36bcc7ca49f110bcf66494fd4302ba0d3643d3c7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 19:00:32 2011 +0100

    Throw exeception on non-existant file, don't try Attic/ in RCS.

 framework/Vcs/lib/Horde/Vcs/Cvs.php      |   20 ++++++++++++++++++++
 framework/Vcs/lib/Horde/Vcs/Rcs.php      |    6 ++----
 framework/Vcs/test/Horde/Vcs/CvsTest.php |    9 ++++++---
 framework/Vcs/test/Horde/Vcs/RcsTest.php |    9 ++++++---
 4 files changed, 34 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/36bcc7ca49f110bcf66494fd4302ba0d3643d3c7

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

commit 63c3970ba904a896721b7b7ce144038c94bb1d59
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 20:47:44 2011 +0100

    Horde_Vcs_Log_* should not be used outside of Horde_Vcs.
    
    It's only being used inside Horde_Vcs_File, so move the instantiation there.
    Using the log classes directly causes an infinite loop because of circular
    dependencies with the file classes.

 framework/Vcs/lib/Horde/Vcs/Base.php      |   31 -----------------------
 framework/Vcs/lib/Horde/Vcs/File/Base.php |   39 ++++++++++++++++++++++++++++-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php  |    7 +++++
 framework/Vcs/lib/Horde/Vcs/File/Git.php  |   11 ++++++-
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |    9 ++++++-
 framework/Vcs/lib/Horde/Vcs/File/Svn.php  |    9 ++++++-
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    6 ----
 framework/Vcs/test/Horde/Vcs/GitTest.php  |    6 ----
 framework/Vcs/test/Horde/Vcs/RcsTest.php  |    6 ----
 framework/Vcs/test/Horde/Vcs/SvnTest.php  |    6 ----
 10 files changed, 70 insertions(+), 60 deletions(-)

http://git.horde.org/horde-git/-/commit/63c3970ba904a896721b7b7ce144038c94bb1d59

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

commit 21a3435578d6f9f8c5e3983070e53c5403ebe465
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 20:58:23 2011 +0100

    getLogs() -> getLog().

 chora/annotate.php                           |    2 +-
 chora/browsefile.php                         |    2 +-
 chora/co.php                                 |    2 +-
 chora/diff.php                               |    2 +-
 chora/stats.php                              |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php    |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Git.php     |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php |    4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/21a3435578d6f9f8c5e3983070e53c5403ebe465

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

commit a87bb382769ef7faf3437b994f411ef763544dbf
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 21:04:47 2011 +0100

    Skip this test.

 framework/Vcs/test/Horde/Vcs/SvnTest.php |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

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

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

commit 07c7fb6875f5fc04c97fa53db46e616aff551b33
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 21:10:29 2011 +0100

    Make $_logs protected.

 chora/history.php                            |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php    |   12 ++++++------
 framework/Vcs/lib/Horde/Vcs/File/Git.php     |   18 +++++++++---------
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php     |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Svn.php     |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php |    2 +-
 6 files changed, 19 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/07c7fb6875f5fc04c97fa53db46e616aff551b33

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

commit 7431141be5477799705f46683580f6221a5a4ab7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 21:34:24 2011 +0100

    Rename methods.

 chora/annotate.php                             |    6 +++---
 chora/app/views/_logMessage.html.php           |   14 +++++++-------
 chora/browsedir.php                            |    6 +++---
 chora/browsefile.php                           |    2 +-
 chora/co.php                                   |    2 +-
 chora/history.php                              |    6 +++---
 chora/lib/Chora.php                            |    4 ++--
 chora/patchsets.php                            |   12 ++++++------
 chora/stats.php                                |    2 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php |    8 ++++----
 framework/Vcs/lib/Horde/Vcs/File/Base.php      |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Log/Base.php       |   20 +++++++++++---------
 framework/Vcs/lib/Horde/Vcs/Log/Svn.php        |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php   |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php   |    8 ++++----
 15 files changed, 50 insertions(+), 48 deletions(-)

http://git.horde.org/horde-git/-/commit/7431141be5477799705f46683580f6221a5a4ab7

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

commit 4c74718778e3943d10caad5f89f1e1faf4785884
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 21:44:03 2011 +0100

    Add log test.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |   24 +++++++++++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |   41 ++++++++++++++++++++++++++++++
 framework/Vcs/test/Horde/Vcs/RcsTest.php |   22 ++++++++++++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   22 ++++++++++++++++
 4 files changed, 109 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/4c74718778e3943d10caad5f89f1e1faf4785884

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

commit fbe22b6a8b10335c2743cf1b53536f056ef89dd9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 09:14:31 2011 +0100

    Always retrieve all revisions of all branches.
    
    Necessary so that we can identify all branches that a file/revision belongs to.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

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

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

commit ea9eaeb8fc23cc9117829a01b43f7f796735406a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 09:15:15 2011 +0100

    Fix getFiles().

 framework/Vcs/lib/Horde/Vcs/Log/Svn.php  |    3 ++-
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   21 +++++++++++++++------
 2 files changed, 17 insertions(+), 7 deletions(-)

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

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

commit 9cc6c2f1792613946c48ada2e1dfc532029893df
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 09:48:28 2011 +0100

    getBranch() works now.

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

http://git.horde.org/horde-git/-/commit/9cc6c2f1792613946c48ada2e1dfc532029893df

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

commit 624dc77efec1880fe543aedf3e2538d5aee13b37
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 09:49:14 2011 +0100

    Fix getBranch() in CVS too.

 framework/Vcs/lib/Horde/Vcs/File/Rcs.php |    1 +
 framework/Vcs/lib/Horde/Vcs/Log/Base.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php  |   14 ++++++++++++++
 3 files changed, 16 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/624dc77efec1880fe543aedf3e2538d5aee13b37

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

commit d19cb35ecc2c5c4408fb16e0583ea712b28fd3f9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:20:13 2011 +0100

    Use --root argument to generate correct stats for initial commits.

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

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

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

commit f3444ce566dad040673f91a2ab98d38e521e2f56
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:20:48 2011 +0100

    Add tests for more log entries.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |   19 ++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |   70 +++++++++++++++++++++++++++++-
 framework/Vcs/test/Horde/Vcs/RcsTest.php |   10 ++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   27 +++++++++++
 4 files changed, 125 insertions(+), 1 deletions(-)

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

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

commit 353a7855d18a77e6154243daa6c1b8c0e6839f2c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:51:27 2011 +0100

    Instantiate file object.

 chora/stats.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/353a7855d18a77e6154243daa6c1b8c0e6839f2c

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

commit c34b74e5830d4abd232d45139120aad54dbc8be3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:54:52 2011 +0100

    Fix menu entry encoding.

 chora/lib/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 4c1e0032f7a46f0a036be3a078e70d3f7798af95
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:57:53 2011 +0100

    Fix checkout().

 framework/Vcs/lib/Horde/Vcs/Cvs.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/4c1e0032f7a46f0a036be3a078e70d3f7798af95

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

commit 69abd23ab7b3c375449012bb9de4b30252235724
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 11:15:05 2011 +0100

    Re-add Horde_Vcs_Patchset as a constants container.

 framework/Vcs/lib/Horde/Vcs/Patchset.php      |   12 +++
 framework/Vcs/lib/Horde/Vcs/Patchset/Base.php |    4 -
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php  |    6 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php  |    6 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php  |    6 +-
 framework/Vcs/package.xml                     |   92 ++++++++++++++++++++++++-
 6 files changed, 111 insertions(+), 15 deletions(-)
 create mode 100644 framework/Vcs/lib/Horde/Vcs/Patchset.php

http://git.horde.org/horde-git/-/commit/69abd23ab7b3c375449012bb9de4b30252235724

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

commit 0e0b5183d2b7256a019ac822767d46bd827102d0
Merge: 11f95da 69abd23
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 11:16:36 2011 +0100

    Merge branch 'horde_vcs-tests'

 chora/annotate.php                                                |   12 +-
 chora/app/views/_logMessage.html.php                              |   18 +-
 chora/app/views/diff/diff.html.php                                |    2 +-
 chora/browsedir.php                                               |   22 +-
 chora/browsefile.php                                              |   14 +-
 chora/co.php                                                      |   14 +-
 chora/commit.php                                                  |    2 +-
 chora/cvsgraph.php                                                |    2 +-
 chora/diff.php                                                    |    6 +-
 chora/history.php                                                 |   10 +-
 chora/lib/Application.php                                         |    2 +-
 chora/lib/Chora.php                                               |    4 +-
 chora/lib/Readme/Collection.php                                   |    8 +-
 chora/lib/Renderer/File/Html.php                                  |    4 +-
 chora/patchsets.php                                               |   14 +-
 chora/stats.php                                                   |   11 +-
 chora/templates/patchsets/ps_single.inc                           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php                              |   64 +-
 framework/Vcs/lib/Horde/Vcs/Cvs.php                               |   51 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php                    |   24 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php                     |    4 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Git.php                     |   24 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php                     |    6 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Svn.php                     |    4 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php                         |  168 ++-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php                          |  203 +----
 framework/Vcs/lib/Horde/Vcs/File/Git.php                          |  243 +++--
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php                          |  212 ++++
 framework/Vcs/lib/Horde/Vcs/File/Svn.php                          |   48 +-
 framework/Vcs/lib/Horde/Vcs/Git.php                               |   53 +-
 framework/Vcs/lib/Horde/Vcs/Log/Base.php                          |   28 +-
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php                           |   73 +--
 framework/Vcs/lib/Horde/Vcs/Log/Git.php                           |    5 +-
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php                           |   84 ++
 framework/Vcs/lib/Horde/Vcs/Log/Svn.php                           |    5 +-
 framework/Vcs/lib/Horde/Vcs/Patchset.php                          |   12 +
 framework/Vcs/lib/Horde/Vcs/Patchset/Base.php                     |    4 -
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php                      |   10 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php                      |   16 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php                      |   18 +-
 framework/Vcs/lib/Horde/Vcs/Rcs.php                               |   15 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php                               |    7 +-
 framework/Vcs/package.xml                                         |   92 ++-
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |  146 +++-
 framework/Vcs/test/Horde/Vcs/GitTest.php                          |  224 ++++-
 framework/Vcs/test/Horde/Vcs/RcsTest.php                          |  102 ++-
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |  149 +++-
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/history            |    4 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/val-tags           |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/dir1/file1_1,v      |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v             |   44 +-
 .../repos/git/objects/0c/fbf08886fca9a91cb753ec8734c84fcbe52c9f   |  Bin 0 -> 17 bytes
 .../repos/git/objects/16/0a468250615b713a7e33d34243530afc4682a9   |  Bin 0 -> 176 bytes
 .../repos/git/objects/b0/fa05e15a6314a4e8db03a767c4c18bb236b7a5   |  Bin 0 -> 81 bytes
 .../repos/git/objects/da/46ee2e478c6d3a9963eaafcd8f43e83d630526   |    2 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/branch1         |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/master          |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/git/refs/tags/tag1             |    1 +
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1                      |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1,v                    |   20 +-
 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/2            |   13 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/2                |  Bin 0 -> 472 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/txn-current             |    2 +-
 65 files changed, 1604 insertions(+), 733 deletions(-)

http://git.horde.org/horde-git/-/commit/0e0b5183d2b7256a019ac822767d46bd827102d0




More information about the commits mailing list