summaryrefslogtreecommitdiff
path: root/run-command.c
diff options
context:
space:
mode:
authorLibravatar Johannes Schindelin <johannes.schindelin@gmx.de>2021-09-09 09:47:05 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-09-09 12:56:11 -0700
commit3322a9d87f3b2121d2c62096f9261c8934c74056 (patch)
tree25f89bc60a594e13a680bb9ccc290fe877e16827 /run-command.c
parentpull: release packs before fetching (diff)
downloadtgif-3322a9d87f3b2121d2c62096f9261c8934c74056.tar.xz
run-command: prettify the `RUN_COMMAND_*` flags
The values were listed unaligned, and with powers of two spelled out in decimal. The list is easier to parse for human readers if the numbers are aligned and spelled out as powers of two (using the bit-shift operator `<<`). While at it, remove a code comment that was unclear at best, and confusing at worst. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.c')
0 files changed, 0 insertions, 0 deletions