diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-02 00:57:26 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-02 01:00:30 -0800 |
commit | c8c16f2865f7c9c0d59b31ce66d50a4ecae72fd0 (patch) | |
tree | e22dd7ada53cc33dcacae5a7c3e32eac3ac39580 /diff.c | |
parent | 2efb3b061709bd204f11d54c177dae89e4af0f67 (diff) | |
download | git-c8c16f2865f7c9c0d59b31ce66d50a4ecae72fd0.tar.gz git-c8c16f2865f7c9c0d59b31ce66d50a4ecae72fd0.tar.xz |
diff-lib.c: constness strengthening
The internal implementation of diff-index codepath used to use non const
pointer to pass sha1 around, but it did not have to. With this, we can
also lose the private no_sha1[] array, as we can use the public null_sha1[]
array that exists exactly for the same purpose.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions