[RFC PATCH] gitk: Don't mark files with new time-stamp as modified

2019-01-15 Thread Jacob Kroon
below for more discussion. https://public-inbox.org/git/0c4b21c8-996b-3017-a1f9-894ac5b27...@gmail.com/T/#m121ab8bd38196a53a6d7ccb89034a99dcd3a703e Signed-off-by: Jacob Kroon --- gitk-git/gitk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitk-git/gitk b/gitk-git/gitk index a14d7a16b.

Re: gitk shows local uncommit changes after touch file + reload

2019-01-07 Thread Jacob Kroon
On 1/7/19 6:41 PM, Philip Oakley wrote: On 06/01/2019 22:51, Jacob Kroon wrote: Hi, Not sure if this has already been reported, but I observe this odd behaviour in gitk from master: git status gitk # everything looks good touch gitk # gitk shows "local uncomitted changes" on

gitk shows local uncommit changes after touch file + reload

2019-01-06 Thread Jacob Kroon
Hi, Not sure if this has already been reported, but I observe this odd behaviour in gitk from master: git status gitk # everything looks good touch gitk # gitk shows "local uncomitted changes" on the file I touched git status gitk # gitk is back to normal again, showing no local uncommitted chan