about summary refs log tree commit diff
path: root/tests/t0105-commit.sh (unfollow)
Commit message (Expand)Author
2008-12-06tests/t0010-validate-html.sh: skip tests if 'tidy' is not availableLars Hjemli
2008-12-05parsing.c: enable builds with NO_ICONV definedLars Hjemli
2008-12-05ui-repolist: avoid build warning for strcasestr(3)Lars Hjemli
2008-12-05Makefile: allow cgit.conf to override platform-specific tweaksLars Hjemli
2008-12-03Extra cygwin-specific changesRamsay Jones
2008-12-03ui-log: try to disambiguate ref namesLars Hjemli
2008-12-01ui-shared: shorten the sha1 printed by cgit_object_linkLars Hjemli
2008-12-01ui-refs.c: show download links for all tags referring to commit objectsLars Hjemli
2008-12-01ui-shared: exploit snapshot dwimmery in cgit_print_snapshot_linksLars Hjemli
2008-12-01ui-snapshot: improve extraction of revision from snapshot nameLars Hjemli
2008-11-30Set prefix in snapshots when using dwimmeryNatanael Copa
2008-11-30ui-log: use css to make full-log prettierLars Hjemli
2008-11-29ui-log: (ab)use extra columns for commit message when showmsg=1Lars Hjemli
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli
2008-11-29ui-repolist: implement lazy caching of repo->mtimeLars Hjemli
2008-11-29ui-repolist: sort null values lastLars Hjemli
2008-11-29ui-repolist: add support for sorting any columnLars Hjemli
2008-11-29ui-repolist: extract get_repo_modtime() from print_modtime()Lars Hjemli
2008-11-29Add support for sorting by Age in the repolistBenjamin Close
2008-11-14ui-repolist: handle empty agefilesLars Hjemli
2008-11-06Use mode 0644 for non-executable filesKarl Chen
2008-11-06Fix tests to work on Ubuntu (dash)Ramsay Jones
2008-11-06Fix some warnings to allow -WerrorRamsay Jones
2008-11-06Use GIT-1.6.0.3Lars Hjemli
2008-10-11CGIT 0.8.1Lars Hjemli
2008-10-11Makefile: enable compilation on uclibcLars Hjemli
2008-10-11ui-snapshot: add dwimmeryLars Hjemli
2008-10-11Add cgit_query.nohead flagLars Hjemli
2008-10-06ui-shared: specify correct css class for summary tabLars Hjemli
2008-10-05CGIT 0.8Lars Hjemli
2008-10-05ui-summary: use html_url_path()Lars Hjemli
2008-10-05ui-refs: use cgit_tag_link()Lars Hjemli
2008-10-05ui-shared: add cgit_tag_link()Lars Hjemli
2008-10-05ui-shared: generate proper links in cgit_object_link()Lars Hjemli
2008-10-05ui-shared: use html_url_path() to get properly escaped url in form actionLars Hjemli
2008-10-05Use GIT-1.6.0.2Lars Hjemli
2008-10-05ui-shared: reword the standard page footerLars Hjemli
2008-10-05ui-shared: do not print repo name on the "summary" tabLars Hjemli
2008-10-05Replace cgitrc with cgitrc.5.txtLars Hjemli
2008-10-05ui-repolist + ui-shared: Use cgit_summary_link()Lars Hjemli
2008-10-05ui-shared.c: add cgit_summary_link()Lars Hjemli
2008-10-05ui-shared.c: use html_url_path() in repolink()Lars Hjemli
2008-10-05html.c: add html_url_pathLars Hjemli
2008-10-05ui-snapshot.c: specify archiver_args.baselenLars Hjemli
2008-10-05ui-shared.c: use html_url_arg()Lars Hjemli
2008-10-05html.c: add html_url_argLars Hjemli
2008-09-23ui-diff: make diffstat header a link to the full diffLars Hjemli
2008-09-23ui-diff: fix links from diffstatLars Hjemli
2008-09-20Add LDFLAGS to makefile.Harley Laue
2008-09-15ui-repolist: enable filtering of repos by pathLars Hjemli
Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe