aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgit.c
Commit message (Expand)AuthorAge
* Do not unnecessarily strdup() environment variablesLukas Fleischer2013-04-08
* Maŕk cgit_environment memb
#ifndef CMD_H
#define CMD_H

typedef void (*cgit_cmd_fn)(struct cgit_context *ctx);

struct cgit_cmd {
	const char *name;
	cgit_cmd_fn fn;
	unsigned int want_repo:1,
		want_layout:1;
};

extern struct cgit_cmd *cgit_get_cmd(struct cgit_context *ctx);

#endif /* CMD_H */
0:13 +0200'>2011-06-15 | * | ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-15 * | | Merge branch 'stable'Lars Hjemli2012-01-03 |\ \ \ | |_|/ |/| | | * | Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-03 * | | Merge branch 'stable'Lars Hjemli2011-06-18 |\| | | |/ |/| | * cgit.c: improve error message when git repo cannot be accessedLars Hjemli2011-06-18 * | cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli2011-06-13 * | cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13 * | Merge branch 'fh/filter-api'Lars Hjemli2011-05-23 |\ \ | * | new_filter: determine extra_args from filter typeFerry Huberts2011-03-26 * | | Merge branch 'stable'Lars Hjemli2011-05-23 |\ \ \ | | |/ | |/| | * | fix virtual-root if script-name is ""Mark Lodato2011-05-23 * | | Merge branch 'dm/disable-clone'Lars Hjemli2011-05-14 |\ \ \ | |/ / |/| | | * | Return 404 on command not foundDan McGee2011-02-19 | * | Allow disabling of HTTP clone URLsDan McGee2011-02-19 * | | new_filter: correctly initialise all arguments for a new filterFerry Huberts2011-03-26 | |/ |/| * | Merge branch 'stable'Lars Hjemli2011-03-05 |\ \ | * | Avoid trailing slash in virtual-rootLars Hjemli2011-03-05 | * | Use GIT-1.7.3Lars Hjemli2010-09-27 * | | Merge branch 'br/misc'Lars Hjemli2011-02-19 |\ \ \ | * | | implement repo.logo and repo.logo-linkBernhard Reutner-Fischer2011-02-19 | | |/ | |/| * | | Merge branch 'jh/scan-path'Lars Hjemli2011-02-19 |\ \ \ | * | | scan_path(): Do not recurse into hidden directories by defaultJohan Herland2011-02-19 | |/ / * / / ui-log: Implement support for commit graphsJohan Herland2010-11-16 |/ / * | Add `strict-export` optionFelix Hanley2010-11-08 * | Merge branch 'ml/bugfix'Lars Hjemli2010-09-19 |\ \