Skip to content

tree shows no files when the path parameter is used #30

Description

@RSchwoerer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions