Commit 7e66511645edba471993334510005bb30c00cefc

Stefan Sperling 2018-04-02T21:25:56

got log: do a first-parent commit traversal instead of N-parent Running 'got log' on a repository with merge commits shows that this code isn't ready to handle merge commits yet. It printed many commits multiple times and used up a lot of memory.