about summary refs log tree commit diff
path: root/cmd.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-04-29 01:01:30 +0200
committerLars Hjemli <hjemli@gmail.com>2008-04-29 01:01:30 +0200
commit651ef79768dde30aabc61189974c9047ee43752f (patch)
treec01edea9d585784a50c2335c1ddfb36944cba889 /cmd.c
parentRe-enable 'index-info' and add support for 'root-desc' in cgitrc (diff)
downloadcgit-pink-651ef79768dde30aabc61189974c9047ee43752f.tar.gz
cgit-pink-651ef79768dde30aabc61189974c9047ee43752f.zip
Make it possible for a single cmd to work both with and without a repo
When cgit_cmd.want_repo was 0, we used to assume that the cmd would never
be invoked for a repo. But soon this will become untrue (the 'about' cmd
is rapidly approching), so from now on we will initialize any requested
repo even if want_repo==0 (and return an error if want_repo==1 but no repo
is specified).

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cmd.c')
0 files changed, 0 insertions, 0 deletions
span title='2020-02-11 17:43:36 -0500'>2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe