author | Carlos Rica <jasampler@gmail.com> | |
Wed, 18 Apr 2007 03:34:34 +0000 (05:34 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 18 Apr 2007 05:00:18 +0000 (22:00 -0700) | ||
commit | 1401f46bb42d1eb6225a5e08543c06a5b18fd3b7 | |
tree | bd3b43ebc26280bcddc31e59d7cd0351c150e14d | tree | snapshot |
parent | ab6029415b7e8acbc1beff7363c74bb94c3f0d9d | commit | diff |
Use const qualifier for 'sha1' parameter in delete_ref function
delete_ref function does not change the 'sha1' parameter. Non-const pointer
causes a compiler warning if you call to the function using a const argument.
Signed-off-by: Carlos Rica <jasampler@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
delete_ref function does not change the 'sha1' parameter. Non-const pointer
causes a compiler warning if you call to the function using a const argument.
Signed-off-by: Carlos Rica <jasampler@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h | diff | blob | history | |
refs.c | diff | blob | history |