• Show log

    Commit

  • Hash : 6e96b326
    Author : Omar Polo
    Date : 2022-03-12T16:02:51

    refactor apply_patch to support renaming files
    
    add two helper functions (schedule_add, schedule_del) and move the guts
    of apply_patch into a new function `patch_file'.  This simplifies
    apply_patch and makes easier to figure out what happens.
    
    Then, drop GOT_ERR_PATCH_PATHS_DIFFER since we allow the to rename
    files.