]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
am: avoid diff_opt_parse()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 24 Mar 2019 08:20:14 +0000 (15:20 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Mar 2019 13:21:24 +0000 (22:21 +0900)
commitcdb5330a9baa64c28473fb0f446ca2242d6971fb
treeed2418ab41323ba875ac13d5969a085614873457
parent16bb3d714dcb1bf50f7f96b957c4306dc6df137e
am: avoid diff_opt_parse()

diff_opt_parse() is a heavy hammer to just set diff filter. But it's
the only way because of the diff_status_letters[] mapping. Add a new
API to set diff filter and use it in git-am. diff_opt_parse()'s only
remaining call site in revision.c will be gone soon and having it here
just because of git-am does not make sense.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c
diff.c
diff.h