about summary refs log tree commit diff
path: root/.mailmap (unfollow)
Commit message (Expand)Author
2018-06-27ui-log: highlight annotated tags in different colorChristian Hesse
2018-06-27print git version string in footerChristian Hesse
2018-06-27git: update to v2.17.1Christian Hesse
2018-06-19ui-blame: free read_sha1_file() buffer after useAndy Green
2018-06-16ui-tag: Fix inconsistent capitalizationJon DeVree
2018-06-16ui-tree: free read_sha1_file() buffer after useAndy Green
2018-06-16Makefile: drive asciidoc directly for HTML outputJohn Keeping
2018-02-21doc: use consistent id's when generating html filesTodd Zullinger
2018-02-12cgit: prepare repo before error pagesJason A. Donenfeld
2018-01-19ui-blame: Allow syntax highlightingJeff Smith
2018-01-19ui-blame: Make each column into a single table cellJeff Smith
2018-01-19ui-blame: Break out emit_blame_entry into component methodsJeff Smith
2018-01-19ui-blame: Distinguish hashes column from lines columnJeff Smith
2018-01-19git: update to v2.16.0Christian Hesse
2017-12-06git: update to v2.15.1Christian Hesse
2017-10-15global: spelling fixesVille Skyttä
2017-10-15ui-shared: use type='search' for the search boxVille Skyttä
2017-10-14filter: pipe_fh should be localJason A. Donenfeld
2017-10-14parsing: don't clear existing state with empty inputJohn Keeping
2017-10-03ui-tree: link to blame UI if enabledJeff Smith
2017-10-03ui-blame: add blame UIJeff Smith
2017-10-03ui-shared: make a char* parameter constJeff Smith
2017-10-03ui-tree: move set_title_from_path to ui-sharedJeff Smith
2017-10-03html: html_ntxt with no ellipsisJeff Smith
2017-10-03cache: flush stdio before restoring FDsJohn Keeping
2017-09-22Use https for submoduleDaniel M. Weeks
2017-08-10ui-plain: print symlink contentJohn Keeping
2017-08-10cgit: don't set vpath unless repo is setJohn Keeping
2017-08-10parsing: clear query path before startingJohn Keeping
2017-08-10ui-shared: don't print path crumbs without a repoJohn Keeping
2017-08-10ui-atom: properly escape delimiter in page linkJohn Keeping
2017-08-10git: update to v2.14Jeff Smith
2017-08-10git: update to v2.13.4Christian Hesse
2017-07-27Update .mailmap with my new email addressLukas Fleischer
2017-04-05Remove unused variable from sort_section()Lukas Fleischer
2017-03-30ui-repolist: properly sort by ageJason A. Donenfeld
2017-01-23ui-patch: fix crash when using path limitLukas Fleischer
2017-01-22syntax-highlighting: replace invalid unicode with ?Jason A. Donenfeld
2016-11-30git: update to v2.11.0Christian Hesse
2016-11-25Link with -ldl on GNU HurdPeter Colberg
2016-11-24git: update to v2.10.2 againJohn Keeping
2016-11-23Bump version.Jason A. Donenfeld
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse
2016-11-06git: update to v2.10.2Christian Hesse
2016-10-12ui-blog: fix oid handlingChristian Hesse
2016-10-12shared: remove unused function strlpart()Christian Hesse
2016-10-12shared: remove unused function strrpart()Christian Hesse
2016-10-12ui-repolist: fix memory leakChristian Hesse
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer
2016-10-12patch: reapply path limitJohn Keeping
2020-08-27contrib/palaver: Use pounce's XDG directoryJune McEnroe 2020-08-27contrib/palaver: Only allow HTTPSJune McEnroe 2020-08-25Support the pounce_env rc variableJune McEnroe 2020-08-25Remove deprecated option namesJune McEnroe The next release will be 2.0 so these can be removed now. 2020-08-25Document configuration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe Another bug caused by trying to support broken clients. I'm annoyed. 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe