X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2d59e6a64e9869cc8420cb532af29a9eba867004..33414d7869aa55aaccd45cdb82268d454cb79863:/cgit.h?ds=sidebyside diff --git a/cgit.h b/cgit.h index fbc6c6a..005ae63 100644 --- a/cgit.h +++ b/cgit.h @@ -71,7 +71,6 @@ struct cgit_exec_filter { char *cmd; char **argv; int old_stdout; - int pipe_fh[2]; int pid; }; @@ -228,6 +227,7 @@ struct cgit_config { int enable_http_clone; int enable_index_links; int enable_index_owner; + int enable_blame; int enable_commit_graph; int enable_log_filecount; int enable_log_linecount;