Merge branch 'mv/dashless'

* mv/dashless:
  make remove-dashes: apply to scripts and programs as well, not just to builtins
  git-bisect: use dash-less form on git bisect log
  t1007-hash-object.sh: use quotes for the test description
  t0001-init.sh: change confusing directory name
This commit is contained in:
Junio C Hamano
2008-07-16 17:49:59 -07:00
5 changed files with 22 additions and 18 deletions

View File

@ -83,11 +83,11 @@ test_expect_success 'init --bare' '
(
unset GIT_DIR GIT_WORK_TREE GIT_CONFIG
mkdir git-init-bare.git &&
cd git-init-bare.git &&
mkdir init-bare.git &&
cd init-bare.git &&
git init --bare
) &&
check_config git-init-bare.git true unset
check_config init-bare.git true unset
'
test_expect_success 'GIT_DIR non-bare' '

View File

@ -1,6 +1,6 @@
#!/bin/sh
test_description=git-hash-object
test_description="git-hash-object"
. ./test-lib.sh