]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
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)
commit8ca12c0d62c0be4a4987c4a936467ea2a92e915a
tree42b4cafd04bbbdfa90a38b6a49396cd3b06a97db
parentc123b7c5fb596d93cd015645212c379fc3c381d5
add is_dot_or_dotdot inline function

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>
builtin-count-objects.c
builtin-fsck.c
builtin-prune.c
builtin-rerere.c
dir.c
dir.h
entry.c
remote.c
transport.c