We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87c5944 + 376eb60 commit 258b862Copy full SHA for 258b862
Documentation/git-config.txt
@@ -58,10 +58,10 @@ that location (you can say '--local' but that is the default).
58
This command will fail with non-zero status upon error. Some exit
59
codes are:
60
61
-- The config file is invalid (ret=3),
62
-- can not write to the config file (ret=4),
+- The section or key is invalid (ret=1),
63
- no section or name was provided (ret=2),
64
-- the section or key is invalid (ret=1),
+- the config file is invalid (ret=3),
+- the config file cannot be written (ret=4),
65
- you try to unset an option which does not exist (ret=5),
66
- you try to unset/set an option for which multiple lines match (ret=5), or
67
- you try to use an invalid regexp (ret=6).
0 commit comments