From 1932761b62f0f350ce82539284000eea03b0d65a07e4febc499e1ea4bc0fcc82 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 22 Nov 2011 09:26:28 +0000 Subject: [PATCH] Add changes entry for recent patch addition. OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/cgit?expand=0&rev=10 --- cgit.changes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/cgit.changes b/cgit.changes index e79ba00..5fc9496 100644 --- a/cgit.changes +++ b/cgit.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 22 09:24:35 UTC 2011 - saschpe@suse.de + +- Add patch cgit-fix-print-tree.diff: + The cgit build fix with respect to git-1.7.6 is incomplete: in + the file ui-tree.c ls_tree() has been patched to use pathspec + when invoking read_tree_recursive(), but cgit_print_tree() has + no t been touched. + + The resulting problem can be seen when browsing the tree of a cgit + repository: when you "drill down" into subfolders, parts of the + parent folder's contents will appear in the listing. + + This patch adjusts cgit_print_tree() accordingly, which fixes the problem. + ------------------------------------------------------------------- Fri Oct 14 10:13:03 CEST 2011 - tiwai@suse.de