Re: problem with modification time of packfiles

2015-10-19 Thread Andreas Amann
"brian m. carlson" 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 this triggers quite expensive an d unne

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? A

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

2013-07-28 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"

[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"

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

2013-07-21 Thread Andreas Amann
Peter Krefting 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 {}} { >> +

[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"