Merge branch 'pu/pb/index_quick_fix' into stable
[GitX.git] / PBGitDefaults.h
blobfec2430075882f77ff4c2e96bae41a652b2b8951
1 //
2 // PBGitDefaults.h
3 // GitX
4 //
5 // Created by Jeff Mesnil on 19/10/08.
6 // Copyright 2008 Jeff Mesnil (http://jmesnil.net/). All rights reserved.
7 //
9 @interface PBGitDefaults : NSObject
14 + (int) commitMessageViewVerticalLineLength;
15 + (BOOL) isGistEnabled;
16 + (BOOL) isGravatarEnabled;
17 + (BOOL) confirmPublicGists;
18 + (BOOL) isGistPublic;
19 + (BOOL)showWhitespaceDifferences;
20 + (BOOL)openCurDirOnLaunch;
21 + (BOOL)showOpenPanelOnLaunch;
23 @end