merge
authorMichael Wallner <mike@php.net>
Wed, 23 Jan 2019 16:01:51 +0000 (17:01 +0100)
committerMichael Wallner <mike@php.net>
Wed, 23 Jan 2019 16:01:51 +0000 (17:01 +0100)
README.markdown
custom.js
gitweb.css
setup

index d9d3ceecaf9e42ab55a4035f8aa053596b03f1df..2eed141746c42a634c6c26e13300b2ecfbc19514 100644 (file)
@@ -1,3 +1,7 @@
+![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)
+![GitHub Stars](https://img.shields.io/github/stars/kogakure/gitweb-theme.svg?style=social&label=Star)
+![GitHub Forks](https://img.shields.io/github/forks/kogakure/gitweb-theme.svg?style=social&label=Fork)
+
 # Theme for gitweb
 
 This is an alternative theme for [gitweb] (tested with git web interface version 2.0.4). It is *strongly* inspired by GitHub.
index 137cf96390c0caa698f1d02334f1c87b6514e93e..2b31b740f405311affdff28c2aeaf0175cae2ba3 100644 (file)
--- a/custom.js
+++ b/custom.js
@@ -10,7 +10,7 @@
        [].slice.call(d.querySelectorAll(".page_nav a+br")).forEach(function(v) {
                v.parentNode.replaceChild(d.createTextNode(" | "),v)
        });
-       
+
        /* summary */
        var q = {};
        location.search.substring(1).split(";").forEach(function(p) {
@@ -39,4 +39,3 @@
                x.send();
        }
 })(document);
-
index c57d577b656d065a4320af69c4aff1168bdccafc..65458debdce033f6389fe9eb5451fb45ff716b63 100644 (file)
@@ -99,6 +99,16 @@ td, th {
   display: none;
 }
 
+#generating_info {
+  font-size: 10px;
+  color: #aaa;
+  text-align: center;
+}
+
+#generating_time, #generating_cmd {
+  font-weight: bold;
+}
+
 /* Page Header
 ---------------------------------------------------------------------------- */
 
diff --git a/setup b/setup
index d35e07bb83c1465c1ba1a6a7834815762b34cb56..fa2ae838d19848f80370fe6cf3a76c2c699bc1f7 100755 (executable)
--- a/setup
+++ b/setup
@@ -56,7 +56,7 @@ install()
         then
           log "Skipping $FILE.bak, file exists..."
         else
-          mv $MV_ARGS "$TARGET/$FILE" "$TARGET/$FILE.bak"
+          mv -f $MV_ARGS "$TARGET/$FILE" "$TARGET/$FILE.bak"
         fi
       done
       log ""