summaryrefslogtreecommitdiff
path: root/t/t7006-pager.sh
AgeCommit message (Expand)Author
2011-12-14test: errors preparing for a test are not specialJonathan Nieder
2011-08-19support pager.* for external commandsJeff King
2011-08-19color: delay auto-color decision until point of useJeff King
2011-08-18setup_pager: set GIT_PAGER_IN_USEJeff King
2011-08-18t7006: use test_config helpersJeff King
2011-08-18t7006: modernize calls to unsetJeff King
2010-12-08Merge branch 'jk/pager-per-command'Junio C Hamano
2010-11-24Merge branch 'en/and-cascade-tests'Junio C Hamano
2010-11-17allow command-specific pagers in pager.<cmd>Jeff King
2010-10-18test_terminal: catch use without TTY prerequisiteJonathan Nieder
2010-10-18tests: factor out terminal handling from t7006Jeff King
2010-10-06Introduce sane_unset and use it to ensure proper && chainingElijah Newren
2010-08-16t7006 (pager): add missing TTY prerequisitesJonathan Nieder
2010-08-16config: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-08-16bundle: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-08-16apply: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-08-11grep: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-08-11shortlog: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-07-15Merge branch 'jn/paginate-fix'Junio C Hamano
2010-07-14git --paginate: paginate external commands againJonathan Nieder
2010-07-07Merge branch 'ab/tap'Junio C Hamano
2010-06-30Merge branch 'jn/grep-open'Junio C Hamano
2010-06-28git --paginate: do not commit pager choice too earlyNguyễn Thái Ngọc Duy
2010-06-28tests: local config file should be honored from subdirs of toplevelJonathan Nieder
2010-06-28t7006: test pager configuration for several git commandsJonathan Nieder
2010-06-28t7006 (pager): introduce helper for parameterized testsJonathan Nieder
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2010-06-22Merge branch 'maint'Junio C Hamano
2010-06-21tests: remove unnecessary '^' from 'expr' regular expressionJunio C Hamano
2010-06-13grep: Add the option '--open-files-in-pager'Johannes Schindelin
2010-06-02t/t7006: ignore return status of shell's unset builtinBrandon Casey
2010-04-15t7006: guard cleanup with test_expect_successJonathan Nieder
2010-02-22tests: Fix race condition in t7006-pagerJonathan Nieder
2010-02-21t7006-pager: if stdout is not a terminal, make a new oneJonathan Nieder
2010-02-20tests: Add tests for automatic use of pagerJonathan Nieder