Merge branch 'bd/tests' into next
commitb80d34b65b265229878b2ebfe9c5c9ca601c8b01
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 May 2008 21:51:09 +0000 (5 14:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 May 2008 21:51:09 +0000 (5 14:51 -0700)
treee1f4ecdf9bc52b9b4c505dfea93a93596b5e31f0
parent558e85db9581b365cb74fe209193967a11d2e76e
parent4a7aaccd83a4f9eca17ca936b7c297e01840f587
Merge branch 'bd/tests' into next

* bd/tests:
  Rename the test trash directory to contain spaces.
  Fix tests breaking when checkout path contains shell metacharacters
  Don't use the 'export NAME=value' in the test scripts.
  lib-git-svn.sh: Fix quoting issues with paths containing shell metacharacters
  test-lib.sh: Fix some missing path quoting
  Use test_set_editor in t9001-send-email.sh
  test-lib.sh: Add a test_set_editor function to safely set $VISUAL
  git-send-email.perl: Handle shell metacharacters in $EDITOR properly
  config.c: Escape backslashes in section names properly
  git-rebase.sh: Fix --merge --abort failures when path contains whitespace
config.c
git-send-email.perl
t/t3404-rebase-interactive.sh
t/t6200-fmt-merge-msg.sh
t/t7003-filter-branch.sh
t/t9001-send-email.sh