summaryrefslogtreecommitdiff
path: root/argv-array.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2013-03-21 07:08:17 -0400
committerJunio C Hamano <gitster@pobox.com>2013-03-21 14:06:19 -0700
commit4db34cc134978012cf3f1b07de981a0418ed1523 (patch)
tree1d5fbb1bf265ba3b1be772c22887801dd06a7ae8 /argv-array.c
parent1c71541ddd51968ca2957063b00da42941d13d98 (diff)
downloadgit-4db34cc134978012cf3f1b07de981a0418ed1523.tar.gz
fast-import: use pointer-to-pointer to keep list tail
This is shorter, idiomatic, and it means the compiler does not get confused about whether our "e" pointer is valid, letting us drop the "e = e" hack. Signed-off-by: Jeff King <peff@peff.net> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'argv-array.c')
0 files changed, 0 insertions, 0 deletions