+
+ * "git cvsimport" did not work well when it is fed filenames from the
+ command line and is not started at the top of the work tree. We should
+ backport this by merging f6fdbb6 (cvsimport: fix relative argument
+ filenames, 2009-10-19).
+
+ * The way gitweb escapes its CGI parameters were broken especially when
+ the parameter was a UTF-8 string. We may want to backport this to
+ 1.6.5.X series by merging 452e225 (gitweb: fix esc_param, 2009-10-13).
+
+ * gitweb used to show 'patch' link for merge commits but the output from
+ it is not usable to feed "git am" with. We may want to backport this
+ to 1.6.5.X series by merging 1655c98 (gitweb: Do not show 'patch' link
+ for merge commits, 2009-10-09).
+
+---
+exec >/var/tmp/1
+echo O=$(git describe master)
+O=v1.6.5.2-73-g9b12444
+git shortlog --no-merges $O..master --not maint