aboutsummaryrefslogtreecommitdiff
path: root/builtin-fsck.c
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2008-07-27 22:34:14 +0200
committerJunio C Hamano <gitster@pobox.com>2008-07-27 14:14:38 -0700
commitf5d600e2dd8721d7b9177f1c82fe54822d9f1d62 (patch)
tree111721373283921eb86bc684b7f766057719d5fb /builtin-fsck.c
parentb6f637d199fed238179865a38f180fccc37ee8cc (diff)
downloadgit-f5d600e2dd8721d7b9177f1c82fe54822d9f1d62.tar.gz
git-f5d600e2dd8721d7b9177f1c82fe54822d9f1d62.tar.xz
Avoid chdir() in list_commands_in_dir()
The function list_commands_in_dir() tried to be lazy and just chdir() to the directory which entries it listed, so that the check if the file is executable could be done on dir->d_name. However, there is no good reason to jump around wildly just to find all Git commands. Instead, have a strbuf and construct the full path dynamically. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-fsck.c')
0 files changed, 0 insertions, 0 deletions