bbce628 Make do-rebase generate proper patches regardless of git config

1 file Authored by javierm 5 years ago, Committed by pjones 5 years ago,
1 file changed. 3 lines added. 1 lines removed.
    Make do-rebase generate proper patches regardless of git config
    
    The do-rebase script generate patches with git-format-patch, but the pkg
    expects some non-default git configurations for the diffs and stats.
    
    So instead requiring developers to setup these config options, pass them
    to git-format-patch in do-rebase to generate the proper patches.
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    
        
file modified
+3 -1