Skip to content

Commit 4e456d1

Browse files
David CatmullDavid Catmull
authored andcommitted
Merge remote-tracking branch 'refs/remotes/laullon/master' into comments
Conflicts: PBGitHistoryController.h PBGitWindowController.h
2 parents 30cbf1a + 1b9e07c commit 4e456d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2944
-2917
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
build
23
build/revision
34
._*

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

ApplicationController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ - (void)applicationDidFinishLaunching:(NSNotification*)notification
6868

6969
if ([PBGitDefaults useAskPasswd]) {
7070
// Make sure Git's SSH password requests get forwarded to our little UI tool:
71-
setenv( "SSH_ASKPASS", [[[NSBundle mainBundle] pathForResource: @"gitx_askpasswd" ofType: @""] UTF8String], 1 );
72-
setenv( "DISPLAY", "localhost:0", 1 );
71+
setenv( "SSH_ASKPASS", [[[NSBundle mainBundle] pathForResource: @"gitx_askpasswd" ofType: @""] UTF8String], 1 );
72+
setenv( "DISPLAY", "localhost:0", 1 );
7373
}
7474

7575
[self registerServices];

Commands/PBCommandFactory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
#import "PBGitRepository.h"
10+
#import "PBPresentable.h"
1011

1112
@protocol PBCommandFactory
1213
+ (NSArray *) commandsForObject:(id<PBPresentable>) object repository:(PBGitRepository *) repository;

DBPrefsWindowController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#import <Cocoa/Cocoa.h>
4343

4444

45-
@interface DBPrefsWindowController : NSWindowController /*<NSAnimationDelegate,NSToolbarDelegate>*/{
45+
@interface DBPrefsWindowController : NSWindowController PROTOCOL_10_6(NSAnimationDelegate,NSToolbarDelegate){
4646
NSMutableArray *toolbarIdentifiers;
4747
NSMutableDictionary *toolbarViews;
4848
NSMutableDictionary *toolbarItems;

0 commit comments

Comments
 (0)