mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Merge commit 'brotherbard/experimental'
Conflicts: ApplicationController.m GitX.xcodeproj/project.pbxproj PBGitCommitView.xib PBGitHistoryView.xib PBGitWindowController.m PBViewController.m html/views/history/history.css html/views/history/history.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
body {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#title {
|
||||
|
||||
@@ -57,7 +57,7 @@ var showFileChanges = function(file, cached) {
|
||||
if (file.status == 0) // New file?
|
||||
return showNewFile(file);
|
||||
|
||||
setTitle((cached ? "Staged": "Unstaged") + " changes for" + file.path);
|
||||
setTitle((cached ? "Staged": "Unstaged") + " changes for " + file.path);
|
||||
displayContext();
|
||||
var changes = Index.diffForFile_staged_contextLines_(file, cached, contextLines);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user