diff options
author | Jeff King <peff@peff.net> | 2015-09-24 17:08:24 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-05 11:08:05 -0700 |
commit | 02e32b7debbcbe5910c11a515801751b349577d7 (patch) | |
tree | 8f6d9a6af06d69cef330d5e92780dcbcd277d164 /bisect.c | |
parent | color: add color_set helper for copying raw colors (diff) | |
download | tgif-02e32b7debbcbe5910c11a515801751b349577d7.tar.xz |
notes: document length of fanout path with a constant
We know that a fanned-out sha1 in a notes tree cannot be
more than "aa/bb/cc/...", and we have an assert() to confirm
that. But let's factor out that length into a constant so we
can be sure it is used consistently. And even though we
assert() earlier, let's replace a strcpy with xsnprintf, so
it is clear to a reader that all cases are covered.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bisect.c')
0 files changed, 0 insertions, 0 deletions