cgy
cgy
~help wanted I make an examples, the project dir like this: . ├── dir1 │ ├── f1.go │ └── f1_nolic.go └── main.go if i build with ```shell go build ```...
i read the readme, it say need set the github token. may i use it in my private project witch use git?
my commit like this: master: merge branch a into master | \\ | | {branch a} do a1 in branch a | | do a2 in branch a |_| |...
大佬,这个没有检查分支的commit诶, 我跟踪了一下代码,[发现获取到的commit只有master分支的](https://github.com/release-lab/whatchanged/blob/923ecd06262f1fa003d4b57b802f79d27690060c/2_extractor.go#L78) 看起来和使用下面的git命令得到的日志一样 ```shell git log --first-parent ``` 是不是我的用法有问题呢?我到go-git提了一个[问题](https://github.com/go-git/go-git/issues/448) 我使用的方式是 ```shell ./whatchanged ```