Commit 90a7792
gitk: Fix diffing committed -> staged (typo in diffcmd)
When highlighting a commit, using the context menu over the staged changes
and then selecting "Diff this -> selected" the diff was empty. The same
happened when highlighting the staged changes and using "Diff selected ->
this" over a commit. The reason was a copy/paste error in [diffcmd].
This fixes it.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>1 parent 5497f7a commit 90a7792
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7225 | 7225 | | |
7226 | 7226 | | |
7227 | 7227 | | |
7228 | | - | |
| 7228 | + | |
7229 | 7229 | | |
7230 | 7230 | | |
7231 | 7231 | | |
| |||
0 commit comments