mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add a space before the file name.
This commit is contained in:
@@ -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