about summary refs log tree commit diff
path: root/tests/Makefile (unfollow)
Commit message (Expand)Author
2008-03-17Use GIT-1.5.4.4Lars Hjemli
2008-02-24tests/setup.sh: cleanup test script output and loggingLars Hjemli
2008-02-24t0010-validate.sh: return on cgit errorsLars Hjemli
2008-02-24Make output from `make test` more readableLars Hjemli
2008-02-24Brown paper bag: don't use `grep -v`Lars Hjemli
2008-02-24Add regression-test for description-less reposLars Hjemli
2008-02-23Fix segfaultHiroki Hattori
2008-02-16Use GIT-1.5.4.1Lars Hjemli
2008-02-02Use GIT-1.5.4Lars Hjemli
2008-01-28Use GIT-1.5.4.rc5Lars Hjemli
2008-01-21Use GIT-1.5.4.rc4Lars Hjemli
2008-01-10CGIT 0.7.2Lars Hjemli
2008-01-10Use GIT-1.5.3.8Lars Hjemli
2008-01-10Check for NULL-subject in patch viewLars Hjemli
2008-01-04Handle missing default branch and error out on invalid branch namesLars Hjemli
2007-12-11Add plain patch viewLars Hjemli
2007-12-03Add support for automatic and custom clone urlsLars Hjemli
2007-12-03Compare string lengths when parsing the snapshot maskLars Hjemli
2007-12-03Default repo description to "[no description]"Evan Martin
2007-12-02Handle missing timestamp in commit/tag objectsLars Hjemli
2007-11-16Add cell-spacing in htmlLars Hjemli
2007-11-16Use tables for page layoutLars Hjemli
2007-11-16Gimp my logoLars Hjemli
2007-11-11Add support for "robots" meta-tagLars Hjemli
2007-11-11Generate valid html for "downloads" menu headerLars Hjemli
2007-11-11Set commit date on snapshot contentsLars Hjemli
2007-11-11Set commit date on snapshot contentsLars Hjemli
2007-11-11Fix html error detected by test-suiteLars Hjemli
2007-11-11Create initial testsuiteLars Hjemli
2007-11-09CGIT 0.7.1Lars Hjemli
2007-11-09Makefile install: include cgit.png, do not empty cacheLars Hjemli
2007-11-09Minor css tweaksLars Hjemli
2007-11-08Support "/" as virtual-rootLars Hjemli
2007-11-06Makefile: link with libiconv if NEEDS_LIBICONV is definedLars Hjemli
2007-11-06Show lines changed as -n/+m in shortlogsLars Hjemli
2007-11-05Use utf8::reencode_string from gitLars Hjemli
2007-11-05Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault
2007-11-05Add iconv_msg function.Jonathan Bastien-Filiatrault
2007-11-05Set msg_encoding according to the header.Jonathan Bastien-Filiatrault
2007-11-05Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault
2007-11-03Don't show the the branch selector button if javascript is enabledLars Hjemli
2007-11-03Do not require javascript-enabled clientsLars Hjemli
2007-11-03CGIT 0.7Lars Hjemli
2007-11-03Use GIT-1.5.3.5Lars Hjemli
2007-11-03Don't include current SHA1 in 'log' menu-itemLars Hjemli
2007-11-03Don't include current path in menu linksLars Hjemli
2007-11-03Fix search form action/hidden fieldsLars Hjemli
2007-11-03Add search parameters to cgit_log_linkLars Hjemli
2007-11-03Fix typo in cssShunichi Fuji
2007-10-30Change the cgit layoutLars Hjemli
og diff'ing every commit whenever we want to show a commit. The drawback is that the "Log" link in the top bar of such a page links to the log limited by the old name, so it will only show pre-rename commits. I consider this a reasonable trade-off since the "Back" button still works and the log matches the path displayed in the top bar. Since following renames requires running diff on every commit we consider, I've added a knob to the configuration file to globally enable/disable this feature. Note that we may consider a large number of commits the revision walking machinery no longer performs any path limitation so we have to examine every commit until we find a page full of commits that affect the target path or something related to it. Suggested-by: René Neumann <necoro@necoro.eu> Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping This will allow us to use this nice wrapper function elsewhere, avoiding dealing with the diff queue when we only need to inspect a filepair. Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld Otherwise we can't easily embed links to other /about/ pages. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2015-08-12filters: apply HTML escapingLazaros Koromilas http://www.w3.org/International/questions/qa-escapes#use 2015-08-12git: update to v2.5.0Christian Hesse Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt