Skip to content
  • Junio C Hamano's avatar
    Merge branch 'nd/magic-pathspec' · 4cebbe6f
    Junio C Hamano authored
    All callers to parse_pathspec() must choose between getting no
    pathspec or one path that is limited to the current directory
    when there is no paths given on the command line, but there were
    two callers that violated this rule, triggering a BUG().
    
    * nd/magic-pathspec:
      Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags
    4cebbe6f