Skip to content
  • Junio C Hamano's avatar
    Merge branch 'nd/wildmatch-double-asterisk' · 25e4da89
    Junio C Hamano authored
    A pattern with '**' that does not have a slash on either side used
    to be an invalid one, but the code now treats such double-asterisks
    the same way as two normal asterisks that happen to be adjacent to
    each other.
    
    * nd/wildmatch-double-asterisk:
      wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode
    25e4da89