• Show log

    Commit

  • Hash : 7e665116
    Author : Stefan Sperling
    Date : 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.