summary refs log tree commit diff
path: root/src/cd.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2025-05-10 20:51:34 -0400
committerJune McEnroe <june@causal.agency>2025-05-10 20:51:34 -0400
commite58e4f818d31dfba571baa92b0a57d49bab5a6fc (patch)
treeea95acb054b74090f4431fa1234c0837b68619a6 /src/cd.c
parentAdd the leader page (diff)
downloadsrc-e58e4f818d31dfba571baa92b0a57d49bab5a6fc.tar.gz
src-e58e4f818d31dfba571baa92b0a57d49bab5a6fc.zip
Add a gear list
Diffstat (limited to 'src/cd.c')
0 files changed, 0 insertions, 0 deletions
/commit/?id=06c81d6faafff1c80bc9e2302e5b8fea393b775b'>Add some more decls from git (cache.h, tag.h)Lars Hjemli2007-01-17 * Handle empty/malformed commit messagesLars Hjemli2007-01-16 * WIP: add paths/backlinks to tree/blobviewLars Hjemli2007-01-12 * Remove troublesome chars from cachefile namesLars Hjemli2007-01-12 * Move cache_prepare() to cgitLars Hjemli2007-01-12 * Use long instead of int when converting from TTL to secondsLars Hjemli2007-01-05 * Use TTL-settings even in nocache modeLars Hjemli2007-01-05 * Handle %xx encoding in querystringLars Hjemli2007-01-04 * Handle '+' in querystringLars Hjemli2006-12-28 * Add basic log filteringLars Hjemli2006-12-28 * Add generic support for search box in page headerLars Hjemli2006-12-28 * Test for NULL-pointers in html_txt() and friendsLars Hjemli2006-12-28 * Minor style fixesLars Hjemli2006-12-22 * Add missing diff-link in ui-commit.cLars Hjemli2006-12-22 * Only show first 80 characters of commit subject in log and summaryLars Hjemli2006-12-22 * Add missing ttl-options in configLars Hjemli2006-12-22 * cgit 0.1Lars Hjemli2006-12-21 * Let make know that ui-diff.c depends on xdiff.hLars Hjemli2006-12-21 * Add basic diff viewLars Hjemli2006-12-20 * Use html_filemode in ui-tree.cLars Hjemli2006-12-17 * Don't show new and old filemode for added/removed filesLars Hjemli2006-12-17 * Show list of modified files in ui-commit.cLars Hjemli2006-12-17 * Reformat code to avoid excessive line lengthsLars Hjemli2006-12-16 * Add cgit_free_commitinfo() and use where neededLars Hjemli2006-12-16 * Simplify ui-commit.cLars Hjemli2006-12-16 * Show emails and timestamps in ui-commit.cLars Hjemli2006-12-16 * Teach commit parser about author/committer email + timestampLars Hjemli2006-12-16 * Allow relative paths for cgit_cache_rootLars Hjemli2006-12-16 * Add cache-root option to /cgit/rcLars Hjemli2006-12-16 * Add argument parsing + switch for uncached operationLars Hjemli2006-12-16 * Add head comment to shared.cLars Hjemli2006-12-16 * Add head comment to ui-commit.cLars Hjemli2006-12-16 * gitweb ripoff: set tr:hover to highligt current rowLars Hjemli2006-12-16 * Make repo header a link to summary pageLars Hjemli2006-12-16 * Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli2006-12-16 * Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-16 * Add a common commit parserLars Hjemli2006-12-15