Merge branch 'maint'

* maint:
  post-receive-email: fix accidental removal of a trailing space in signature line
  Escape project names before creating pathinfo URLs
  Escape project name in regexp
  bash: Add completion for git diff --base --ours --theirs
  diff-options.txt: document the new "--dirstat" option
This commit is contained in:
Junio C Hamano
2008-04-22 00:10:20 -07:00
4 changed files with 14 additions and 4 deletions

View File

@ -202,11 +202,12 @@ generate_email_header()
generate_email_footer()
{
SPACE=" "
cat <<-EOF
hooks/post-receive
--
--${SPACE}
$projectdesc
EOF
}