diff options
author | Luben Tuikov <ltuikov@yahoo.com> | 2006-09-28 16:51:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-28 18:58:16 -0700 |
commit | a2a3bf7b2baf0ff64c5b5ffc78d54be82d9967f1 (patch) | |
tree | 3bb2c0d8f78f576fee2952121e36619fd3447840 /path.c | |
parent | gitweb: Add snapshot to shortlog (diff) | |
download | tgif-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