From b1e172acca870e7999f2d2d917db7b4c42aa05b3 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 1 Feb 2013 10:59:13 +0100 Subject: Make "owner" column on index page configurable This is not really needed for personal sites where all repos belong to the same person. Since it is pretty useful for shared sites however, it should be configurable. Signed-off-by: Florian Pritz Signed-off-by: Jason A. Donenfeld --- cgitrc.5.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cgitrc.5.txt') diff --git a/cgitrc.5.txt b/cgitrc.5.txt index c1038d7..4d27d9f 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -120,6 +120,10 @@ enable-index-links:: each repo in the repository index (specifically, to the "summary", "commit" and "tree" pages). Default value: "0". +enable-index-owner:: + Flag which, when set to "1", will make cgit display the owner of + each repo in the repository index. Default value: "1". + enable-log-filecount:: Flag which, when set to "1", will make cgit print the number of modified files for each commit on the repository log page. Default -- cgit 1.4.1 d018dd788e'>refs log tree commit diff
Commit message (Collapse)Author
2019-12-19Remove READMEJune McEnroe
2019-12-16Update submodule URLJune McEnroe
2019-12-15Use symlink for README.3June McEnroe
2019-08-27Show game number in titleJune McEnroe
2019-08-27Replicate the FreeCell LCG and deal algorithmJune McEnroe
2019-08-26Move as deep a stack as possible to empty columnsJune McEnroe
2019-08-26Simplify card and stack function namesJune McEnroe
2019-08-26Clean up namingJune McEnroe
2019-08-25Rewrite FreeCellJune McEnroe
With move sequencing!
2019-08-25Build with cards submoduleJune McEnroe
2019-08-25Add cards submoduleJune McEnroe
2019-08-25Remove files from cards repoJune McEnroe
2019-08-22Add READMEJune McEnroe
2019-08-22Add exampleJune McEnroe
2019-08-22Add FILES sectionJune McEnroe
2019-08-22Remove gamesJune McEnroe
2019-04-04Mark card functions inlineJune McEnroe
2019-04-04Add listClearJune McEnroe
2019-04-03Tweak mouseButtonUp code a bitJune McEnroe
It's still kind of confusing.
2019-04-03Check gameAvail on double-clickJune McEnroe
2019-04-02Select and move cards on mouse upJune McEnroe
2019-04-01Add idSkipJune McEnroe
In Windows 95 FREECELL.EXE, the resource IDs are changed to 403, 404 and 405. For some reason.
2019-03-31Fix weird typoJune McEnroe
What the hell.
2019-03-30Add undo to freecellJune McEnroe
2019-03-29Replace path.h with asset.hJune McEnroe
2019-03-29Add king win faceJune McEnroe
2019-03-29Change king face directionJune McEnroe
2019-03-29Load king bitmaps in freecellJune McEnroe