Re: [PATCH] Gitk Inotify support

2017-01-01 Thread Florian Schüller
scroll to the new HEAD after redrawing * Depending on the type of change the UI is "Updated" or "Reloaded" Open points for now: * release watches for deleted directories seems to cause problems in tcl-inotify (so I don't) I'm not sure how often that happens in

[PATCH] Gitk Inotify support

2016-06-09 Thread Florian Schüller
n't) I'm not sure how often that happens in ".git/" - I only call "updatecommits" and I don't know if there is a usecase where I should be calling "reloadcommits" Regards Florian Schüller From 785ed6bc1b4a3b9019d3503b066afb2a025a2bc1 Mon Sep 17 00:0

Re: [PATCH] Gitk Inotify support

2016-06-11 Thread Florian Schüller
t; and I don't know if there is a usecase where I should be calling "reloadcommits" Signed-off-by: Florian Schüller --- gitk | 53 + 1 file changed, 53 insertions(+) diff --git a/gitk b/gitk index 805a1c7..58e3dca 100755 ---

[PATCH 3/4] Updated de-Translator

2017-03-08 Thread Florian Schüller
--- po/de.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/po/de.po b/po/de.po index ab90c34..193059b 100644 --- a/po/de.po +++ b/po/de.po @@ -4,13 +4,14 @@ # # Christian Stimming , 2007. # Frederik Schwarzer , 2008. +# Florian Schüller , 2017. msgid "&quo

[PATCH 1/4] Inotify Support

2017-03-08 Thread Florian Schüller
atches for deleted directories seems to cause problems in tcl-inotify (so I don't) I'm not sure how often that happens in ".git/" Signed-off-by: Florian Schüller --- gitk | 171 ++- 1 file changed, 170 inse

[PATCH 0/4] Gitk Inotify support

2017-03-08 Thread Florian Schüller
uot;Updated" or "Reloaded" Open points for now: * release watches for deleted directories seems to cause problems in tcl-inotify (so I don't) I'm not sure how often that happens in ".git/" Signed-off-by: Florian Schüller Florian

[PATCH 2/4] Update of German translation

2017-03-08 Thread Florian Schüller
--- po/de.po | 681 ++- 1 file changed, 366 insertions(+), 315 deletions(-) diff --git a/po/de.po b/po/de.po index 5db3824..ab90c34 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: git-gui\n"

[PATCH 4/4] ignore backup files

2017-03-08 Thread Florian Schüller
--- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d7ebcaf..a353270 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /GIT-TCLTK-VARS /gitk-wish +*~ +po/gitk.pot -- 2.9.3

Re: why patch to the gitk no replay?

2017-04-09 Thread Florian Schüller
My patch submission (already the retry) "[PATCH 0/4] Gitk Inotify support" is also pending since 8th of March. I'm also not sure what I did wrong as I'm not used to those mailing list programming - or if Paul is just very busy On Fri, Mar 17, 2017 at 5:53 PM, Jonathan Nieder wrote: > Hi, > > yank