diff options
author | Jeff King <peff@peff.net> | 2017-07-13 11:02:44 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-13 12:42:51 -0700 |
commit | 18a2565016d45538345a06cd9b912040b5581fc1 (patch) | |
tree | db5dbf1a5d573cbc64312997b24cb2b0bb9282a1 /run-command.c | |
parent | ref-filter: move need_color_reset_at_eol into ref_format (diff) | |
download | tgif-18a2565016d45538345a06cd9b912040b5581fc1.tar.xz |
ref-filter: provide a function for parsing sort options
The ref-filter module currently provides a callback suitable
for parsing command-line --sort options. But since git-tag
also supports the tag.sort config option, it needs a
function whose implementation is quite similar, but with a
slightly different interface. The end result is that
builtin/tag.c has a copy-paste of parse_opt_ref_sorting().
Instead, let's provide a function to parse an arbitrary
sort string, which we can then trivially wrap to make the
parse_opt variant.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.c')
0 files changed, 0 insertions, 0 deletions