diff options
author | Jeff King <peff@peff.net> | 2019-02-14 00:50:54 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-14 15:26:15 -0800 |
commit | e0329199a7b40372dec50a1bc1c497f5fbb2ddbc (patch) | |
tree | de9876503c5597b8e6034e0ec75cf3b2dbc3063b /Documentation/diff-options.txt | |
parent | files-backend: drop refs parameter from split_symref_update() (diff) | |
download | tgif-e0329199a7b40372dec50a1bc1c497f5fbb2ddbc.tar.xz |
ref-filter: drop unused buf/sz pairs
The grab_tag_values() and grab_commit_values() functions take both the
"struct object" as well as the buf/sz pair for the actual object bytes.
However, neither function uses the latter, as they pull the data
directly from the parsed object struct.
Let's get rid of these misleading parameters.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-options.txt')
0 files changed, 0 insertions, 0 deletions