Sign in
googlers
/
jrn
/
git
/
6d340dfaef25453a7d95a3e3960aea06fe69dbdf
/
t
/
t9500-gitweb-standalone-no-errors.sh
3fca1fc
test libs: rename gitweb-lib.sh to lib-gitweb.sh
by Ævar Arnfjörð Bjarmason
· 4 years ago
765577b
t9[5-7]*: adjust the references to the default branch name "main"
by Johannes Schindelin
· 4 years, 2 months ago
334afbc
tests: mark tests relying on the current default for `init.defaultBranch`
by Johannes Schindelin
· 4 years, 2 months ago
6ff6a67
t9500: ensure that algorithm info is preserved in config
by brian m. carlson
· 4 years, 6 months ago
64d1022
t: fix whitespace around &&
by Andrei Rybak
· 4 years, 10 months ago
9b966ff
t9500: remove spaces after redirect operators
by Andrei Rybak
· 4 years, 10 months ago
8a7f8be
t3901: move supporting files into t/t3901/
by Johannes Schindelin
· 8 years ago
779a206
gitweb: use highlight's shebang detection
by Ian Kelling
· 8 years ago
a6a4a88
t: fix &&-chaining issues around setup which might fail
by Jeff King
· 10 years ago
99094a7
t: fix trivial &&-chain breakage
by Jeff King
· 10 years ago
501a75a
t: replace pulls with merges
by Felipe Contreras
· 11 years ago
a43948b
Merge branch 'rj/highlight-test-hang'
by Jonathan Nieder
· 11 years ago
7202db8
gitweb test: fix highlight test hang on Linux Mint
by Ramsay Jones
· 11 years ago
889c6f0
tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)
by Johannes Sixt
· 12 years ago
5d76ef2
t9500: use test_config to set/unset git config variables
by Yann Droneaud
· 12 years ago
5609586
Merge branch 'jn/gitweb-unborn-head'
by Junio C Hamano
· 13 years ago
2c8fb23
Merge branch 'maint'
by Junio C Hamano
· 13 years ago
fc8fcd2
gitweb: Fix 'grep' search for multiple matches in file
by Jakub Narebski
· 13 years ago
fd49e56
gitweb: Fix "heads" view when there is no current branch
by Jakub Narebski
· 13 years ago
77cdf0f
Merge branch 'jn/gitweb-unspecified-action'
by Junio C Hamano
· 13 years ago
18ab83e
gitweb: Fix actionless dispatch for non-existent objects
by Jakub Narebski
· 13 years ago
1e706ec
t9500: Add basic sanity tests for side-by-side diff in gitweb
by Jakub Narebski
· 13 years ago
e4bd10b
t9500: Add test for handling incomplete lines in diff by gitweb
by Jakub Narebski
· 13 years ago
2c162b5
gitweb: do not misparse nonnumeric content tag files that contain a digit
by Jonathan Nieder
· 14 years ago
d940c90
gitweb: Optional grouping of projects by category
by Sebastien Cevey
· 14 years ago
12b1443
gitweb: Restructure projects list generation
by Jakub Narebski
· 14 years ago
e5ea66f
gitweb: Make i18n (encoding) tests in t9500 leave clean state
by Jakub Narebski
· 14 years ago
49151d8
t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediate
by Ævar Arnfjörð Bjarmason
· 14 years ago
ae5e97e
gitweb: Fix test of highlighting support in t9500
by Jakub Narebski
· 14 years ago
592ea41
gitweb: Refactor syntax highlighting support
by Jakub Narebski
· 15 years ago
9be3614
gitweb: Fix project-specific feature override behavior
by Jakub Narebski
· 15 years ago
0552607
gitweb: split test suite into library and tests
by Mark Rada
· 15 years ago
e9fdd74
gitweb: (gr)avatar support
by Giuseppe Bilotta
· 16 years ago
5ae93df
t3900: use ancient iconv names for backward compatibility
by Brandon Casey
· 16 years ago
1b19ccd
tests: skip perl tests if NO_PERL is defined
by Jeff King
· 16 years ago
5dba359
tests: remove exit after test_done call
by Jeff King
· 16 years ago
704a314
Use prerequisite tags to skip tests that depend on symbolic links
by Johannes Sixt
· 16 years ago
1f55391
test-lib: Introduce test_chmod and use it instead of update-index --chmod
by Johannes Sixt
· 16 years ago
fae74a0
test suite: Use 'say' to say something instead of 'test_expect_success'
by Johannes Sixt
· 16 years ago
df5d10a
gitweb: Fix warnings with override permitted but no repo override
by Marcel M. Cary
· 16 years ago
81d3fe9
gitweb: fix wrong base URL when non-root DirectoryIndex
by Giuseppe Bilotta
· 16 years ago
4586864
gitweb: Fix bug in insert_file() subroutine
by Jakub Narebski
· 16 years ago
bf8f2ad
Merge branch 'maint'
by Shawn O. Pearce
· 16 years ago
9a1fd65
gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.sh
by Jakub Narebski
· 16 years ago
8753941
tests: grep portability fixes
by Jeff King
· 16 years ago
bfdbee9
tests: use $TEST_DIRECTORY to refer to the t/ directory
by Junio C Hamano
· 16 years ago
f69e836
Fix tests breaking when checkout path contains shell metacharacters
by Bryan Donlan
· 17 years ago
0e46e70
Don't use the 'export NAME=value' in the test scripts.
by Bryan Donlan
· 17 years ago
5634cf2
gitweb: Fix 'history' view for deleted files with history
by Jakub Narebski
· 17 years ago
bc8b95a
gitweb: Make config_to_multi return [] instead of [undef]
by Petr Baudis
· 17 years ago
e9c34c2
gitweb: Add tests for overriding gitweb config with repo config
by Jakub Narebski
· 17 years ago
fa9aff4
gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test
by Jakub Narebski
· 17 years ago
ca5e949
gitweb: speed up project listing on large work trees by limiting find depth
by Luke Lu
· 17 years ago
060fe57
Fix a test failure (t9500-*.sh) on cygwin
by Ramsay Jones
· 17 years ago
1207510
gitweb: Simplify 'opt' parameter validation, add "no merges" feeds
by Jakub Narebski
· 17 years ago
fc746df
t9500: skip gitweb tests if perl version is too old
by Sven Verdoolaege
· 18 years ago
00f429a
gitweb: Handle non UTF-8 text better
by Martin Koegler
· 18 years ago
77e4e8b
gitweb: Add test t9500 for gitweb (as standalone script)
by Jakub Narebski
· 18 years ago