Fix more typos, primarily in the code
The only visible change is that git-blame doesn't understand "--compability" anymore, but it does accept "--compatibility" instead, which is already documented. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Junio C Hamano
parent
930cf7dd7c
commit
82e5a82fd7
@ -31,7 +31,7 @@ test_expect_success 'cloning with reference' \
|
||||
|
||||
cd "$base_dir"
|
||||
|
||||
test_expect_success 'existance of info/alternates' \
|
||||
test_expect_success 'existence of info/alternates' \
|
||||
'test `wc -l <C/.git/objects/info/alternates` = 2'
|
||||
|
||||
cd "$base_dir"
|
||||
|
||||
Reference in New Issue
Block a user