From: Pat Thoyts Date: Tue, 29 Nov 2011 09:27:17 +0000 (+0000) Subject: git-gui: added config gui.gcwarning to disable the gc hint message X-Git-Tag: gitgui-0.16.0~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/af867683345838f1adc606618e873ae4387a3c81?hp=af867683345838f1adc606618e873ae4387a3c81 git-gui: added config gui.gcwarning to disable the gc hint message On startup in multicommit mode git-gui checks to see if the repository has a lot of objects. If so it shows a dialog suggesting gc be run. This adds 'gui.gcwarning' as a control config variable to allow this to be disabled. The default is true (the warning is shown). Setting this false will prevent the check being done. Signed-off-by: Pat Thoyts ---