]> asedeno.scripts.mit.edu Git - git.git/commit
git-gui: Rephrase rescan before commit informational message.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 19 Nov 2006 02:13:16 +0000 (21:13 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 19 Nov 2006 03:46:07 +0000 (22:46 -0500)
commitbca680b054ffa736e876075fad358bee1caa898a
tree7512be9f54b0b640ed610658f4fddb76e313ed6d
parentd63efae2816a277e40a379eb5c5f23f2a656fddc
git-gui: Rephrase rescan before commit informational message.

Its not an error that a rescan is required before commit; its just
something we do as a safety feature to try and ensure the user knows
what is going into this commit.  So the dialog should use the info
icon (if one is used by the host OS) rather than the error icon.

Its also not "highly likely" that another Git program modified the
repository, its completely the case.  There is no reason why the
repository would not match our last scanned state unless another
Git program modified the repository (or someone else did so by hand).
So don't be vague about it, own up to the issue and go on with our
business.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui