diff options
author | Jeff King <peff@peff.net> | 2018-11-05 01:39:38 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-06 12:55:35 +0900 |
commit | f53c163bcd7ae9bf83aa87be81dc6a4661924f3e (patch) | |
tree | 360a6c3787a6a2ba869bf5538887d8b68ee94422 /t/t4022-diff-rewrite.sh | |
parent | ls-files: mark exclude options as NONEG (diff) | |
download | tgif-f53c163bcd7ae9bf83aa87be81dc6a4661924f3e.tar.xz |
pack-objects: mark index-version option as NONEG
Running "git pack-objects --no-index-version" will segfault, since the
callback is not prepared to handle the "unset" flag.
In theory this might be used to counteract an earlier "--index-version",
or override a pack.indexversion config setting. But the semantics aren't
immediately obvious, and it's unlikely anybody wants this. Let's just
disable the broken option for now.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4022-diff-rewrite.sh')
0 files changed, 0 insertions, 0 deletions