Skip to content
  • David Miller's avatar
    Pass -M to diff in request-pull · 396db813
    David Miller authored
    
    
    Linus recommended this, otherwise any renames cause the
    diffstat output to be ridiculous in some circumstances.
    
    Because the corresponding "git-pull" done when the requestee
    actually makes pull shows the stat with rename detection
    enabled, it makes sense to match what the request message
    includes to that output, to make the result easier to verify.
    
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
    396db813