retitle 637536 please enable search_recursively by default tag 637536 - upstream tag 637536 patch thanks
apparently, this can be done with enabling search_recursively. patch is attached. patch is attached. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: [email protected] Internet: http://people.progress-technologies.net/~daniel.baumann/
>From 7d7badbc9fc3b3d0637654c51a006624b07531b2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann <[email protected]> Date: Fri, 12 Aug 2011 14:46:47 +0200 Subject: [PATCH] Adding patch to enable search_recursively by default (Closes: #637536). --- debian/patches/search_recursively.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 debian/patches/search_recursively.patch diff --git a/debian/patches/search_recursively.patch b/debian/patches/search_recursively.patch new file mode 100644 index 0000000..b4ba971 --- /dev/null +++ b/debian/patches/search_recursively.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann <[email protected]> +Description: Enable search_recursively by default (Closes: #637536). + +diff -Naurp gitalist.orig/gitalist.conf gitalist/gitalist.conf +--- gitalist.orig/gitalist.conf 2011-08-12 14:44:15.528661680 +0200 ++++ gitalist/gitalist.conf 2011-08-12 14:43:55.608562898 +0200 +@@ -4,6 +4,7 @@ name Gitalist + #git /path/to/git + # Configure this to where your repositories are. + # repo_dir __path_to(../)__ ++ search_recursively = 1 + </Model::CollectionOfRepos> + + sitename "A Gitalist" diff --git a/debian/patches/series b/debian/patches/series index 3cfb7ab..4ca135a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ remove_findbin.patch +search_recursively.patch -- 1.7.6

