Merge remote branch 'brotherbard/experimental' into local branch 'bb/experimental'

This commit is contained in:
André Berg
2010-03-24 01:41:00 +01:00
149 changed files with 24136 additions and 5637 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
body {
padding: 0px;
margin: 0px;
margin-top: 20px;
margin-top: 30px;
}
#title {
+1 -1
View File
@@ -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);