summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5040f92)
raw | patch | inline | side by side (parent: 5040f92)
author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 23 Nov 2006 00:24:41 +0000 (19:24 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 23 Nov 2006 00:24:41 +0000 (19:24 -0500) |
Just like prior to a commit its only an informational message that
we refuse to perform a pull on a dirty working directory. Therefore
we should not use an error icon.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
we refuse to perform a pull on a dirty working directory. Therefore
we should not use an error icon.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui | patch | blob | history |
index d1cc0ec2485d524c85d935a8e9a5df153350d197..8246037fac0644a84d7cfb10e00534e33b97b2d3 100755 (executable)
--- a/git-gui
+++ b/git-gui
#
repository_state curType curHEAD curMERGE_HEAD
if {$commit_type ne $curType || $HEAD ne $curHEAD} {
- error_popup {Last scanned state does not match repository state.
+ info_popup {Last scanned state does not match repository state.
-Its highly likely that another Git program modified the
-repository since our last scan. A rescan is required
-before a pull can be started.
+Another Git program has modified this repository
+since the last scan. A rescan must be performed
+before a pull operation can be started.
+
+The rescan will be automatically started now.
}
unlock_index
rescan {set ui_status_value {Ready.}}
if {[array size file_states] != 0} {
error_popup {Uncommitted but modified files are present.
-You should not perform a pull with unmodified files in your working
-directory as Git would be unable to recover from an incorrect merge.
+You should not perform a pull with unmodified
+files in your working directory as Git will be
+unable to recover from an incorrect merge.
-Commit or throw away all changes before starting a pull operation.
+You should commit or revert all changes before
+starting a pull operation.
}
unlock_index
return