diff options
author | Atharva Raykar <raykar.ath@gmail.com> | 2021-07-10 13:17:59 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-12 12:06:21 -0700 |
commit | 0008d12284ef916b53341c2aadccdc017ff07c7a (patch) | |
tree | b35d7bcc6e319b07d27b10e04c9307cc5deea489 /credential.h | |
parent | 84069fcc140480fb76dc204ebce7819c2c87ec7c (diff) | |
download | git-0008d12284ef916b53341c2aadccdc017ff07c7a.tar.gz |
submodule: prefix die messages with 'fatal'
The standard `die()` function that is used in C code prefixes all the
messages passed to it with 'fatal: '. This does not happen with the
`die` used in 'git-submodule.sh'.
Let's prefix each of the shell die messages with 'fatal: ' so that when
they are converted to C code, the error messages stay the same as before
the conversion.
Note that the shell version of `die` exits with error code 1, while the
C version exits with error code 128. In practice, this does not change
any behaviour, as no functionality in 'submodule add' and 'submodule
update' relies on the value of the exit code.
Signed-off-by: Atharva Raykar <raykar.ath@gmail.com>
Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Shourya Shukla <periperidip@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'credential.h')
0 files changed, 0 insertions, 0 deletions