aboutsummaryrefslogtreecommitdiffstats
path: root/tree-diff.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2023-08-31 02:19:22 -0400
committerJunio C Hamano <gitster@pobox.com>2023-08-31 15:51:07 -0700
commitc7cd0e34cd5f62339d4c92e96d2e7dd848dd5a6c (patch)
tree6378d5bc5996586abfc581fb9bd2d8e0ae7e93d0 /tree-diff.c
parenttree-walk: drop MAX_TRAVERSE_TREES macro (diff)
downloadgit-c7cd0e34cd5f62339d4c92e96d2e7dd848dd5a6c.tar.gz
git-c7cd0e34cd5f62339d4c92e96d2e7dd848dd5a6c.zip
tree-walk: rename "error" variable
The "error" variable in traverse_trees() shadows the global error() function (meaning we can't call error() from here). Let's call the local variable "ret" instead, which matches the idiom in other functions. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tree-diff.c')
0 files changed, 0 insertions, 0 deletions