Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F537864
DiffusionGitExistsQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
345 B
Referenced Files
None
Subscribers
None
DiffusionGitExistsQuery.php
View Options
<?php
final
class
DiffusionGitExistsQuery
extends
DiffusionExistsQuery
{
final
protected
function
executeQuery
()
{
$request
=
$this
->
getRequest
();
$repository
=
$request
->
getRepository
();
list
(
$err
,
$merge_base
)
=
$repository
->
execLocalCommand
(
'cat-file -t %s'
,
$request
->
getCommit
());
return
!
$err
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 8:23 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
119861
Default Alt Text
DiffusionGitExistsQuery.php (345 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment