summaryrefslogtreecommitdiff
path: root/path.c
diff options
context:
space:
mode:
authorLibravatar René Scharfe <l.s.r@web.de>2014-07-10 11:48:26 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-07-10 14:10:27 -0700
commit9d02150cf4d833935161ef265e4dc03807caa800 (patch)
tree771542f24394f4e48e8c0029fce957166644e7cd /path.c
parentcommit: use commit_list_append() instead of duplicating its code (diff)
downloadtgif-9d02150cf4d833935161ef265e4dc03807caa800.tar.xz
fsck: simplify fsck_commit_buffer() by using commit_list_count()
fsck_commit_buffer() checks that the number of items in the parents list of a commit matches the number of parent lines in its buffer or -- if a graft is used -- the number of parents in that graft. Simplify the code by using commit_list_count() instead of counting by hand. Also use different variables for the number of lines and the number of list items, making it easier to compare them. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'path.c')
0 files changed, 0 insertions, 0 deletions