summaryrefslogtreecommitdiff
path: root/t/t7508-status.sh
Commit message (Expand)AuthorAgeFilesLines
* t7508: don't use `test_must_fail test_cmp`Denton Liu2020-04-201-1/+1
* Fix spelling errors in names of testsElijah Newren2019-11-101-1/+1
* status: remove the empty line after hintsJohn Lin2019-06-211-62/+0
* doc: promote "git restore"Nguyễn Thái Ngọc Duy2019-05-071-41/+41
* Merge branch 'jc/clean-after-sanity-tests'Junio C Hamano2018-06-281-3/+1
|\
| * tests: clean after SANITY testsJunio C Hamano2018-06-151-3/+1
* | Merge branch 'ps/test-chmtime-get'Junio C Hamano2018-04-251-2/+2
|\ \
| * | t/helper: 'test-chmtime (--get|-g)' to print only the mtimePaul-Sebastian Ungureanu2018-04-091-2/+2
| |/
* | t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-271-3/+3
|/
* Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autojk/ui-color-always-to-autoJunio C Hamano2017-10-041-20/+21
|\
| * t7508: use test_terminal for color outputJeff King2017-10-041-20/+21
* | git: add --no-optional-locks optionJeff King2017-09-271-0/+10
|/
* Merge branch 'ks/status-initial-commit'Junio C Hamano2017-06-301-0/+30
|\
| * status: contextually notify user about an initial commitks/status-initial-commitKaartic Sivaraam2017-06-211-0/+30
* | Merge branch 'ks/t7508-indent-fix'Junio C Hamano2017-06-261-1/+1
|\ \
| * | t7508: fix a broken indentationks/t7508-indent-fixKaartic Sivaraam2017-06-211-1/+1
* | | status: add optional stash count informationLiam Beguin2017-06-181-0/+32
* | | Merge branch 'ab/fix-poison-tests'Junio C Hamano2017-05-231-3/+3
|\ \ \ | | |/ | |/|
| * | tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason2017-05-111-3/+3
| |/
* | status: add color config slots for branch info in "--short --branch"sk/status-short-branch-color-configStephen Kent2017-04-281-2/+4
* | status: fix missing newline when comment chars are disabledJeff King2017-04-281-4/+111
|/
* Merge branch 'nd/cache-tree-ita'Junio C Hamano2016-07-251-1/+1
|\
| * test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy2016-07-181-1/+1
* | tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-171-2/+2
|/
* t: fix &&-chaining issues around setup which might failJeff King2015-03-201-1/+1
* t: fix trivial &&-chain breakageJeff King2015-03-201-4/+4
* commit/status: show the index-worktree diff with -v -vMichael J Gruber2015-03-061-0/+11
* t7508: test git status -vMichael J Gruber2015-03-061-2/+12
* t7508: .gitignore 'expect' and 'output' filesJunio C Hamano2015-03-061-65/+13
* Merge branch 'jl/status-added-submodule-is-never-ignored'Junio C Hamano2014-06-161-2/+72
|\
| * commit -m: commit staged submodules regardless of ignore configjl/status-added-submodule-is-never-ignoredJens Lehmann2014-04-071-1/+1
| * status/commit: show staged submodules regardless of ignore configJens Lehmann2014-04-071-2/+72
* | config: be strict on core.commentCharNguyễn Thái Ngọc Duy2014-05-191-2/+1
|/
* t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-291-1/+1
* Merge branch 'bc/submodule-status-ignored'Jonathan Nieder2013-09-241-2/+2
|\
| * submodule: don't print status output with ignore=allBrian M. Carlson2013-09-041-2/+2
* | t7508: avoid non-portable sed expressionmm/status-without-comment-charEric Sunshine2013-09-171-1/+2
* | status: add missing blank line after list of "other" filesMatthieu Moy2013-09-061-0/+21
* | tests: don't set status.displayCommentPrefix file-wideMatthieu Moy2013-09-061-450/+439
* | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-061-5/+58
|/
* status/commit: make sure --porcelain is not affected by user-facing configJunio C Hamano2013-06-241-0/+5
* status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-241-0/+27
* status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-241-0/+30
* Merge branch 'yd/use-test-config-unconfig'Junio C Hamano2013-03-281-30/+16
|\
| * t7508: use test_config to set/unset git config variablesYann Droneaud2013-03-251-30/+16
* | Merge branch 'tb/document-status-u-tradeoff'Junio C Hamano2013-03-211-0/+1
|\ \ | |/ |/|
| * status: advise to consider use of -u when read_directory takes too longNguyễn Thái Ngọc Duy2013-03-161-0/+1
* | Allow custom "comment char"Junio C Hamano2013-01-161-0/+50
|/
* Fix tests under GETTEXT_POISON on diffstatJiang Xin2012-08-271-1/+1
* tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-241-1/+1