]> git.99rst.org Git - git.git/commit
parse-options: factor out usage_indent() and usage_padding()
authorRené Scharfe <redacted>
Sat, 5 Aug 2023 14:43:04 +0000 (16:43 +0200)
committerJunio C Hamano <redacted>
Mon, 7 Aug 2023 00:16:50 +0000 (17:16 -0700)
commit652a6b15bc1cd0f837bc969e87fd31f3e88413f6
tree08bf67041549f4a6021ef874f63c8a7129c75d04
parente8e5d294dc6e3b6b32132cc8018d01ce35ad0af0
parse-options: factor out usage_indent() and usage_padding()

Extract functions for printing spaces before and after options.  We'll
need them in the next commit.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
parse-options.c
git clone https://git.99rst.org/PROJECT