add is_dot_or_dotdot inline function
authorAlexander Potashev <aspotashev@gmail.com>
Sat, 10 Jan 2009 12:07:50 +0000 (15:07 +0300)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Jan 2009 21:21:57 +0000 (13:21 -0800)
A new inline function is_dot_or_dotdot is used to check if the
directory name is either "." or "..". It returns a non-zero value if
the given string is "." or "..". It's applicable to a lot of Git
source code.

Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found