summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
authorTorsten Bögershausen <tboegi@web.de>2023-01-22 07:28:39 +0100
committerJunio C Hamano <gitster@pobox.com>2023-01-22 08:14:40 -0800
commit5458ba0a4d2c65ddf7c844fd976906e04f61569a (patch)
treed9a8cb5c05e76554f693841a4663c5870182bdc4 /builtin/commit-graph.c
parent0227130244c007870c106fc613903d078730e45c (diff)
t0003: call dd with portable blocksize
The command `dd bs=101M count=1` is not portable, e.g. dd shipped with MacOs does not understand the 'M'. Use `dd bs=1048576 count=101`, which achives the same, instead. Signed-off-by: Torsten Bögershausen <tboegi@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions