File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,9 @@ LONG VIEW OPTIONS
14
14
-u, --accessed use the accessed timestamp field
15
15
-U, --created use the created timestamp field
16
16
--time-style how to format timestamps (default, iso, long-iso, full-iso)
17
+ --no-permissions suppress the permissions field
18
+ --no-filesize suppress the filesize field
19
+ --no-user suppress the user field
20
+ --no-time suppress the time field
17
21
--git list each file's Git status, if tracked or ignored
18
22
-@, --extended list each file's extended attributes and sizes
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ $exa $testcases/git2/deeply/nested/repository -l --git 2>&1 | diff -q - $results
211
211
$exa $testcases /git2/{deeply,ignoreds,target} -l --git 2>&1 | diff -q - $results /git_2_all || exit 1
212
212
213
213
# Regressions test
214
- $exa $testcases /git3 -l --git & > /dev/null || echo " Failed to display broken symlink in git repository " ; exit 1
214
+ $exa $testcases /git3 -l --git & > /dev/null || exit 1
215
215
216
216
COLUMNS=150 $exa $testcases /git/** /* $testcases --git --long --grid -d | diff -q - $results /git_1_files || exit 1
217
217
You can’t perform that action at this time.
0 commit comments