diff options
author | Kyohei Kadota <lufia@lufia.org> | 2020-09-10 02:17:41 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-09 22:31:31 -0700 |
commit | b3b753b1043d847c1a4cf114781f1b0e3c6084e7 (patch) | |
tree | 10e478ea6bebd6aeeaf81716b4f8b975294d6e7c /builtin/commit.c | |
parent | 54e85e7af1ac9e9a92888060d6811ae767fea1bc (diff) |
Fit to Plan 9's ANSI/POSIX compatibility layer
tr(1) of ANSI/POSIX environment, aka APE, don't support \n literal.
It's handles only octal(\ooo) or hexadecimal(\xhhhh) numbers.
And its sed(1)'s label is limited to maximum seven characters.
Therefore I replaced some labels to drop a character.
* close -> cl
* continue -> cont (cnt is used for count)
* line -> ln
* hered -> hdoc
* shell -> sh
* string -> str
Signed-off-by: Kyohei Kadota <lufia@lufia.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions