Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/laullon/master' into comments
Browse files Browse the repository at this point in the history
Conflicts:
	PBGitHistoryController.h
	PBGitWindowController.h
  • Loading branch information
David Catmull authored and David Catmull committed Jun 19, 2011
2 parents 30cbf1a + 1b9e07c commit 4e456d1
Show file tree
Hide file tree
Showing 71 changed files with 2,944 additions and 2,917 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
build
build/revision
._*
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 2 additions & 2 deletions ApplicationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ - (void)applicationDidFinishLaunching:(NSNotification*)notification

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

[self registerServices];
Expand Down
1 change: 1 addition & 0 deletions Commands/PBCommandFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import "PBGitRepository.h"
#import "PBPresentable.h"

@protocol PBCommandFactory
+ (NSArray *) commandsForObject:(id<PBPresentable>) object repository:(PBGitRepository *) repository;
Expand Down
2 changes: 1 addition & 1 deletion DBPrefsWindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#import <Cocoa/Cocoa.h>


@interface DBPrefsWindowController : NSWindowController /*<NSAnimationDelegate,NSToolbarDelegate>*/{
@interface DBPrefsWindowController : NSWindowController PROTOCOL_10_6(NSAnimationDelegate,NSToolbarDelegate){
NSMutableArray *toolbarIdentifiers;
NSMutableDictionary *toolbarViews;
NSMutableDictionary *toolbarItems;
Expand Down
Loading

0 comments on commit 4e456d1

Please sign in to comment.