summaryrefslogtreecommitdiff
path: root/builtin/rev-parse.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-03-21 01:30:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-03-21 18:18:41 (GMT)
commitaf10e8b1559790d5c78fcc2a1aae5c42f3930a00 (patch)
tree3af9a091c1043fd65056d815c94419e914bdafcc /builtin/rev-parse.c
parente4da43b1f063d227b5f7d2922d27458748763a2d (diff)
downloadgit-af10e8b1559790d5c78fcc2a1aae5c42f3930a00.zip
git-af10e8b1559790d5c78fcc2a1aae5c42f3930a00.tar.gz
git-af10e8b1559790d5c78fcc2a1aae5c42f3930a00.tar.bz2
prefix_filename: simplify windows #ifdef
The prefix_filename function used to do an early return when there was no prefix on non-Windows platforms, but always allocated on Windows so that it could call convert_slashes(). Now that the function always allocates, we can unify the logic and make convert_slashes() the only conditional part. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/rev-parse.c')
0 files changed, 0 insertions, 0 deletions