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 the file I touche

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

2019-01-07 Thread Philip Oakley
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 the file I touched git status gitk # gitk is back to norma

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