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:
@ -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' '
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
test_description=git-hash-object
|
||||
test_description="git-hash-object"
|
||||
|
||||
. ./test-lib.sh
|
||||
|
||||
|
Reference in New Issue
Block a user