diff options
author | Stefan Beller <sbeller@google.com> | 2018-07-16 16:05:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-17 11:25:31 -0700 |
commit | 3783aad4c8e08ed7905bada47dc7b5df94bfa74a (patch) | |
tree | 74e16409879b531c6b20c50b496b362590a196a6 /Documentation/lint-gitlink.perl | |
parent | t4015: avoid git as a pipe input (diff) | |
download | tgif-3783aad4c8e08ed7905bada47dc7b5df94bfa74a.tar.xz |
diff.c: do not pass diff options as keydata to hashmap
When we initialize the hashmap, we give it a pointer to the
diff_options, which it then passes along to each call of the
hashmap_cmp_fn function. There's no need to pass it a second time as
the "keydata" parameter, and our comparison functions never look at
keydata.
This was a mistake left over from an earlier round of 2e2d5ac184
(diff.c: color moved lines differently, 2017-06-30), before hashmap
learned to pass the data pointer for us.
Explanation-by: Jeff King <peff@peff.net>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/lint-gitlink.perl')
0 files changed, 0 insertions, 0 deletions