aboutsummaryrefslogtreecommitdiff
path: root/t/t4010-diff-pathspec.sh
diff options
context:
space:
mode:
authorFlorian Forster <octo@verplant.org>2006-06-18 17:18:07 +0200
committerJunio C Hamano <junkio@cox.net>2006-06-18 21:19:10 -0700
commit571ea603a6464cab86dad2d470034e0f3b6e67df (patch)
tree887c8dc82ceb23b7ad1fe5c081418cbdc81067e7 /t/t4010-diff-pathspec.sh
parent04f086071e780d921f6dac83b5ffc21c3a2d7bb6 (diff)
downloadgit-571ea603a6464cab86dad2d470034e0f3b6e67df.tar.gz
git-571ea603a6464cab86dad2d470034e0f3b6e67df.tar.xz
Don't use empty structure initializers.
Empty initializers for structures are not allowed in ANSI C99. This patch removes such an initializer from `builtin-read-tree.c'. Since the struct was static (and is therefore implicitely initialized to zero anyway) it wasn't actually needed. Signed-off-by: Florian Forster <octo@verplant.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t4010-diff-pathspec.sh')
0 files changed, 0 insertions, 0 deletions