From 400ec557d8014bf510738484cae830994d8dc038 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 25 Oct 2015 13:49:58 -0700 Subject: [PATCH] patches: update gitweb Signed-off-by: Kyle J. McKay --- ChangeLog.txt | 2 ++ ...-not-use-application-xhtml-xml-content-type.diff | 2 +- .../q/gitweb-add-refs-action-to-show-all-refs.diff | 2 +- .../gitweb-avoid-adding-js-0-unless-necessary.diff | 2 +- .../q/gitweb-avoid-implicit-use-of-the-shell.diff | 2 +- .../q/gitweb-avoid-stale-variable-contents.diff | 2 +- patches/gitweb/q/gitweb-correct-plurals-text.diff | 2 +- .../gitweb/q/gitweb-correct-quot_cec-function.diff | 2 +- .../q/gitweb-do-not-create-nested-a-a-tags.diff | 2 +- ...tweb-do-not-fork-a-shell-to-run-git-version.diff | 2 +- ...-not-turn-git-svn-id-lines-into-object-link.diff | 2 +- .../q/gitweb-do-not-use-undeclared-entities.diff | 2 +- .../q/gitweb-enable-case-insensitive-sorting.diff | 2 +- ...b-exclude-trailing-.git-of-path-from-search.diff | 2 +- ...eb-find-project-dirs-with-.git-gitdir-links.diff | 2 +- .../gitweb/q/gitweb-improve-blob_plain-charset.diff | 2 +- .../q/gitweb-improve-highlight-syntax-matching.diff | 2 +- ...web-include-navigation-for-non-commit-ishes.diff | 2 +- .../gitweb/q/gitweb-include-timestamp-day-in.diff | 2 +- .../q/gitweb-keep-top-project-in-filtered-list.diff | 2 +- .../q/gitweb-only-allow-GET-and-HEAD-methods.diff | 2 +- patches/gitweb/q/gitweb-optimize-Encoding-use.diff | 2 +- .../q/gitweb-polish-the-content-tags-support.diff | 2 +- ...itweb-prefer-gitweb.owner-over-project-list.diff | 2 +- ...tweb-send-git_cmd-stderr-output-to-dev-null.diff | 2 +- .../q/gitweb-show-hash-for-displayed-objects.diff | 2 +- .../q/gitweb-support-automatic-FCGI-detection.diff | 2 +- .../gitweb-support-automatic-readme-generation.diff | 21 ++++++++++++++++----- .../q/gitweb-support-caching-projects-list.diff | 2 +- ...pport-for-no-project-list-on-gitweb-front-p.diff | 2 +- .../gitweb/q/gitweb-support-lastactivity-file.diff | 2 +- .../gitweb/q/gitweb-unify-shortlog-log-links.diff | 4 ++-- .../gitweb/q/gitweb-use-an-absolute-base-URL.diff | 2 +- .../q/gitweb-use-to_utf8-on-all-input-lines.diff | 2 +- ...web-workaround-surrogate-code-point-problem.diff | 2 +- ...gitweb-wrap-rather-than-overflow-long-lines.diff | 2 +- patches/gitweb/q/gitweb.perl-use-die-not-goto.diff | 2 +- 37 files changed, 54 insertions(+), 41 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b43f988..1caf25b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -9,6 +9,8 @@ Git 2.4.10 Installer - reissued 2015-10-?? * Git v2.4.10 - update from version 2.3.10 + - the new ru.po translations work properly in all their plural forms + - include git-mw and git-remote-mediawiki from contrib/mw-to-git - drop thread-utils.c fix (included in v2.4.0) - drop git-gui Tcl 8.4 fix (included in v2.4.0) - drop contrib/pre-auto-gc-battery fix backport (included in v2.4.0) diff --git a/patches/gitweb/q/gitweb-Do-not-use-application-xhtml-xml-content-type.diff b/patches/gitweb/q/gitweb-Do-not-use-application-xhtml-xml-content-type.diff index 1390aad..6eaf690 100644 --- a/patches/gitweb/q/gitweb-Do-not-use-application-xhtml-xml-content-type.diff +++ b/patches/gitweb/q/gitweb-Do-not-use-application-xhtml-xml-content-type.diff @@ -10,7 +10,7 @@ Signed-off-by: Petr Baudis 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 5407d2c5..7d27ce50 100755 +index 73769c27..e4281229 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -4101,17 +4101,11 @@ sub get_page_title { diff --git a/patches/gitweb/q/gitweb-add-refs-action-to-show-all-refs.diff b/patches/gitweb/q/gitweb-add-refs-action-to-show-all-refs.diff index 7bcef8c..012c931 100644 --- a/patches/gitweb/q/gitweb-add-refs-action-to-show-all-refs.diff +++ b/patches/gitweb/q/gitweb-add-refs-action-to-show-all-refs.diff @@ -13,7 +13,7 @@ Signed-off-by: Kyle J. McKay 2 files changed, 54 insertions(+), 7 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index c5a5fe61..71b1d97c 100755 +index c2f71f7f..e9d1da27 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -141,6 +141,10 @@ our $project_list_default_category = ""; diff --git a/patches/gitweb/q/gitweb-avoid-adding-js-0-unless-necessary.diff b/patches/gitweb/q/gitweb-avoid-adding-js-0-unless-necessary.diff index 27c8e68..1eaef2c 100644 --- a/patches/gitweb/q/gitweb-avoid-adding-js-0-unless-necessary.diff +++ b/patches/gitweb/q/gitweb-avoid-adding-js-0-unless-necessary.diff @@ -28,7 +28,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index f8fb19fc..4676bd26 100755 +index 08691a75..b1ecafb8 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -7592,6 +7592,8 @@ sub git_blame_common { diff --git a/patches/gitweb/q/gitweb-avoid-implicit-use-of-the-shell.diff b/patches/gitweb/q/gitweb-avoid-implicit-use-of-the-shell.diff index 3324df6..98d6a58 100644 --- a/patches/gitweb/q/gitweb-avoid-implicit-use-of-the-shell.diff +++ b/patches/gitweb/q/gitweb-avoid-implicit-use-of-the-shell.diff @@ -52,7 +52,7 @@ index cd194d05..8aab6c99 100644 GITWEB-BUILD-OPTIONS: FORCE @rm -f $@+ diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 5244bb7d..748f580a 100755 +index 88f3db66..5214c5e9 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -203,6 +203,10 @@ our @diff_opts = ('-M'); # taken from git_commit diff --git a/patches/gitweb/q/gitweb-avoid-stale-variable-contents.diff b/patches/gitweb/q/gitweb-avoid-stale-variable-contents.diff index 9bb31e4..a1e2f50 100644 --- a/patches/gitweb/q/gitweb-avoid-stale-variable-contents.diff +++ b/patches/gitweb/q/gitweb-avoid-stale-variable-contents.diff @@ -20,7 +20,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 68f52ec5..4e50ed69 100755 +index b61e9408..a8dbb2dd 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1340,6 +1340,23 @@ sub evaluate_argv { diff --git a/patches/gitweb/q/gitweb-correct-plurals-text.diff b/patches/gitweb/q/gitweb-correct-plurals-text.diff index 92e9e06..9e1984b 100644 --- a/patches/gitweb/q/gitweb-correct-plurals-text.diff +++ b/patches/gitweb/q/gitweb-correct-plurals-text.diff @@ -6,7 +6,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index cd5c8dcf..812ee989 100755 +index 1ea7c1b7..62602602 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -6082,11 +6082,12 @@ sub git_project_list_rows { diff --git a/patches/gitweb/q/gitweb-correct-quot_cec-function.diff b/patches/gitweb/q/gitweb-correct-quot_cec-function.diff index 7d500fe..d2c9cb5 100644 --- a/patches/gitweb/q/gitweb-correct-quot_cec-function.diff +++ b/patches/gitweb/q/gitweb-correct-quot_cec-function.diff @@ -10,7 +10,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 48f56639..f8e406cc 100755 +index 16aea234..f26f2d1d 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1797,7 +1797,7 @@ sub quot_cec { diff --git a/patches/gitweb/q/gitweb-do-not-create-nested-a-a-tags.diff b/patches/gitweb/q/gitweb-do-not-create-nested-a-a-tags.diff index 647b224..0e10ef6 100644 --- a/patches/gitweb/q/gitweb-do-not-create-nested-a-a-tags.diff +++ b/patches/gitweb/q/gitweb-do-not-create-nested-a-a-tags.diff @@ -14,7 +14,7 @@ Signed-off-by: Kyle J. McKay 2 files changed, 50 insertions(+), 19 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 812ee989..48f56639 100755 +index 62602602..16aea234 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2245,13 +2245,13 @@ sub format_ref_marker { diff --git a/patches/gitweb/q/gitweb-do-not-fork-a-shell-to-run-git-version.diff b/patches/gitweb/q/gitweb-do-not-fork-a-shell-to-run-git-version.diff index 4ea4b5f..fc65a21 100644 --- a/patches/gitweb/q/gitweb-do-not-fork-a-shell-to-run-git-version.diff +++ b/patches/gitweb/q/gitweb-do-not-fork-a-shell-to-run-git-version.diff @@ -14,7 +14,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index d5dd2db3..00388b5e 100755 +index b6aa1c09..fe894a1d 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -965,7 +965,14 @@ sub get_loadavg { diff --git a/patches/gitweb/q/gitweb-do-not-turn-git-svn-id-lines-into-object-link.diff b/patches/gitweb/q/gitweb-do-not-turn-git-svn-id-lines-into-object-link.diff index 6e25336..d21ff58 100644 --- a/patches/gitweb/q/gitweb-do-not-turn-git-svn-id-lines-into-object-link.diff +++ b/patches/gitweb/q/gitweb-do-not-turn-git-svn-id-lines-into-object-link.diff @@ -13,7 +13,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 00388b5e..4a28a114 100755 +index fe894a1d..cb64c27f 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2352,7 +2352,7 @@ sub format_log_line_html { diff --git a/patches/gitweb/q/gitweb-do-not-use-undeclared-entities.diff b/patches/gitweb/q/gitweb-do-not-use-undeclared-entities.diff index b6bc871..c07d758 100644 --- a/patches/gitweb/q/gitweb-do-not-use-undeclared-entities.diff +++ b/patches/gitweb/q/gitweb-do-not-use-undeclared-entities.diff @@ -36,7 +36,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 7d27ce50..e39a4822 100755 +index e4281229..c2879a09 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1689,7 +1689,7 @@ sub esc_html { diff --git a/patches/gitweb/q/gitweb-enable-case-insensitive-sorting.diff b/patches/gitweb/q/gitweb-enable-case-insensitive-sorting.diff index 9926a22..8cd19ac 100644 --- a/patches/gitweb/q/gitweb-enable-case-insensitive-sorting.diff +++ b/patches/gitweb/q/gitweb-enable-case-insensitive-sorting.diff @@ -6,7 +6,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 949d5de4..cd5c8dcf 100755 +index 84a672c0..1ea7c1b7 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -5997,7 +5997,7 @@ sub sort_projects_list { diff --git a/patches/gitweb/q/gitweb-exclude-trailing-.git-of-path-from-search.diff b/patches/gitweb/q/gitweb-exclude-trailing-.git-of-path-from-search.diff index 25bac33..cafaf33 100644 --- a/patches/gitweb/q/gitweb-exclude-trailing-.git-of-path-from-search.diff +++ b/patches/gitweb/q/gitweb-exclude-trailing-.git-of-path-from-search.diff @@ -12,7 +12,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 4a28a114..b37c4900 100755 +index cb64c27f..6f061251 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -3537,8 +3537,10 @@ sub search_projects_list { diff --git a/patches/gitweb/q/gitweb-find-project-dirs-with-.git-gitdir-links.diff b/patches/gitweb/q/gitweb-find-project-dirs-with-.git-gitdir-links.diff index 1ddcb4d..aca3445 100644 --- a/patches/gitweb/q/gitweb-find-project-dirs-with-.git-gitdir-links.diff +++ b/patches/gitweb/q/gitweb-find-project-dirs-with-.git-gitdir-links.diff @@ -11,7 +11,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 37 insertions(+) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 4676bd26..0ca50c39 100755 +index b1ecafb8..2b985184 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -3404,6 +3404,43 @@ sub git_get_projects_list { diff --git a/patches/gitweb/q/gitweb-improve-blob_plain-charset.diff b/patches/gitweb/q/gitweb-improve-blob_plain-charset.diff index b2ead77..d00b9c0 100644 --- a/patches/gitweb/q/gitweb-improve-blob_plain-charset.diff +++ b/patches/gitweb/q/gitweb-improve-blob_plain-charset.diff @@ -13,7 +13,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 103 insertions(+), 29 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 1ea90132..d5dd2db3 100755 +index 58497ff1..b6aa1c09 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -175,7 +175,7 @@ our $strict_export = "++GITWEB_STRICT_EXPORT++"; diff --git a/patches/gitweb/q/gitweb-improve-highlight-syntax-matching.diff b/patches/gitweb/q/gitweb-improve-highlight-syntax-matching.diff index c5bd2dd..bab95c7 100644 --- a/patches/gitweb/q/gitweb-improve-highlight-syntax-matching.diff +++ b/patches/gitweb/q/gitweb-improve-highlight-syntax-matching.diff @@ -15,7 +15,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 209 insertions(+), 21 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 697fdd1c..5244bb7d 100755 +index 5928ed3f..88f3db66 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -304,20 +304,136 @@ our %highlight_basename = ( diff --git a/patches/gitweb/q/gitweb-include-navigation-for-non-commit-ishes.diff b/patches/gitweb/q/gitweb-include-navigation-for-non-commit-ishes.diff index c7aca6b..19479c6 100644 --- a/patches/gitweb/q/gitweb-include-navigation-for-non-commit-ishes.diff +++ b/patches/gitweb/q/gitweb-include-navigation-for-non-commit-ishes.diff @@ -16,7 +16,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index f3a6900a..d1276d96 100755 +index d678a11d..e8e020ae 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -4853,7 +4853,13 @@ sub git_print_page_nav { diff --git a/patches/gitweb/q/gitweb-include-timestamp-day-in.diff b/patches/gitweb/q/gitweb-include-timestamp-day-in.diff index 1daaaf7..5a31834 100644 --- a/patches/gitweb/q/gitweb-include-timestamp-day-in.diff +++ b/patches/gitweb/q/gitweb-include-timestamp-day-in.diff @@ -12,7 +12,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index d1276d96..f80e9938 100755 +index e8e020ae..2cbae33f 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -3759,6 +3759,7 @@ sub parse_date { diff --git a/patches/gitweb/q/gitweb-keep-top-project-in-filtered-list.diff b/patches/gitweb/q/gitweb-keep-top-project-in-filtered-list.diff index 5476967..aea1658 100644 --- a/patches/gitweb/q/gitweb-keep-top-project-in-filtered-list.diff +++ b/patches/gitweb/q/gitweb-keep-top-project-in-filtered-list.diff @@ -10,7 +10,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index dcd2317c..5407d2c5 100755 +index 350aab0c..73769c27 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -6076,7 +6076,7 @@ sub git_project_list_rows { diff --git a/patches/gitweb/q/gitweb-only-allow-GET-and-HEAD-methods.diff b/patches/gitweb/q/gitweb-only-allow-GET-and-HEAD-methods.diff index 821f709..cd809a1 100644 --- a/patches/gitweb/q/gitweb-only-allow-GET-and-HEAD-methods.diff +++ b/patches/gitweb/q/gitweb-only-allow-GET-and-HEAD-methods.diff @@ -6,7 +6,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 12 insertions(+) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index e39a4822..d0868d23 100755 +index c2879a09..5c2ab6ac 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1299,6 +1299,18 @@ our $first_request = 1; diff --git a/patches/gitweb/q/gitweb-optimize-Encoding-use.diff b/patches/gitweb/q/gitweb-optimize-Encoding-use.diff index 0ed53d6..6562ee1 100644 --- a/patches/gitweb/q/gitweb-optimize-Encoding-use.diff +++ b/patches/gitweb/q/gitweb-optimize-Encoding-use.diff @@ -10,7 +10,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index fbeae474..949d5de4 100755 +index 15a8bcbc..84a672c0 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -805,6 +805,20 @@ sub evaluate_gitweb_config { diff --git a/patches/gitweb/q/gitweb-polish-the-content-tags-support.diff b/patches/gitweb/q/gitweb-polish-the-content-tags-support.diff index 694c0a4..941b380 100644 --- a/patches/gitweb/q/gitweb-polish-the-content-tags-support.diff +++ b/patches/gitweb/q/gitweb-polish-the-content-tags-support.diff @@ -22,7 +22,7 @@ Signed-off-by: Kyle J. McKay 2 files changed, 33 insertions(+), 15 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 71b1d97c..8a6f3441 100755 +index e9d1da27..c6442a2a 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -480,8 +480,11 @@ our %feature = ( diff --git a/patches/gitweb/q/gitweb-prefer-gitweb.owner-over-project-list.diff b/patches/gitweb/q/gitweb-prefer-gitweb.owner-over-project-list.diff index b5e6b26..5f5f88f 100644 --- a/patches/gitweb/q/gitweb-prefer-gitweb.owner-over-project-list.diff +++ b/patches/gitweb/q/gitweb-prefer-gitweb.owner-over-project-list.diff @@ -16,7 +16,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index f80e9938..8471df97 100755 +index 2cbae33f..1423e68a 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -3574,20 +3574,22 @@ sub git_get_project_list_from_file { diff --git a/patches/gitweb/q/gitweb-send-git_cmd-stderr-output-to-dev-null.diff b/patches/gitweb/q/gitweb-send-git_cmd-stderr-output-to-dev-null.diff index f96a74c..0e62291 100644 --- a/patches/gitweb/q/gitweb-send-git_cmd-stderr-output-to-dev-null.diff +++ b/patches/gitweb/q/gitweb-send-git_cmd-stderr-output-to-dev-null.diff @@ -6,7 +6,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 80 insertions(+), 54 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 069873c4..697fdd1c 100755 +index 896f2ceb..5928ed3f 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -17,6 +17,7 @@ use Encode; diff --git a/patches/gitweb/q/gitweb-show-hash-for-displayed-objects.diff b/patches/gitweb/q/gitweb-show-hash-for-displayed-objects.diff index 7b86da2..fcba447 100644 --- a/patches/gitweb/q/gitweb-show-hash-for-displayed-objects.diff +++ b/patches/gitweb/q/gitweb-show-hash-for-displayed-objects.diff @@ -14,7 +14,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index cd1ca6cb..f3a6900a 100755 +index 5b089e8b..d678a11d 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -7430,12 +7430,17 @@ sub git_tag { diff --git a/patches/gitweb/q/gitweb-support-automatic-FCGI-detection.diff b/patches/gitweb/q/gitweb-support-automatic-FCGI-detection.diff index c076ed6..b39ba69 100644 --- a/patches/gitweb/q/gitweb-support-automatic-FCGI-detection.diff +++ b/patches/gitweb/q/gitweb-support-automatic-FCGI-detection.diff @@ -35,7 +35,7 @@ index bad4bfd7..a65f19dc 100644 Other variables ~~~~~~~~~~~~~~~ diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index d0868d23..fbeae474 100755 +index 5c2ab6ac..15a8bcbc 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -452,7 +452,8 @@ our %feature = ( diff --git a/patches/gitweb/q/gitweb-support-automatic-readme-generation.diff b/patches/gitweb/q/gitweb-support-automatic-readme-generation.diff index ab3b463..454564e 100644 --- a/patches/gitweb/q/gitweb-support-automatic-readme-generation.diff +++ b/patches/gitweb/q/gitweb-support-automatic-readme-generation.diff @@ -12,11 +12,11 @@ a README.html file that consists of only XML . Signed-off-by: Kyle J. McKay --- gitweb/gitweb.perl | 52 +++++++++++++++++++++++++++++++++++++++++++----- - gitweb/static/gitweb.css | 44 ++++++++++++++++++++++++++++++++++------ - 2 files changed, 85 insertions(+), 11 deletions(-) + gitweb/static/gitweb.css | 48 ++++++++++++++++++++++++++++++++++++++------ + 2 files changed, 89 insertions(+), 11 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 75936080..f8fb19fc 100755 +index 1cca889c..08691a75 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -200,6 +200,13 @@ our $fallback_encoding = 'latin1'; @@ -93,7 +93,7 @@ index 75936080..f8fb19fc 100755 # we need to request one more than 16 (0..15) to check if diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css -index 50efe9a0..b46617f0 100644 +index 50efe9a0..61d7bd00 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -8,11 +8,15 @@ body { @@ -114,7 +114,18 @@ index 50efe9a0..b46617f0 100644 color: #880000; } -@@ -131,14 +135,42 @@ span.title { +@@ -37,6 +41,10 @@ img.blob { + max-width: 100%; + } + ++div.header, div.title { ++ clear: both; ++} ++ + a.list img.avatar { + border-style: none; + } +@@ -131,14 +139,42 @@ span.title { display: block; } diff --git a/patches/gitweb/q/gitweb-support-caching-projects-list.diff b/patches/gitweb/q/gitweb-support-caching-projects-list.diff index 3897fc1..9d93029 100644 --- a/patches/gitweb/q/gitweb-support-caching-projects-list.diff +++ b/patches/gitweb/q/gitweb-support-caching-projects-list.diff @@ -108,7 +108,7 @@ index 0784b7d2..bad4bfd7 100644 Some optional features and policies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 4e50ed69..dcd2317c 100755 +index a8dbb2dd..350aab0c 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -19,6 +19,7 @@ use File::Find qw(); diff --git a/patches/gitweb/q/gitweb-support-for-no-project-list-on-gitweb-front-p.diff b/patches/gitweb/q/gitweb-support-for-no-project-list-on-gitweb-front-p.diff index 0963c57..921abe1 100644 --- a/patches/gitweb/q/gitweb-support-for-no-project-list-on-gitweb-front-p.diff +++ b/patches/gitweb/q/gitweb-support-for-no-project-list-on-gitweb-front-p.diff @@ -72,7 +72,7 @@ index cd9c8951..e87a461b 100644 summary:: Displays summary about given repository. This is the default command if diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 8a6f3441..7cbd498f 100755 +index c6442a2a..1ff6e9ac 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -202,6 +202,11 @@ our $prevent_xss = 0; diff --git a/patches/gitweb/q/gitweb-support-lastactivity-file.diff b/patches/gitweb/q/gitweb-support-lastactivity-file.diff index 2a6555b..b0f05e8 100644 --- a/patches/gitweb/q/gitweb-support-lastactivity-file.diff +++ b/patches/gitweb/q/gitweb-support-lastactivity-file.diff @@ -56,7 +56,7 @@ index fd3ca594..0784b7d2 100644 If true prevents displaying information about repository owner. diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 7cbd498f..09647b15 100755 +index 1ff6e9ac..73bdcee5 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -18,6 +18,7 @@ use Fcntl ':mode'; diff --git a/patches/gitweb/q/gitweb-unify-shortlog-log-links.diff b/patches/gitweb/q/gitweb-unify-shortlog-log-links.diff index 867baf0..89a5219 100644 --- a/patches/gitweb/q/gitweb-unify-shortlog-log-links.diff +++ b/patches/gitweb/q/gitweb-unify-shortlog-log-links.diff @@ -14,7 +14,7 @@ Signed-off-by: Petr Baudis 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 6c8f971a..c5a5fe61 100755 +index 6c8f971a..c2f71f7f 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -4347,7 +4347,7 @@ sub git_print_page_nav { @@ -118,7 +118,7 @@ index 6c8f971a..c5a5fe61 100755 - git_header_html(); + { -+ local $action = 'fulllog'; ++ local $action = 'log'; + git_header_html(); + } git_print_page_nav($fmt_name,'', $hash,$hash,$hash, $paging_nav); diff --git a/patches/gitweb/q/gitweb-use-an-absolute-base-URL.diff b/patches/gitweb/q/gitweb-use-an-absolute-base-URL.diff index f20ec9d..43a5065 100644 --- a/patches/gitweb/q/gitweb-use-an-absolute-base-URL.diff +++ b/patches/gitweb/q/gitweb-use-an-absolute-base-URL.diff @@ -12,7 +12,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 8471df97..75936080 100755 +index 1423e68a..1cca889c 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -45,7 +45,8 @@ sub evaluate_uri { diff --git a/patches/gitweb/q/gitweb-use-to_utf8-on-all-input-lines.diff b/patches/gitweb/q/gitweb-use-to_utf8-on-all-input-lines.diff index bd26501..9b1fe65 100644 --- a/patches/gitweb/q/gitweb-use-to_utf8-on-all-input-lines.diff +++ b/patches/gitweb/q/gitweb-use-to_utf8-on-all-input-lines.diff @@ -17,7 +17,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 93 insertions(+), 46 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 748f580a..1ea90132 100755 +index 5214c5e9..58497ff1 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1483,6 +1483,7 @@ our $CGI = 'CGI'; diff --git a/patches/gitweb/q/gitweb-workaround-surrogate-code-point-problem.diff b/patches/gitweb/q/gitweb-workaround-surrogate-code-point-problem.diff index c5809ea..7d881b7 100644 --- a/patches/gitweb/q/gitweb-workaround-surrogate-code-point-problem.diff +++ b/patches/gitweb/q/gitweb-workaround-surrogate-code-point-problem.diff @@ -25,7 +25,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 5 insertions(+) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index f8e406cc..069873c4 100755 +index f26f2d1d..896f2ceb 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1749,6 +1749,7 @@ sub esc_html { diff --git a/patches/gitweb/q/gitweb-wrap-rather-than-overflow-long-lines.diff b/patches/gitweb/q/gitweb-wrap-rather-than-overflow-long-lines.diff index 81532c4..dd54642 100644 --- a/patches/gitweb/q/gitweb-wrap-rather-than-overflow-long-lines.diff +++ b/patches/gitweb/q/gitweb-wrap-rather-than-overflow-long-lines.diff @@ -27,7 +27,7 @@ Signed-off-by: Kyle J. McKay 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index b37c4900..cd1ca6cb 100755 +index 6f061251..5b089e8b 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2842,7 +2842,7 @@ sub format_diff_line { diff --git a/patches/gitweb/q/gitweb.perl-use-die-not-goto.diff b/patches/gitweb/q/gitweb.perl-use-die-not-goto.diff index 4774063..73e5f30 100644 --- a/patches/gitweb/q/gitweb.perl-use-die-not-goto.diff +++ b/patches/gitweb/q/gitweb.perl-use-die-not-goto.diff @@ -29,7 +29,7 @@ Signed-off-by: Kyle J. McKay 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl -index 09647b15..68f52ec5 100755 +index 73bdcee5..b61e9408 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1352,7 +1352,7 @@ sub run { -- 2.11.4.GIT