I am not able to get tree to work when adding a path. git who table test/ works fine, git who tree test/ shows nothing, while git who tree correctly shows the files in the root.
Using this repo as a test...
❯ git who tree
.\....................................Sinclair Target (303)
├── .gitignore
├── .gitmodules
├── LICENSE
├── README.md
├── Rakefile
├── cache.go
├── dump.go
├── gitwho_ed25519.pub
├── go.mod
├── go.sum
├── gunicorn
├── hist.go
├── log.go
├── main.go
├── parse.go
├── table.go
├── test-repo
└── tree.go
❯ git who test/
┌─────────────────────────────────────────────────────┐
│Author Last Edit Commits│
├─────────────────────────────────────────────────────┤
│Sinclair Target 1 week ago 5│
└─────────────────────────────────────────────────────┘
❯ git who tree test/
<nothing>
❯ git who tree -a test/
<nothing>
Version: v1.0 de1da5d
Platform: Windows
I am not able to get
treeto work when adding apath.git who table test/works fine,git who tree test/shows nothing, whilegit who treecorrectly shows the files in the root.Using this repo as a test...
Version: v1.0 de1da5d
Platform: Windows