author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 6 Mar 2008 20:46:09 +0000 (12:46 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 9 Mar 2008 08:43:48 +0000 (00:43 -0800) | ||
commit | d1f128b0509dce8b492c233b36131f096fd71274 | |
tree | 4aa480380652effa3a1276b2df20879b92b9993a | tree | snapshot |
parent | bcbe5a515e837873f24dc9a764fa31e3ade45bb5 | commit | diff |
Add 'const' where appropriate to index handling functions
This is in an effort to make the source index of 'unpack_trees()' as
being const, and thus making the compiler help us verify that we only
access it for reading.
The constification also extended to some of the hashing helpers that get
called indirectly.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This is in an effort to make the source index of 'unpack_trees()' as
being const, and thus making the compiler help us verify that we only
access it for reading.
The constification also extended to some of the hashing helpers that get
called indirectly.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h | diff | blob | history | |
hash.c | diff | blob | history | |
hash.h | diff | blob | history | |
read-cache.c | diff | blob | history |