aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9500-gitweb-standalone-no-errors.sh
AgeCommit message (Expand)AuthorFilesLines
2024-01-02t9500: write "extensions.refstorage" into configPatrick Steinhardt1-0/+5
2021-02-10test libs: rename gitweb-lib.sh to lib-gitweb.shÆvar Arnfjörð Bjarmason1-1/+1
2020-11-19t9[5-7]*: adjust the references to the default branch name "main"Johannes Schindelin1-11/+11
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-30t9500: ensure that algorithm info is preserved in configbrian m. carlson1-6/+16
2020-03-22t: fix whitespace around &&Andrei Rybak1-2/+2
2020-03-22t9500: remove spaces after redirect operatorsAndrei Rybak1-35/+35
2017-05-10t3901: move supporting files into t/t3901/Johannes Schindelin1-2/+2
2016-09-25gitweb: use highlight's shebang detectionIan Kelling1-0/+8
2015-03-20t: fix &&-chaining issues around setup which might failJeff King1-1/+4
2015-03-20t: fix trivial &&-chain breakageJeff King1-1/+1
2013-10-31t: replace pulls with mergesFelipe Contreras1-1/+1
2013-10-14Merge branch 'rj/highlight-test-hang'Jonathan Nieder1-2/+4
2013-10-14gitweb test: fix highlight test hang on Linux MintRamsay Jones1-2/+4
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt1-10/+5
2013-03-25t9500: use test_config to set/unset git config variablesYann Droneaud1-2/+1
2012-02-21Merge branch 'jn/gitweb-unborn-head'Junio C Hamano1-0/+9
2012-02-20Merge branch 'maint'Junio C Hamano1-0/+39
2012-02-19gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski1-0/+39
2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski1-0/+9
2012-01-29Merge branch 'jn/gitweb-unspecified-action'Junio C Hamano1-0/+8
2012-01-09gitweb: Fix actionless dispatch for non-existent objectsJakub Narebski1-0/+8
2011-10-31t9500: Add basic sanity tests for side-by-side diff in gitwebJakub Narebski1-1/+25
2011-10-31t9500: Add test for handling incomplete lines in diff by gitwebJakub Narebski1-0/+47
2011-06-09gitweb: do not misparse nonnumeric content tag files that contain a digitJonathan Nieder1-0/+8
2011-04-29gitweb: Optional grouping of projects by categorySebastien Cevey1-0/+8
2011-04-29gitweb: Restructure projects list generationJakub Narebski1-0/+49
2011-02-27gitweb: Make i18n (encoding) tests in t9500 leave clean stateJakub Narebski1-1/+5
2011-02-21t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason1-86/+0
2010-10-13gitweb: Fix test of highlighting support in t9500Jakub Narebski1-5/+6
2010-05-03gitweb: Refactor syntax highlighting supportJakub Narebski1-0/+29
2010-03-02gitweb: Fix project-specific feature override behaviorJakub Narebski1-5/+13
2009-08-27gitweb: split test suite into library and testsMark Rada1-66/+1
2009-06-30gitweb: (gr)avatar supportGiuseppe Bilotta1-0/+2
2009-05-18t3900: use ancient iconv names for backward compatibilityBrandon Casey1-1/+1
2009-04-08tests: skip perl tests if NO_PERL is definedJeff King1-0/+5
2009-04-05tests: remove exit after test_done callJeff King1-1/+0
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt1-3/+8
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt1-13/+5
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt1-1/+1
2009-02-18gitweb: Fix warnings with override permitted but no repo overrideMarcel M. Cary1-1/+17
2009-02-16gitweb: fix wrong base URL when non-root DirectoryIndexGiuseppe Bilotta1-2/+4
2008-12-08gitweb: Fix bug in insert_file() subroutineJakub Narebski1-0/+10
2008-10-02Merge branch 'maint'Shawn O. Pearce1-0/+49
2008-10-02gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski1-0/+49
2008-09-30tests: grep portability fixesJeff King1-1/+1
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano1-8/+8
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-5/+6
2008-05-05Don't use the 'export NAME=value' in the test scripts.Bryan Donlan1-7/+9
2008-04-18gitweb: Fix 'history' view for deleted files with historyJakub Narebski1-0/+16
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis1-0/+25
2007-11-02gitweb: Add tests for overriding gitweb config with repo configJakub Narebski1-0/+23
2007-11-02gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb testJakub Narebski1-1/+0
2007-10-17gitweb: speed up project listing on large work trees by limiting find depthLuke Lu1-0/+1
2007-09-11Fix a test failure (t9500-*.sh) on cygwinRamsay Jones1-5/+13
2007-07-28gitweb: Simplify 'opt' parameter validation, add "no merges" feedsJakub Narebski1-0/+28
2007-06-24t9500: skip gitweb tests if perl version is too oldSven Verdoolaege1-0/+6
2007-06-03gitweb: Handle non UTF-8 text betterMartin Koegler1-0/+28
2007-05-20gitweb: Add test t9500 for gitweb (as standalone script)Jakub Narebski1-0/+490