• Show log

    Commit

  • Hash : 7a30b5cb
    Author : Omar Polo
    Date : 2022-03-20T08:54:45

    got patch: prefer new name if not /dev/null and not a git-style diff
    
    This fixes a common issue when for e.g. generating patches with
    
    	$ diff -u foo.orig foo
    
    where 'got patch' failed because 'foo.orig' has an 'unexpected status'.
    
    prodded by naddy, ok stsp