Re: gitk refresh keeps showing dangling commits

2013-12-04 Thread Gauthier Östervall
On Fri, Nov 29, 2013 at 4:27 PM, Thibault Kruse tibokr...@googlemail.com wrote: and in gitk, I select Reload(Ctrl-F5), and I still see both commits, not just commit foo. Do you use the menu entry Reload, or the keyboard shortcut Ctrl+F5? The shortcut was changed a while ago to Shift+F5.

Re: Command-line git Vs IDE+plugin?

2013-12-04 Thread Gauthier Östervall
On Tue, Nov 19, 2013 at 6:20 PM, Matthieu Moy matthieu@grenoble-inp.fr wrote: One thing the command-line does well is to give names to concepts (basically, command names, option names, ...). It's easy to write in a tutorial or an email run the command 'git foo'. It's less easy to write

Re: [PATCH] gitk: Move hard-coded colors to .gitk

2013-04-02 Thread Gauthier Östervall
On Thu, Mar 28, 2013 at 4:23 PM, Ramkumar Ramachandra artag...@gmail.com wrote: Would we consider shipping some themes with gitk, in contrib/ perhaps? It does not seem like anyone is against it. I am not sure how gitk development integrates into git's, but I guess we will have to wait until the

[PATCH] gitk: Move hard-coded colors to .gitk

2013-03-27 Thread Gauthier Östervall
Colors that are changeable in Preferences gave no sufficient control, putting colors in the config file allows for easier configuration and sharing of color schemes. win32: Make the default foreground color that of window text rather than button text. Signed-off-by: Gauthier Östervall gauth