summaryrefslogtreecommitdiff
path: root/t/t7508-status.sh
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-28Merge branch 'yd/use-test-config-unconfig'Libravatar Junio C Hamano1-30/+16
2013-03-25t7508: use test_config to set/unset git config variablesLibravatar Yann Droneaud1-30/+16
2013-03-21Merge branch 'tb/document-status-u-tradeoff'Libravatar Junio C Hamano1-0/+1
2013-03-16status: advise to consider use of -u when read_directory takes too longLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-01-16Allow custom "comment char"Libravatar Junio C Hamano1-0/+50
2012-08-27Fix tests under GETTEXT_POISON on diffstatLibravatar Jiang Xin1-1/+1
2012-06-24tests: enclose $PERL_PATH in double quotesLibravatar Junio C Hamano1-1/+1
2012-06-12t: Replace 'perl' by $PERL_PATHLibravatar Vincent van Ravesteijn1-1/+1
2012-05-08Merge branch 'jk/maint-status-porcelain-z-b' into HEADLibravatar Jeff King1-1/+15
2012-05-08status: respect "-b" for porcelain formatLibravatar Jeff King1-1/+6
2012-05-08status: fix null termination with "-b"Libravatar Jeff King1-0/+9