git: Update list of git error messages.

wilder
Michael Pyne 11 years ago
parent f87519b5ea
commit a28fb7f9e5
  1. 4
      modules/ksb/Updater/Git.pm

@ -867,6 +867,10 @@ sub verifyGitConfig
my %errors = (
3 => 'Invalid config file (~/.gitconfig)',
4 => 'Could not write to ~/.gitconfig',
2 => 'No section was provided to git-config',
1 => 'Invalid section or key',
5 => 'Tried to set option that had no (or multiple) values',
6 => 'Invalid regexp with git-config',
128 => 'HOME environment variable is not set (?)',
);

Loading…
Cancel
Save