Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-25 | git-branch-list: Make the branch list work in subdirectories | Teddy Wing | |
When the current directory was not the Git root, the command wouldn't work. It expected to find the branch list database in the `.git` directory in the current directory. Make the program work even if the current directory is a subdirectory of the Git repository. |