Skip to content

1.1.3

Compare
Choose a tag to compare
@unknwon unknwon released this 03 Sep 19:36
· 47 commits to master since this release
0bb10af
Fix bad parsing for some .gitmodules that path and url not ordered (#61)

for example, the .gitmodules in https://git.zx2c4.com/cgit is like this:

```.gitmodules
[submodule "git"]
	url = https://git.kernel.org/pub/scm/git/git.git
	path = git
```