Skip to content
  • Junio C Hamano's avatar
    add--interactive.perl: factor out repeated --recount option · 9dce8323
    Junio C Hamano authored
    Depending on the direction and the target of patch application, we would
    need to pass --cached and --reverse to underlying "git apply".  Also we
    only pass --check when we are not applying but just checking.
    
    But we always pass --recount since 8cbd4310
    
     (git-add--interactive: replace
    hunk recounting with apply --recount, 2008-07-02).  Instead of repeating
    the same --recount over and over again, move it to a single place that
    actually runs the command, namely, "run_git_apply" subroutine.
    
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    9dce8323