[PATCH v2] git-gui: Error on systems with TK < 8.6.0

2017-03-31 Thread Peter van der Does
Using git-gui on systems that run a TK version below 8.6.0 results in a crash when checking for the current theme. Catch the error on those systems and use a different command to check for the current theme. Signed-off-by: Peter van der Does --- lib/themed.tcl | 6 +- 1 file changed, 5

[PATCH] git-gui: Error on systems with TK < 8.6.0

2017-03-31 Thread Peter van der Does
Using git-gui on systems that run a TK version below 8.6.0 results in a crash when checking for the current theme. Catch the error on those systems and use a different command to check for the current theme. --- git-gui/lib/themed.tcl | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) di

Re: ttk error when starting git gui

2017-03-30 Thread Peter van der Does
ank you very much for your time, > David > It looks like the git gui needs TCL/TK 8.6.0 or higher. Since that version the command 'ttk::style theme use' has been changed, which allows the command to be run without an argument and then returning the current theme used. I beli

[Bug] [Git Gui] git-gui commit gpg signing problem

2016-07-25 Thread Peter van der Does
It seems that git gui does not adhere to the config settings git config commit.gpgsign true git config --global user.signingkey Commits done through git gui are not signed while done through cli they are signed Peter van der Does -- To unsubscribe from this list: send the line "unsubscrib

Remote reference deleted on git fetch

2015-11-21 Thread Peter van der Does
d] (none) -> origin/bug/bug-1 $ git branch -r origin/master $ git branch * bug/bug-1 master The branch still exists on the remote repository. Is it correct that the git fetch deletes the remote reference? Peter -- Peter van der Does GPG key: CB317D6E Site: http://avirtualhom

git fetch with fetch.prune set bug?

2015-11-20 Thread Peter van der Does
deletes the remote reference? Peter -- Peter van der Does GPG key: CB317D6E Site: http://avirtualhome.com GitHub: https://github.com/petervanderdoes Twitter: @petervanderdoes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.k

Re: [ANNOUNCE] Git v2.3.1

2015-02-25 Thread Peter van der Does
On 02/25/2015 02:02 AM, Junio C Hamano wrote: > The latest maintenance release Git v2.3.1 is now available at > the usual places. > > The tarballs are found at: > > https://www.kernel.org/pub/software/scm/git/ > > The following public repositories all have a copy of the 'v2.3.1' > tag and th

[PATCH] Update documentation occurrences of filename .sh

2014-12-15 Thread Peter van der Does
Documentation in the completion scripts for Bash and Zsh state the wrong filenames. Signed-off-by: Peter van der Does --- contrib/completion/git-completion.bash | 4 ++-- contrib/completion/git-completion.zsh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib

[ANNOUNCE] git-flow AVH Edition 1.7.0

2013-11-16 Thread Peter van der Does
y for hooks and filters related to git-flow, not the standard git hooks. -- Footnotes: [1] The original set of extensions have not been updated since 2012 and the last release was done in 2010 -- Peter van der Does GPG key: CB317D6E Site: http://avirtual

Re: git config key bug or by design?

2012-11-28 Thread Peter van der Does
ring if it was by design, which I guess it is as the parsing of the file will die if the key starts with a non-alpha character. -- Peter van der Does GPG key: CB317D6E IRC: Ganseki on irc.freenode.net Twitter: @petervanderdoes -- To unsubscribe from this list: send the line "unsubscribe git&

git config key bug or by design?

2012-11-27 Thread Peter van der Does
I noticed today I can't create a key starting with a number. The source code[1] confirms this, but is this a bug or is it by design? [1]: https://github.com/git/git/blob/master/config.c#L1265 -- Peter van der Does GPG key: CB317D6E IRC: Ganseki on irc.freenode.net Twitter: @petervande

git config key bug or by design?

2012-11-27 Thread Peter van der Does
I noticed today I can't create a key starting with a number. The source code[1] confirms this, but is this a bug or is it by design? [1]: https://github.com/git/git/blob/master/config.c#L1265 -- Peter van der Does GPG key: CB317D6E IRC: Ganseki on irc.freenode.net Twitter: @petervande