mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Merge remote branch 'brotherbard/experimental' into local branch 'bb/experimental'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
body {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#title {
|
||||
|
||||
@@ -56,7 +56,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