about summary refs log tree commit diff
path: root/ui-summary.c (unfollow)
Commit message (Expand)Author
2016-10-01ui-ssdiff: fix decl-after-statement warningsJohn Keeping
2016-10-01ui-shared: fix decl-after-statement warningsJohn Keeping
2016-10-01configfile: fix EOF handlingJohn Keeping
2016-09-04git: update to v2.10.0Christian Hesse
2016-07-12Fix qry.head leak on errorRichard Maw
2016-07-12git: update to v2.9.1Christian Hesse
2016-07-06Link with -ldl on GNU/kFreeBSDPeter Colberg
2016-07-06Fix spelling in man pagePeter Colberg
2016-07-06ui-shared: fix segfault when defbranch is NULLEric Wong
2016-07-05css: consistent use of empty linesChristian Hesse
2016-07-05ui-log: color line changesChristian Hesse
2016-07-05Avoid ambiguities when prettifying snapshot namesLukas Fleischer
2016-06-17git: update to v2.9.0Christian Hesse
2016-06-17cgit.mk: Use $PKG_CONFIGKylie McClain
2016-06-17md2html: use utf-8 and flush output bufferJason A. Donenfeld
2016-06-07Hosted on HTTPS nowJason A. Donenfeld
2016-06-07Bump version.Jason A. Donenfeld
2016-05-20git: update to v2.8.3Christian Hesse
2016-05-12ui-diff: action='.' is not correctJason A. Donenfeld
2016-05-12forms: action should not be emptyJason A. Donenfeld
2016-05-12ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi
2016-05-12ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi
2016-05-12git: update to v2.8.2Christian Hesse
2016-05-12ui-log: Simplify decoration codeTim Nordell
2016-05-12ui-log: Do not always emit decoration spanTim Nordell
2016-03-08Renamed repo-specific configuration for enable-html-serving in cgitrc.5.txtMatt Comben
2016-02-26ui-shared: redirect should not exit early for cacheJason A. Donenfeld
2016-02-26about: path_info might not be validJason A. Donenfeld
2016-02-23tabs: do not use target=_blankJason A. Donenfeld
2016-02-23css: fix indentationJason A. Donenfeld
2016-02-23css: use less blurry icon for external linkChristian Hesse
2016-02-23md2html: Do syntax highlighting tooJason A. Donenfeld
2016-02-23git: update to v2.7.2Christian Hesse
2016-02-22ui-plain: fix to show a repo's root directory listing in plain viewJoe Anakata
2016-02-22cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld
2016-02-08ui-atom: avoid DATE_STRFTIMEJohn Keeping
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping
2016-02-08ui-stats: cast pointer before checking for zeroJohn Keeping
2016-02-08ui-stats: if we're going to abuse void*, do it safelyJason A. Donenfeld
2016-02-08git: update to v2.7.1Christian Hesse
2016-02-08ui-shared: remove cgit_print_date()John Keeping
2016-02-08ui-atom: use show_date directly for atom datesJohn Keeping
2016-02-08ui-shared: use show_date for footer timestampJohn Keeping
2016-02-08ui: show ages in the originator's timezoneJohn Keeping
2016-02-08ui-{commit,tag}: show dates in originator's timezoneJohn Keeping
2016-02-08ui-shared: add cgit_date_mode()John Keeping
2016-02-08parsing: add timezone to ident structuresJohn Keeping
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping
etter things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe