summaryrefslogtreecommitdiff
path: root/pkt-line.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2009-04-29 03:21:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-05-09 15:27:11 (GMT)
commit07d7bedda8d18ffbfe5960ce27b73a24c01cac1a (patch)
treec5a359d8fea474ec03662eff156162f2c9d61f0a /pkt-line.h
parentec00d6e0038e030cf73182374e21025c2776cb23 (diff)
downloadgit-07d7bedda8d18ffbfe5960ce27b73a24c01cac1a.zip
git-07d7bedda8d18ffbfe5960ce27b73a24c01cac1a.tar.gz
git-07d7bedda8d18ffbfe5960ce27b73a24c01cac1a.tar.bz2
add: don't complain when adding empty project root
We try to warn the user if one of their pathspecs caused no matches, as it may have been a typo. However, we disable the warning if the pathspec points to an existing file, since that means it is not a typo but simply an empty directory. Unfortunately, the file_exists() test was broken for one special case: the pathspec of the project root is just "". This patch detects this special case and acts as if the file exists (which it must, since it is the project root). The user-visible effect is that this: $ mkdir repo && cd repo && git init && git add . used to complain like: fatal: pathspec '' did not match any files but now is a silent no-op. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pkt-line.h')
0 files changed, 0 insertions, 0 deletions