Skip to content

Commit

Permalink
CHE-5390: Fix bug when failed to commit renamed files (eclipse-che#5394)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinokurig authored Jun 20, 2017
1 parent 5538f93 commit 5bdd4c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void showDialog(Project project) {
view.setEnableAmendCheckBox(true);
view.setEnablePushAfterCommitCheckBox(true);
view.setEnableRemoteBranchesDropDownLis(false);
service.diff(appContext.getDevMachine(), project.getLocation(), null, NAME_STATUS, false, 0, "HEAD", false)
service.diff(appContext.getDevMachine(), project.getLocation(), null, NAME_STATUS, true, 0, "HEAD", false)
.then(diff -> {
service.log(appContext.getDevMachine(), project.getLocation(), null, -1, 1, false)
.then(arg -> {
Expand Down

0 comments on commit 5bdd4c8

Please sign in to comment.