Skip to content
  • Junio C Hamano's avatar
    diff -c -p: do not die on submodules · 7dae8b21
    Junio C Hamano authored
    
    
    The combine diff logic knew only about blobs (and their checked-out form
    in the work tree, either regular files or symlinks), and barfed when fed
    submodules.  This "externalizes" gitlinks in the same way as the normal
    patch generation codepath does (i.e. "Subproject commit Xxx\n") to fix the
    issue.
    
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    7dae8b21