Skip to content
  • wincent's avatar
    Refactor patch_update_cmd · a7d9da6c
    wincent authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    Split patch_update_cmd into two functions, one to prompt the user for
    a path to patch and another to do the actual work given that file path.
    This lays the groundwork for a future commit which will teach
    git-add--interactive to accept a path parameter and jump directly to
    the patch subcommand for that path, bypassing the interactive prompt.
    
    Signed-off-by: default avatarWincent Colaiuta <win@wincent.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    a7d9da6c