Skip to content

Fix git-mob in subdirectories for older git versions

Compare
Choose a tag to compare
@dideler dideler released this 10 Jun 22:54
· 547 commits to master since this release

Thanks to @Sarabadu for fixing an issue in git-mob that would occur when running a git version before v2.13.

The git rev-parse --git-dir command has different behaviour before and after git v2.13, which was causing git-mob not to find the commit template file when executed from a subdirectory.

Pull Request #29
Issue #24
Issue #25