aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-12-29tests: t0107: support older and/or non-GNU tarTodd Zullinger1-4/+4
2020-10-22tests: try with commit-graphChristian Hesse1-4/+8
2020-10-22tests: do not copy snapshots to /tmp/Christian Hesse1-6/+3
2020-10-20global: replace hard coded hash lengthChristian Hesse1-1/+1
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse1-2/+2
2020-10-19git: update to v2.29.0Christian Hesse1-1/+1
2020-03-12ui-snapshot: add support for zstd compressionChristian Hesse2-1/+43
2020-03-12tests: add tests for xz compressed snapshotsChristian Hesse2-1/+43
2020-02-26ui-snapshot: add support for lzip compressionHanspeter Portner2-1/+43
2020-01-13tests: allow to skip git version testsChristian Hesse1-0/+4
2019-12-11tests: skip tests if strace is not functionalChristian Hesse1-0/+6
2019-06-05tests: successfully validate rc versionsChristian Hesse1-1/+1
2017-10-15global: spelling fixesVille Skyttä1-5/+5
2015-08-13tests: allow shell to be overriddenJohn Keeping1-1/+5
2015-08-12t0110: Chain together using &&Jason A. Donenfeld1-8/+8
2014-12-28ui-patch: match git-format-patch(1) outputJohn Keeping1-2/+2
2014-12-28t0108: modernize styleJohn Keeping1-10/+10
2014-01-20tests: only do lua tests if lua is compiled-inJason A. Donenfeld2-2/+17
2014-01-16t0111: Additions and fixesLukas Fleischer4-10/+10
2014-01-15t0111: Add basic tests for Lua filtersLukas Fleischer5-36/+63
2014-01-14tests/: Add t0111-filter.shLukas Fleischer4-0/+57
2014-01-12tests: add CGIT_TEST_OPTS variable to MakefileJohn Keeping1-1/+1
2014-01-12tests: add Valgrind supportJohn Keeping2-1/+48
2014-01-08Reduce line number bloat, fix hover effectPeter Wu1-2/+2
2013-08-26tests/: Add t0110-rawdiff.shLukas Fleischer1-0/+42
2013-08-26t0108: Add tests for revision rangesLukas Fleischer1-0/+17
2013-08-26t0108: Compare output with git-format-patch(1)Lukas Fleischer1-0/+7
2013-08-26ui-patch.c: Add additional newline after each patchLukas Fleischer1-2/+2
2013-08-26t0108: Avoid unnecessary fork()Lukas Fleischer1-1/+1
2013-05-22cache.c: cache ls_cache output properlyJohn Keeping1-1/+7
2013-05-22tests: introduce strip_header() helper functionJohn Keeping2-2/+10
2013-05-13t0109: "function" is a bash-ismJohn Keeping1-1/+1
2013-04-30ui-snapshot: do not access $HOMEJason A. Donenfeld1-0/+1
2013-04-27t0001: validate Git -rcN version numbers correctlyJohn Keeping1-1/+6
2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping1-1/+1
2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping1-0/+1
2013-04-15t0109: test more URLsJohn Keeping1-4/+20
2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer1-4/+10
2013-04-10tests/: Do not use `sed -i`Lukas Fleischer2-5/+8
2013-04-10t0109: chain operations with &&John Keeping1-1/+1
2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer1-1/+1
2013-04-08tests: Make sure that git does not access $HOMEJason A. Donenfeld1-0/+25
2013-04-08tests/.gitignore: update for using Git's test infrastructureJohn Keeping1-2/+2
2013-04-08tests: use Git's test frameworkJohn Keeping12-289/+234
2013-03-20tests: check that Git version are in syncJohn Keeping1-0/+36
2013-03-04t0107-snapshot: add tests for ZIP archivesJohn Keeping1-2/+37
2013-03-04tests: make whitespace consistentJohn Keeping3-14/+17
2013-03-04tests: "grep -e" is not portable to all platformsJohn Keeping8-55/+55
2012-10-17tests: check for proper html entityJason A. Donenfeld1-1/+1
2012-03-18Merge branch 'stable'Lars Hjemli2-3/+3
2012-03-18tests: properly quote arguments to printfFerry Huberts1-1/+1
2012-03-18tests: handle paths with whitespaceFerry Huberts2-2/+2
2011-07-21Merge branch 'stable'Lars Hjemli1-0/+1
2011-07-21tests: fix failures when CDPATH is setFerry Huberts1-0/+1
2011-06-13cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli2-0/+7
2011-06-02ui-log.c: do not link from age columnLars Hjemli1-1/+1
2011-05-23tests: add tests for links with space in path and/or argsLars Hjemli3-3/+19
2011-05-23tests/setup.sh: add support for known bugsLars Hjemli1-1/+13
2010-08-29t0108-patch: add 'tests_done' to endMark Lodato1-0/+2
2009-01-27Merge branch 'jw/commit-decorations'Lars Hjemli1-1/+1
2009-01-27tests/t0105-commit.sh: expect commit decorationsLars Hjemli1-1/+1
2009-01-27Merge branch 'og/tree-view-selection'Lars Hjemli1-2/+2
2009-01-11Merge branch 'snapshot-fixes'Lars Hjemli1-10/+10
2009-01-11Merge branch 'lh/mimetypes'Lars Hjemli1-1/+1
2009-01-10changed objects are outputted, allowing for selections of code onlyOnne Gorter1-2/+2
2009-01-06ui-tree.c: do not add blank line when displaying blobsLars Hjemli1-1/+1
2008-12-28tests/t0107-snapshot.sh: make testscript match updated snapshot behaviorLars Hjemli1-10/+10
2008-12-26ui-snapshot.c: change mime-type for tar.gz and tar.bz2Lars Hjemli1-1/+1
2008-12-06tests/setup.sh: allow testsuite to fail properly with POSIX standard shellsLars Hjemli1-1/+1
2008-12-06tests/t0010-validate-html.sh: skip tests if 'tidy' is not availableLars Hjemli1-1/+8
2008-11-06Fix tests to work on Ubuntu (dash)Ramsay Jones1-2/+4
2008-10-05Merge branch 'lh/escape-urls'Lars Hjemli3-1/+26
2008-10-05ui-snapshot.c: specify archiver_args.baselenLars Hjemli1-1/+4
2008-10-05ui-shared.c: use html_url_arg()Lars Hjemli3-1/+26
2008-07-22tests/Makefile: not everyone has `.` in $PATHLars Hjemli1-1/+1
2008-05-18Include commit-id in link from diff-statLars Hjemli1-1/+1
2008-05-18ui-commit: handle root commitsLars Hjemli1-0/+15
2008-04-28Redesign the caching layerLars Hjemli2-1/+68
2008-03-17Fix segfault in patch view for root commitLars Hjemli1-0/+37
2008-02-24tests/setup.sh: cleanup test script output and loggingLars Hjemli1-2/+8
2008-02-24t0010-validate.sh: return on cgit errorsLars Hjemli1-1/+4
2008-02-24Make output from `make test` more readableLars Hjemli1-2/+2
2008-02-24Brown paper bag: don't use `grep -v`Lars Hjemli2-5/+5
2008-02-24Add regression-test for description-less reposLars Hjemli2-1/+5
2007-11-11Fix html error detected by test-suiteLars Hjemli2-3/+9
2007-11-11Create initial testsuiteLars Hjemli11-0/+295