git.cweiske.de
/
phorkie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81019df
)
Make phorkie work with git 2.11
author
Christian Weiske
<
[email protected]
>
Tue, 18 Apr 2017 21:13:52 +0000
(23:13 +0200)
committer
Christian Weiske
<
[email protected]
>
Tue, 18 Apr 2017 21:13:52 +0000
(23:13 +0200)
Resolves: https://github.com/cweiske/phorkie/issues/23
src/phorkie/Repository.php
patch
|
blob
|
history
diff --git
a/src/phorkie/Repository.php
b/src/phorkie/Repository.php
index 013f017f8111e742f5bce7a2e6d00687601e28b5..eae2fb4666b26352dfae6f3df537a38b7c0b01c8 100644
(file)
--- a/
src/phorkie/Repository.php
+++ b/
src/phorkie/Repository.php
@@
-143,7
+143,7
@@
class Repository
public function getVc()
{
- return new \VersionControl_Git($this->
git
Dir);
+ return new \VersionControl_Git($this->
work
Dir);
}
/**