• Show log

    Commit

  • Hash : 41019152
    Author : Patrick Steinhardt
    Date : 2017-03-14T10:01:56

    patch_generate: remove duplicated logic
    
    Under the existing logic, we try to load patch contents differently,
    depending on whether the patch files stem from the working directory or
    not. But actually, the executed code paths are completely equal to each
    other -- so we were always the code despite the condition.
    
    Remove the condition altogether and conflate both code paths.