mirror of
https://github.com/git/git.git
synced 2024-11-18 15:14:36 +01:00
git-gui: Change rude error popup to info popup.
If the user has not added any files yet they cannot commit. But telling them this isn't an error, its really just an informational note meant to push the user in the correct direction. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
15e1374927
commit
884fd059f8
@ -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.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user