repo.or.cz
/
GitX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'pu/pb/index_quick_fix' into stable
[GitX.git]
/
PBRefContextDelegate.h
blob
81019ce33fdfad720ebd76a0f1b608925bcdd257
1
//
2
// PBRefContextDelegate.m
3
// GitX
4
//
5
// Created by Pieter de Bie on 01-11-08.
6
// Copyright 2008 Pieter de Bie. All rights reserved.
7
//
8
9
10
11
@protocol PBRefContextDelegate
12
- (
NSArray
*)
menuItemsForRef
:(
PBGitRef
*)
ref commit
:(
PBGitCommit
*)
commit
;
13
@end