index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t7508-status.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
t7508: add tests capturing racy timestamp handling
Marc Strapetz
1
-0
/
+22
2022-01-07
t7508: fix bogus mtime verification
Marc Strapetz
1
-5
/
+3
2021-08-02
t7508: avoid non POSIX BRE
Carlo Marcelo Arenas Belón
1
-1
/
+1
2021-02-10
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
1
-55
/
+55
2020-11-19
t7[5-9]*: adjust the references to the default branch name "main"
Johannes Schindelin
1
-29
/
+29
2020-09-18
Merge branch 'jc/quote-path-cleanup'
Junio C Hamano
1
-0
/
+27
2020-09-10
wt-status: consistently quote paths in "status --short" output
Junio C Hamano
1
-0
/
+27
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
1
-0
/
+12
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
1
-0
/
+12
2020-07-30
t7508: use $ZERO_OID instead of hard-coded constant
brian m. carlson
1
-1
/
+1
2020-04-20
t7508: don't use `test_must_fail test_cmp`
Denton Liu
1
-1
/
+1
2019-11-10
Fix spelling errors in names of tests
Elijah Newren
1
-1
/
+1
2019-06-21
status: remove the empty line after hints
John Lin
1
-62
/
+0
2019-05-07
doc: promote "git restore"
Nguyễn Thái Ngọc Duy
1
-41
/
+41
2018-06-28
Merge branch 'jc/clean-after-sanity-tests'
Junio C Hamano
1
-3
/
+1
2018-06-15
tests: clean after SANITY tests
Junio C Hamano
1
-3
/
+1
2018-04-25
Merge branch 'ps/test-chmtime-get'
Junio C Hamano
1
-2
/
+2
2018-04-09
t/helper: 'test-chmtime (--get|-g)' to print only the mtime
Paul-Sebastian Ungureanu
1
-2
/
+2
2018-03-27
t/helper: merge test-chmtime into test-tool
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2017-10-04
Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto
Junio C Hamano
1
-20
/
+21
2017-10-04
t7508: use test_terminal for color output
Jeff King
1
-20
/
+21
2017-09-27
git: add --no-optional-locks option
Jeff King
1
-0
/
+10
2017-06-30
Merge branch 'ks/status-initial-commit'
Junio C Hamano
1
-0
/
+30
2017-06-26
Merge branch 'ks/t7508-indent-fix'
Junio C Hamano
1
-1
/
+1
2017-06-21
status: contextually notify user about an initial commit
Kaartic Sivaraam
1
-0
/
+30
2017-06-21
t7508: fix a broken indentation
Kaartic Sivaraam
1
-1
/
+1
2017-06-18
status: add optional stash count information
Liam Beguin
1
-0
/
+32
2017-05-23
Merge branch 'ab/fix-poison-tests'
Junio C Hamano
1
-3
/
+3
2017-05-11
tests: fix tests broken under GETTEXT_POISON=YesPlease
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2017-04-28
status: add color config slots for branch info in "--short --branch"
Stephen Kent
1
-2
/
+4
2017-04-28
status: fix missing newline when comment chars are disabled
Jeff King
1
-4
/
+111
2016-07-25
Merge branch 'nd/cache-tree-ita'
Junio C Hamano
1
-1
/
+1
2016-07-18
test-lib.sh: introduce and use $EMPTY_BLOB
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-06-17
tests: use test_i18n* functions to suppress false positives
Vasco Almeida
1
-2
/
+2
2015-03-20
t: fix &&-chaining issues around setup which might fail
Jeff King
1
-1
/
+1
2015-03-20
t: fix trivial &&-chain breakage
Jeff King
1
-4
/
+4
2015-03-06
commit/status: show the index-worktree diff with -v -v
Michael J Gruber
1
-0
/
+11
2015-03-06
t7508: test git status -v
Michael J Gruber
1
-2
/
+12
2015-03-06
t7508: .gitignore 'expect' and 'output' files
Junio C Hamano
1
-65
/
+13
2014-06-16
Merge branch 'jl/status-added-submodule-is-never-ignored'
Junio C Hamano
1
-2
/
+72
2014-05-19
config: be strict on core.commentChar
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2014-04-07
commit -m: commit staged submodules regardless of ignore config
Jens Lehmann
1
-1
/
+1
2014-04-07
status/commit: show staged submodules regardless of ignore config
Jens Lehmann
1
-2
/
+72
2013-10-29
t: use perl instead of "$PERL_PATH" where applicable
Jeff King
1
-1
/
+1
2013-09-24
Merge branch 'bc/submodule-status-ignored'
Jonathan Nieder
1
-2
/
+2
2013-09-17
t7508: avoid non-portable sed expression
Eric Sunshine
1
-1
/
+2
2013-09-06
status: add missing blank line after list of "other" files
Matthieu Moy
1
-0
/
+21
2013-09-06
tests: don't set status.displayCommentPrefix file-wide
Matthieu Moy
1
-450
/
+439
2013-09-06
status: disable display of '#' comment prefix by default
Matthieu Moy
1
-5
/
+58
2013-09-04
submodule: don't print status output with ignore=all
Brian M. Carlson
1
-2
/
+2
[next]