aboutsummaryrefslogtreecommitdiffstats
path: root/t/105-list-works-in-subdirectory.t
AgeCommit message (Collapse)Author
2019-05-25git-branch-list: Make the branch list work in subdirectoriesTeddy 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.