summaryrefslogtreecommitdiff
path: root/path.c
diff options
context:
space:
mode:
authorLibravatar Luben Tuikov <ltuikov@yahoo.com>2006-09-28 16:51:43 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-09-28 18:58:16 -0700
commita2a3bf7b2baf0ff64c5b5ffc78d54be82d9967f1 (patch)
tree3bb2c0d8f78f576fee2952121e36619fd3447840 /path.c
parentgitweb: Add snapshot to shortlog (diff)
downloadtgif-a2a3bf7b2baf0ff64c5b5ffc78d54be82d9967f1.tar.xz
gitweb: Don't use quotemeta on internally generated strings
Do not use quotemeta on internally generated strings such as filenames of snapshot, blobs, etc. quotemeta quotes any characters not matching /A-Za-z_0-9/. Which means that we get strings like this: before: linux\-2\.6\.git\-5c2d97cb31fb77981797fec46230ca005b865799\.tar\.gz after: linux-2.6.git-5c2d97cb31fb77981797fec46230ca005b865799.tar.gz This patch fixes this. Signed-off-by: Luben Tuikov <ltuikov@yahoo.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'path.c')
0 files changed, 0 insertions, 0 deletions