summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/git.causal.agency/cgit/cmd.h')
-rw-r--r--www/git.causal.agency/cgit/cmd.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/git.causal.agency/cgit/cmd.h b/www/git.causal.agency/cgit/cmd.h
deleted file mode 100644
index 6249b1d8..00000000
--- a/www/git.causal.agency/cgit/cmd.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef CMD_H
-#define CMD_H
-
-typedef void (*cgit_cmd_fn)(void);
-
-struct cgit_cmd {
-	const char *name;
-	cgit_cmd_fn fn;
-	unsigned int want_repo:1,
-		want_vpath:1,
-		is_clone:1;
-};
-
-extern struct cgit_cmd *cgit_get_cmd(void);
-
-#endif /* CMD_H */
June McEnroe fmemopen in text-mode only ensures the buffer is null-terminated if the last write does not fill the buffer. 2020-01-14Implement IRC formatting to ANSI translationJune McEnroe 2020-01-14Add -b flag for live backupJune McEnroe 2020-01-14Add columnsize = 0 option to FTS indexJune McEnroe Since we don't use ranking functions and I don't see them being useful, there is no point in having columnsize, which just takes extra space in the database. In my database of approximately 3.5 million events, disabling columnsize saves about 62 MB. The migration unfortunately has to rebuild the entire index to disable it. 2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe 2020-01-12Add Linux.mkJune McEnroe 2020-01-11Fix unscoop dedup window syntaxJune McEnroe 2020-01-11Bump busy timeout to 10sJune McEnroe