blame: move reverse flag to scoreboard
commitf81d70e94010bd0a137249fcf16e15bd4e3d722a
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:21 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:51 +0000 (24 15:41 +0900)
tree608112eaa4bdc484f0b90bdf59f8d563abed1420
parent84be875e610d7f10f2bfe9646d4ea1ace043c486
blame: move reverse flag to scoreboard

The reverse flag is used in parts of blame that are being moved to
libgit, and should be accessible via the scoreboard structure.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c