diff options
author | Carlos Rica <jasampler@gmail.com> | 2007-04-18 05:34:34 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-17 22:00:18 -0700 |
commit | 1401f46bb42d1eb6225a5e08543c06a5b18fd3b7 (patch) | |
tree | bd3b43ebc26280bcddc31e59d7cd0351c150e14d /Documentation/RelNotes-1.5.1.1.txt | |
parent | ab6029415b7e8acbc1beff7363c74bb94c3f0d9d (diff) | |
download | git-1401f46bb42d1eb6225a5e08543c06a5b18fd3b7.tar.gz git-1401f46bb42d1eb6225a5e08543c06a5b18fd3b7.tar.xz |
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>
Diffstat (limited to 'Documentation/RelNotes-1.5.1.1.txt')
0 files changed, 0 insertions, 0 deletions