summaryrefslogtreecommitdiff
path: root/t/t7508-status.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-3/+3
2026-07-19Merge branch 'bc/parse-options-exit-0-on-help'Junio C Hamano1-2/+2
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-2/+2
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-3/+3
2026-07-06t7508: skip EXPENSIVE test that is broken without SIZE_T_IS_64BITPatrick Steinhardt1-1/+1
2026-05-20Merge branch 'js/adjust-tests-to-explicitly-access-bare-repo'Junio C Hamano1-0/+4
2026-04-27status tests: filter `.gitconfig` from status outputJohannes Schindelin1-0/+4
2026-04-22t: prepare `git config --unset` calls for `set -e`Patrick Steinhardt1-2/+2
2026-02-06tests: fix existing tests when add an ignore=all submoduleClaus Schneider(Eficode)1-1/+1
2025-10-17status: make coloring of "-z --short" consistentJeff King1-0/+11
2025-04-07t: refactor tests depending on Perl substitution operatorPatrick Steinhardt1-2/+2
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-1/+1
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano1-1/+1
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-1/+3
2024-03-13status: allow --untracked=false and friendsJunio C Hamano1-10/+22
2024-03-12config: allow multi-byte core.commentCharJeff King1-1/+3
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-12/+12
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-12/+12
2023-10-13Prevent git from rehashing 4GiB filesJason Hatton1-0/+16
2023-07-13remote: don't imply that integration is always required before pushingAlex Henrie1-19/+19
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie1-6/+4
2023-06-23Merge branch 'rj/leakfixes'Junio C Hamano1-0/+1
2023-06-17tests: mark as passing with SANITIZE=leakRubén Justo1-0/+1
2023-05-23t7508-status: modernize test formatJohn Cai1-2/+2
2022-12-01status: modernize git-status "slow untracked files" adviceRudy Rigot1-0/+70
2022-01-07t7508: add tests capturing racy timestamp handlingMarc Strapetz1-0/+22
2022-01-07t7508: fix bogus mtime verificationMarc Strapetz1-5/+3
2021-08-02t7508: avoid non POSIX BRECarlo Marcelo Arenas Belón1-1/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-55/+55
2020-11-19t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-29/+29
2020-09-18Merge branch 'jc/quote-path-cleanup'Junio C Hamano1-0/+27
2020-09-10wt-status: consistently quote paths in "status --short" outputJunio C Hamano1-0/+27
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano1-0/+12
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-0/+12
2020-07-30t7508: use $ZERO_OID instead of hard-coded constantbrian m. carlson1-1/+1
2020-04-20t7508: don't use `test_must_fail test_cmp`Denton Liu1-1/+1
2019-11-10Fix spelling errors in names of testsElijah Newren1-1/+1
2019-06-21status: remove the empty line after hintsJohn Lin1-62/+0
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy1-41/+41
2018-06-28Merge branch 'jc/clean-after-sanity-tests'Junio C Hamano1-3/+1
2018-06-15tests: clean after SANITY testsJunio C Hamano1-3/+1
2018-04-25Merge branch 'ps/test-chmtime-get'Junio C Hamano1-2/+2
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimePaul-Sebastian Ungureanu1-2/+2
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-3/+3
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano1-20/+21
2017-10-04t7508: use test_terminal for color outputJeff King1-20/+21
2017-09-27git: add --no-optional-locks optionJeff King1-0/+10
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano1-0/+30