Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Change rude error popup to info popup.
[gitweb.git]
/
git-gui.sh
diff --git
a/git-gui.sh
b/git-gui.sh
index f80c3b96397b64ad797e4f5981890df722db4122..d26868beca6a290bfe033d4b2318769d03e3d328 100755
(executable)
--- a/
git-gui.sh
+++ b/
git-gui.sh
@@
-915,7
+915,7
@@
File [short_path $path] cannot be committed by this program.
}
}
if {!$files_ready} {
-
error
_popup {No changes to commit.
+
info
_popup {No changes to commit.
You must add at least 1 file before you can commit.
}