diff options
author | Jakub Narebski <jnareb@gmail.com> | 2007-05-12 21:16:34 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-13 12:12:30 -0700 |
commit | 198a2a8a69921327513c32512bdac77f52ab95d3 (patch) | |
tree | 81e495a0ad572154b0f0819e40d5d3a061c23324 /git-cvsserver.perl | |
parent | a2983cb7406210c69415b35528f83afa8e9c7b68 (diff) | |
download | git-198a2a8a69921327513c32512bdac77f52ab95d3.tar.gz git-198a2a8a69921327513c32512bdac77f52ab95d3.tar.xz |
gitweb: Check if requested object exists
Try to avoid "Use of uninitialized value ..." errors caused by bad
revision, incorrect filename, wrong object id, bad file etc. (wrong
value of 'h', 'hb', 'f', etc. parameters). This avoids polluting web
server errors log.
Correct git_get_hash_by_path and parse_commit_text (and, in turn,
parse_commit) to return undef if object does not exist. Check in
git_tag if requested tag exists.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-cvsserver.perl')
0 files changed, 0 insertions, 0 deletions