diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2010-09-14 19:02:24 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-14 12:27:01 -0700 |
commit | 89bf1bace388c118137261e852635db92e607888 (patch) | |
tree | 96c6ed7e643816f3256d4e8e023423f7f581eb79 /Documentation/git-fetch.txt | |
parent | Merge branch 'maint' (diff) | |
download | tgif-89bf1bace388c118137261e852635db92e607888.tar.xz |
send-email: use catfile() to concatenate files
Change send-email to use Perl's catfile() function instead of
"$dir/$file". If send-email is given a $dir that ends with a / we'll
end up printing a double slashed path like "dir//mtfnpy.patch".
This doesn't cause any problems since Perl's IO layer will handle it,
but it looks ugly.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fetch.txt')
0 files changed, 0 insertions, 0 deletions