]> git.ipfire.org Git - thirdparty/git.git/commit
tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.h
authorElijah Newren <newren@gmail.com>
Sat, 22 Apr 2023 20:17:19 +0000 (20:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2023 19:47:32 +0000 (12:47 -0700)
commit23a517e4156714c3f8c8a4e36beccfee1d76ff1f
treeabc2897e11a5f4f672399edbff25594b2f8842b9
parent592fc5b3495bf4ff17252d31109f1d9c0134684b
tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.h

S_DIFFTREE_IFXMIN_NEQ is *only* used in tree-diff.c, so there is no
point exposing it in cache.h.  Move it to tree-diff.c.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
tree-diff.c