diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-11-02 13:17:46 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-11-02 13:17:46 -0800 |
| commit | 292e53fa9d2cf6d0b6d6adbbdc6dfc665bd4babe (patch) | |
| tree | c6cf86a42e4386b3c37bd23903c672669e8e8bdf /t/t4018-diff-funcname.sh | |
| parent | 305fcf42b4dde316ba0b2e6433c1e5a1d6ef864f (diff) | |
| parent | 2ff6c34612057baccbd841524106c5a05f6be6d6 (diff) | |
| download | git-292e53fa9d2cf6d0b6d6adbbdc6dfc665bd4babe.tar.xz | |
Merge branch 've/userdiff-bash'
The userdiff pattern learned to identify the function definition in
POSIX shells and bash.
* ve/userdiff-bash:
userdiff: support Bash
Diffstat (limited to 't/t4018-diff-funcname.sh')
| -rwxr-xr-x | t/t4018-diff-funcname.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4018-diff-funcname.sh b/t/t4018-diff-funcname.sh index 9d07797579..9675bc17db 100755 --- a/t/t4018-diff-funcname.sh +++ b/t/t4018-diff-funcname.sh @@ -27,6 +27,7 @@ test_expect_success 'setup' ' diffpatterns=" ada + bash bibtex cpp csharp |
