Re: problem with modification time of packfiles

2015-10-19 Thread Andreas Amann
"brian m. carlson" <sand...@crustytoothpaste.net> writes: > On Sun, Oct 18, 2015 at 10:37:55PM +0100, Andreas Amann wrote: >> git (2.6.1) sometimes updates the modification time of a packfile, even if it >> has not changed at all. >> >> On my system thi

problem with modification time of packfiles

2015-10-18 Thread Andreas Amann
git (2.6.1) sometimes updates the modification time of a packfile, even if it has not changed at all. On my system this triggers quite expensive an d unnecessary backup operations, which I would prefer to avoid. Is there a simple way to keep the mtime of packfiles fixed, once they are created?

[PATCH] gitk: Add a Save file as menu item

2013-07-21 Thread Andreas Amann
is of the form [shortid] basename. If the current revision is the index, the default pattern is of the form [index] basename. This works for both, the Patch and Tree view. The menu item is disabled for the local uncommitted changes fake revision. Signed-off-by: Andreas Amann andreas.am...@web.de --- gitk

Re: [PATCH] gitk: Add a Save file as menu item

2013-07-21 Thread Andreas Amann
Peter Krefting pe...@softwolves.pp.se writes: Andreas Amann: +set difffile $diffidtext [file tail $flist_menu_file] +set difffile [tk_getSaveFile -initialfile $difffile -title Save file as -parent .] +if {$difffile eq {}} { +return +} +save_file_from_commit

[PATCH v2] gitk: Add a Save file as menu item

2013-07-21 Thread Andreas Amann
is of the form [shortid] basename. If the current revision is the index, the default pattern is of the form [index] basename. This works for both, the Patch and Tree view. The menu item is disabled for the local uncommitted changes fake revision. Signed-off-by: Andreas Amann andreas.am...@web.de --- gitk