about summary refs log tree commit diff
path: root/ui-commit.c (unfollow)
Commit message (Expand)Author
2007-10-01ui-commit.c: link to diff instead of tree from diffstatLars Hjemli
2007-10-01Add prefix parameter to cgit_print_diff()Lars Hjemli
2007-10-01Add prefix parameter to cgit_diff_tree()Lars Hjemli
2007-09-25Add support for a renamelimit option in cgitrcLars Hjemli
2007-09-20cgit v0.6.3Lars Hjemli
2007-09-20Upgrade to GIT 1.5.3.2Lars Hjemli
2007-09-20Use trim_end() to remove trailing slashesLars Hjemli
2007-09-20Remove a few compiler warningsLars Hjemli
2007-09-20Add cgit.conf to .gitignore, remove *~Lars Hjemli
2007-09-20ui-tree: show last line of blobLars Hjemli
2007-09-19ui-tree: specify parameter position for all htmlf formatsLars Hjemli
2007-09-14fixed typo in cgitrcMichael Krelin
2007-09-09Improve the sample cgitrc fileChris Pickel
2007-09-08cgit v0.6.2Lars Hjemli
2007-09-08Revert part of "Makefile: add support for DESTDIR"Lars Hjemli
2007-09-08Revert "Makefile: add missing references to DESTDIR"Lars Hjemli
2007-09-08cgit v0.6.1Lars Hjemli
2007-09-08Makefile: add missing references to DESTDIRLars Hjemli
2007-09-08Make cgit honor CACHE_ROOT as defined in MakefileChris Pickel
2007-09-08Makefile: add support for DESTDIRChris Pickel
2007-09-04cgit v0.6Lars Hjemli
2007-09-04Update READMELars Hjemli
2007-09-04Set xdemitconf_t.findfunc=NULLLars Hjemli
2007-09-03Use git-1.5.3 as submoduleLars Hjemli
2007-09-03Delete submodules.sh and prepare for using git-submoduleLars Hjemli
2007-09-03Makefile: add target "get-git"Lars Hjemli
2007-09-03Rewrite the makefile + gen-version.shLars Hjemli
2007-07-23ui-snapshot: whitespace/formatting cleanupLars Hjemli
2007-07-23Make ui-tag.c generate valid xhtmlLars Hjemli
2007-07-23Add support for line number in url fragmentLars Hjemli
2007-07-23cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli
2007-07-22Add ui-tag.cLars Hjemli
2007-07-21link raw blob from tree file viewMichael Krelin
2007-07-21fix: changed view link to blob in summary.Michael Krelin
2007-07-21allow selective enabling of snapshotsMichael Krelin
2007-07-21shorten snapshot names to repo basenameMichael Krelin
2007-07-21introduce cgit_repobasenameMichael Krelin
2007-07-21added snapshot filename to the linkMichael Krelin
2007-07-21add plain uncompressed tar snapshort formatMichael Krelin
2007-07-21introduced .tar.bz2 snapshotsMichael Krelin
2007-07-20compress .tar.gz using gzip as a filterMichael Krelin
2007-07-20added a chk_non_negative checkMichael Krelin
2007-07-18css: adjust vertical-align of commit info th cellsMichael Krelin
2007-07-18add support for snapshot tarballsMichael Krelin
2007-07-03make gen-version.sh run even if . is not in PATHMichael Krelin
2007-07-03make config adjustable via env variable CGIT_CONFIGMichael Krelin
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli
2007-06-26Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli
2007-06-26Do not include current path in the "tree" menu linkLars Hjemli
2007-06-19Add setting to enable/disable extra links on index pageLars Hjemli
>Stop referring to server-time as IRCv3.2June McEnroe IRCv3 has moved away from grouping specs together into versions like this. SASL is still referred to as IRCv3.2 because there are two different versions of that spec. 2021-06-17Add mailing list archive to READMEJune McEnroe 2021-06-10Stop accumulating ISUPPORT tokens once MOTD startsJune McEnroe This avoids duplicating tokens when a client sends VERSION and the server responds with its 005s again. 2021-06-09Use seprintf for snip, removing strlcpynJune McEnroe 2021-06-09Use seprintf for reserializeJune McEnroe 2021-06-09Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe