Commit cb8329a
[PATCH] gitk: Don't show local changes when we there is no work tree
Launching gitk on a bare repository or a .git directory
would previously show the work tree as having removed all
files. We now inhibit showing local changes when gitk
is not launched from within a work tree.
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>1 parent 8809d69 commit cb8329a
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
406 | 409 | | |
407 | 410 | | |
408 | 411 | | |
| |||
2885 | 2888 | | |
2886 | 2889 | | |
2887 | 2890 | | |
| 2891 | + | |
2888 | 2892 | | |
2889 | | - | |
| 2893 | + | |
2890 | 2894 | | |
2891 | 2895 | | |
2892 | 2896 | | |
| |||
8698 | 8702 | | |
8699 | 8703 | | |
8700 | 8704 | | |
| 8705 | + | |
8701 | 8706 | | |
8702 | 8707 | | |
8703 | 8708 | | |
| |||
0 commit comments