summaryrefslogtreecommitdiff
path: root/t/t7508-status.sh
AgeCommit message (Expand)AuthorFilesLines
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-55/+55
2020-11-19t7[5-9]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-29/+29
2020-09-18Merge branch 'jc/quote-path-cleanup'Libravatar Junio C Hamano1-0/+27
2020-09-10wt-status: consistently quote paths in "status --short" outputLibravatar Junio C Hamano1-0/+27
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Libravatar Junio C Hamano1-0/+12
2020-09-02wt-status: tolerate dangling marksLibravatar Jonathan Tan1-0/+12
2020-07-30t7508: use $ZERO_OID instead of hard-coded constantLibravatar brian m. carlson1-1/+1
2020-04-20t7508: don't use `test_must_fail test_cmp`Libravatar Denton Liu1-1/+1
2019-11-10Fix spelling errors in names of testsLibravatar Elijah Newren1-1/+1
2019-06-21status: remove the empty line after hintsLibravatar John Lin1-62/+0
2019-05-07doc: promote "git restore"Libravatar Nguyễn Thái Ngọc Duy1-41/+41
2018-06-28Merge branch 'jc/clean-after-sanity-tests'Libravatar Junio C Hamano1-3/+1
2018-06-15tests: clean after SANITY testsLibravatar Junio C Hamano1-3/+1
2018-04-25Merge branch 'ps/test-chmtime-get'Libravatar Junio C Hamano1-2/+2
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimeLibravatar Paul-Sebastian Ungureanu1-2/+2
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễ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-autoLibravatar Junio C Hamano1-20/+21
2017-10-04t7508: use test_terminal for color outputLibravatar Jeff King1-20/+21
2017-09-27git: add --no-optional-locks optionLibravatar Jeff King1-0/+10
2017-06-30Merge branch 'ks/status-initial-commit'Libravatar Junio C Hamano1-0/+30
2017-06-26Merge branch 'ks/t7508-indent-fix'Libravatar Junio C Hamano1-1/+1
2017-06-21status: contextually notify user about an initial commitLibravatar Kaartic Sivaraam1-0/+30
2017-06-21t7508: fix a broken indentationLibravatar Kaartic Sivaraam1-1/+1
2017-06-18status: add optional stash count informationLibravatar Liam Beguin1-0/+32
2017-05-23Merge branch 'ab/fix-poison-tests'Libravatar Junio C Hamano1-3/+3
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2017-04-28status: add color config slots for branch info in "--short --branch"Libravatar Stephen Kent1-2/+4
2017-04-28status: fix missing newline when comment chars are disabledLibravatar Jeff King1-4/+111
2016-07-25Merge branch 'nd/cache-tree-ita'Libravatar Junio C Hamano1-1/+1
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-06-17tests: use test_i18n* functions to suppress false positivesLibravatar Vasco Almeida1-2/+2
2015-03-20t: fix &&-chaining issues around setup which might failLibravatar Jeff King1-1/+1
2015-03-20t: fix trivial &&-chain breakageLibravatar Jeff King1-4/+4
2015-03-06commit/status: show the index-worktree diff with -v -vLibravatar Michael J Gruber1-0/+11
2015-03-06t7508: test git status -vLibravatar Michael J Gruber1-2/+12
2015-03-06t7508: .gitignore 'expect' and 'output' filesLibravatar Junio C Hamano1-65/+13
2014-06-16Merge branch 'jl/status-added-submodule-is-never-ignored'Libravatar Junio C Hamano1-2/+72
2014-05-19config: be strict on core.commentCharLibravatar Nguyễn Thái Ngọc Duy1-2/+1
2014-04-07commit -m: commit staged submodules regardless of ignore configLibravatar Jens Lehmann1-1/+1
2014-04-07status/commit: show staged submodules regardless of ignore configLibravatar Jens Lehmann1-2/+72
2013-10-29t: use perl instead of "$PERL_PATH" where applicableLibravatar Jeff King1-1/+1
2013-09-24Merge branch 'bc/submodule-status-ignored'Libravatar Jonathan Nieder1-2/+2
2013-09-17t7508: avoid non-portable sed expressionLibravatar Eric Sunshine1-1/+2
2013-09-06status: add missing blank line after list of "other" filesLibravatar Matthieu Moy1-0/+21
2013-09-06tests: don't set status.displayCommentPrefix file-wideLibravatar Matthieu Moy1-450/+439
2013-09-06status: disable display of '#' comment prefix by defaultLibravatar Matthieu Moy1-5/+58
2013-09-04submodule: don't print status output with ignore=allLibravatar Brian M. Carlson1-2/+2
2013-06-24status/commit: make sure --porcelain is not affected by user-facing configLibravatar Junio C Hamano1-0/+5
2013-06-24status: introduce status.branch to enable --branch by defaultLibravatar Jorge Juan Garcia Garcia1-0/+27
2013-06-24status: introduce status.short to enable --short by defaultLibravatar Jorge Juan Garcia Garcia1-0/+30