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