#define MAX_SZ 30 enum RepeatType { Single, Days, Months, WeekDays, MonthDays }; struct actionitem { char date[MAX_SZ]; int time; /* Minutes past midnight */ }; struct event { struct actionitem start; struct actionitem end; enum RepeatType repeat; int repeatcount; char description[MAX_SZ]; char subtype[MAX_SZ]; GList *properties; }; org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/.arcconfig
Commit message (Expand)AuthorAgeFilesLines
* The callsign isn't required anymore.eadler2016-09-291-1/+0
* remove project.name which is a product of a bygone eraeadler2016-04-211-1/+0
* Add repository.callsign, to help arcanist figure out what repo it'smat2015-07-031-0/+1
* Update the URL to the phabricator instance.gjb2014-08-151-1/+1
* Prevent arc from rewritting history when playing with git svn or hg svnbapt2014-06-121-1/+2