about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Mark several functions/variables staticLukas Fleischer2013-03-04
* t0107-snapshot: add tests for ZIP archivesJohn Keeping2013-03-04
* tests: make whitespace consistentJohn Keeping2013-03-04
* tests: "grep -e" is not portable to all platformsJohn Keeping2013-03-04
* Makefile: Disable gettext in the Git submoduleLukas Fleischer2013-03-04
* Makefile: improve dependency generationJamie Couture2013-03-04
* cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer2013-03-04
* ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-04
* ui-tree.c: Drop the header variableLukas Fleischer2013-03-04
* ui-tree.c: Declare the state variable globallyLukas Fleischer2013-03-04
* ui-tree.c: Pass current revision to print_object()Lukas Fleischer2013-03-04
* ui-plain.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-04
* ui-plain.c: Do not access match variable in print_*()Lukas Fleischer2013-03-04
* ui-blob.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-04
* ui-snapshot.c: Fill argv[0] with dummy.Jason A. Donenfeld2013-03-04
* White space around control verbs.Jason A. Donenfeld2013-03-04
* Fix several whitespace errorsLukas Fleischer2013-03-04
* Update git to v1.7.12.4John Keeping2013-03-02
* Update git to v1.7.9.7John Keeping2013-03-02
* Update git to v1.7.8.6John Keeping2013-03-02
* Update git to v1.7.7.7John Keeping2013-03-02
* Update git to v1.7.6.5John Keeping2013-03-02
* Update git to v1.7.5.4John Keeping2013-03-02
* Print submodule revision next to submodule linkstfn2013-03-02
* Support unannotated tags in git-clone.Jason A. Donenfeld2013-02-01
* ssdiff: correctly manage tab expansionJulius Plenz2013-02-01
* Make "owner" column on index page configurableFlorian Pritz2013-02-01
* man: fix up default value duplicationJason A. Donenfeld2012-11-15
* CGIT-0.9.1Jason A. Donenfeld2012-11-15
* man: show mime type default valueJason A. Donenfeld2012-11-15
* ssdiff: point line links at exact blob by prepending "id="Julius Plenz2012-11-15
* Format git diff headers correctly when adding or removing files.Michael Halstead2012-11-15
* Makefile: get snapshots from githubFerry Huberts2012-11-04
* Makefile: remove tags fileJamie Couture2012-10-31
* ui-shared: use placeholder for empty commit subjectChristian Franke2012-10-28
* syntax-highlighting.sh: Fix command injection.Jason A. Donenfeld2012-10-27
* Fix man page typo.Jason A. Donenfeld2012-10-18
* Makefile: Support OpenBSD just like FreeBSDJason A. Donenfeld2012-10-17
* Makefile: support FreeBSD libiconv pathsJason A. Donenfeld2012-10-17
* tests: check for proper html entityJason A. Donenfeld2012-10-17
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-17
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-17
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-17
* ui: Remember to print ampersand as proper html entities.William Bell2012-10-17
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-16
* repo_config: do not let globals override repo settingsTobias Bieniek2012-10-16
* README: times, they are a-changinJason A. Donenfeld2012-10-09
* syntax-highlight: when the file has no extension, assume textFerry Huberts2012-10-09
* ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts2012-10-09
* Revert "filters/syntax-highlighting.sh: work around highlight --force bug"Ferry Huberts2012-10-09
ved 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