From 37a24e4e39737edaa5cdde501346a65eeb280e63 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 22 Jun 2010 14:15:48 +0000 Subject: Merge branch 'jh/path-limit' Conflicts: cgit.h ui-commit.c --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 8884f9e..80c3902 100644 --- a/cgit.h +++ b/cgit.h @@ -147,6 +147,7 @@ struct cgit_query { int showmsg; int ssdiff; int show_all; + char *vpath; }; struct cgit_config { -- cgit v0.9.0.2