X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=revision.h;h=8f7907d7abdb764317612d868f58ab88f7175b59;hb=e27e609bbf81271318d99f2643f378f3fde6c6c6;hp=3adab9590a14e25c2659a1933db4af456c263a5b;hpb=3fbe2d54d7d91378934df7b16d70dc5877586fae;p=git.git diff --git a/revision.h b/revision.h index 3adab9590..8f7907d7a 100644 --- a/revision.h +++ b/revision.h @@ -9,6 +9,7 @@ #define BOUNDARY (1u<<5) #define BOUNDARY_SHOW (1u<<6) #define ADDED (1u<<7) /* Parents already parsed and added? */ +#define SYMMETRIC_LEFT (1u<<8) struct rev_info; struct log_info; @@ -40,6 +41,7 @@ struct rev_info { limited:1, unpacked:1, /* see also ignore_packed below */ boundary:1, + left_right:1, parents:1; /* Diff flags */ @@ -70,11 +72,13 @@ struct rev_info { const char *ref_message_id; const char *add_signoff; const char *extra_headers; + const char *log_reencode; /* Filter by commit log message */ struct grep_opt *grep_filter; /* special limits */ + int skip_count; int max_count; unsigned long max_age; unsigned long min_age;