Commit b785003
committed
cat-file: fix remaining error and warning message formatting
The CodingGuidelines state that error messages should not begin
with a capital letter and should not end with a full stop. Fix
the remaining die() and warning() messages in builtin/cat-file.c
that violate these rules: lowercase "Cannot read object" and
reformat the promisor remotes warning to not start with a capital
letter and to use a semicolon instead of a full stop.
Signed-off-by: Md Ferdous Alam <mdferdousalam1989@yahoo.com>1 parent b76846a commit b785003
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
910 | 910 | | |
911 | 911 | | |
912 | 912 | | |
913 | | - | |
| 913 | + | |
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
| |||
0 commit comments