• Show log

    Commit

  • Hash : ef682410
    Author : Carlos Martín Nieto
    Date : 2018-04-11T17:52:51

    revwalk: remove one useless layer of functions
    
    We don't currently need to have anything that's different between `get_revision`
    and `get_one_revision` so let's just remove the inner function and make the code
    more straightforward.