Răsfoiți Sursa

docs: add docs for --git-repos & --git-repos-no-status

PThorpe92 2 ani în urmă
părinte
comite
b2de25189f
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      man/eza.1.md

+ 6 - 0
man/eza.1.md

@@ -198,6 +198,12 @@ These options are available when running with `--long` (`-l`):
 `--git`  [if eza was built with git support]
 : List each file’s Git status, if tracked.
 
+`--git-repos` [if eza was built with git support]
+: List each directory’s Git status, if tracked.
+
+`--git-repos-no-status` [if eza was built with git support]
+: List if a directory is a Git repository, but not its status.
+
 This adds a two-character column indicating the staged and unstaged statuses respectively. The status character can be ‘`-`’ for not modified, ‘`M`’ for a modified file, ‘`N`’ for a new file, ‘`D`’ for deleted, ‘`R`’ for renamed, ‘`T`’ for type-change, ‘`I`’ for ignored, and ‘`U`’ for conflicted.
 
 Directories will be shown to have the status of their contents, which is how ‘deleted’ is possible: if a directory contains a file that has a certain status, it will be shown to have that status.