diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2023-06-14 14:31:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-06-14 14:44:19 -0700 |
commit | f0b68f0546a44e2bc3a764bd75b3aa4418c01601 (patch) | |
tree | 8f2cb302fa97c2cd4741f416fb1f4b49ed260372 /builtin/commit-graph.c | |
parent | fe86abd7511a9a6862d5706c6fa1d9b57a63ba09 (diff) |
CodingGuidelines: use octal escapes, not hex
Extend the shell-scripting section of CodingGuidelines to suggest octal
escape sequences (e.g. "\302\242") over hexadecimal (e.g. "\xc2\xa2")
since the latter can be a source of portability problems.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions