Skip to content

Commit

Permalink
regression: fix output mismatch with git 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  • Loading branch information
jeffpc committed Apr 22, 2009
1 parent 99d1893 commit ca0fafa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regression/scaffold
Expand Up @@ -29,7 +29,8 @@ function replace_path
-e "s,$REG_DIR/\.\./,,g" \
-e "s,^Usage: guilt-,Usage: guilt ,g" \
-e "s,\.\.\. initial, initial,g" \
-e "s,^Already on branch,Already on,g"
-e "s,^Already on\( branch\)\? [\"']\([^\"']*\)[\"']$,Already on \"\2\",g" \
-e "s,^Switched to branch [\"']\([^\"']*\)[\"'],Switched to branch \"\1\",g"
}

function filter_dd
Expand Down

0 comments on commit ca0fafa

Please sign in to comment.