summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2014-07-28 18:42:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-07-28 23:17:12 (GMT)
commit2d186c8be5bea10640927e0822bd9e1c7a2e01ea (patch)
tree21ed89eff6c024292dc63b56362769bedbe05a17 /Makefile
parentd299e9e550c1bf8640907fdba1f03cc585ee71df (diff)
downloadgit-2d186c8be5bea10640927e0822bd9e1c7a2e01ea.zip
git-2d186c8be5bea10640927e0822bd9e1c7a2e01ea.tar.gz
git-2d186c8be5bea10640927e0822bd9e1c7a2e01ea.tar.bz2
init: avoid superfluous real_path() calls
Feeding the result of a real_path() call to real_path() again doesn't change that result -- the returned path won't get any more real. Avoid such a double call in set_git_dir_init() and for the same reason stop calling real_path() before feeding paths to set_git_work_tree(), as the latter already takes care of that. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions