about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Naewe <stefan.naewe@atlas-elektronik.com>2008-08-05 09:20:07 +0200
committerLars Hjemli <hjemli@gmail.com>2008-08-05 09:36:31 +0200
commit3c71f597cc932992d5c44196e90f4675a1d54e77 (patch)
treef651797772257c63181e2d8874845afd65f31bb1
parentAdded `local-time` option to cgitrc (diff)
downloadcgit-pink-3c71f597cc932992d5c44196e90f4675a1d54e77.tar.gz
cgit-pink-3c71f597cc932992d5c44196e90f4675a1d54e77.zip
cgitrc: explain new local-time option
Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--cgitrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgitrc b/cgitrc
index 9e8a0f2..6a79c43 100644
--- a/cgitrc
+++ b/cgitrc
@@ -44,6 +44,8 @@
 ## print all tags.
 #summary-tags=0
 
+## Enable/disable display of localtime vs. GMT. Set to 1 for localtime.
+#local-time=0
 
 ## The "Idle" column on the repository index page can read a timestamp
 ## from the specified agefile (if this file cannot be found, the mtime
1:39:23 +0200'>2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt