diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-02-28 20:59:59 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-28 10:47:28 -0800 |
commit | 8ba8fe049feb9207dd3543c339da955336e5df8f (patch) | |
tree | 8b64d1dfe432ec3ab027d9271254cf86fcfb03ea /bisect.h | |
parent | cb8da70547af5cd5c8e03be5a236971951e81277 (diff) | |
download | git-8ba8fe049feb9207dd3543c339da955336e5df8f.tar.gz |
rev-list: remove BISECT_SHOW_TRIED flag
Since c99f069 (bisect--helper: remove "--next-vars" option as it is
now useless - 2009-04-21), this flag has always been off. Remove the
flag and all related code.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bisect.h')
-rw-r--r-- | bisect.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ extern void print_commit_list(struct commit_list *list, /* bisect_show_flags flags in struct rev_list_info */ #define BISECT_SHOW_ALL (1<<0) -#define BISECT_SHOW_TRIED (1<<1) struct rev_list_info { struct rev_info *revs; |