projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acc29e
)
avoid reference trickery
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 13 Jun 2009 04:04:34 +0000
(
00:04
-0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sat, 13 Jun 2009 04:04:34 +0000
(
00:04
-0400)
framework/Vcs/lib/Horde/Vcs/Git.php
patch
|
blob
|
history
diff --git
a/framework/Vcs/lib/Horde/Vcs/Git.php
b/framework/Vcs/lib/Horde/Vcs/Git.php
index
84de64d
..
2668fe2
100644
(file)
--- a/
framework/Vcs/lib/Horde/Vcs/Git.php
+++ b/
framework/Vcs/lib/Horde/Vcs/Git.php
@@
-757,8
+757,6
@@
class Horde_Vcs_Patchset_Git extends Horde_Vcs_Patchset
'members' => array()
);
- $ps = &$this->_patchsets[$rev];
-
foreach ($log->queryFiles() as $file) {
$to = $rev;
$status = 0;
@@
-779,7
+777,7
@@
class Horde_Vcs_Patchset_Git extends Horde_Vcs_Patchset
break;
}
- $
ps
['members'][] = array(
+ $
this->_patchsets[$rev]
['members'][] = array(
'file' => $file['srcPath'],
'from' => $from,
'status' => $status,