From d4b43d23f4a9f277a482fdad4ea3a3e951d80eab Mon Sep 17 00:00:00 2001 From: Nick Diego Yamane Date: Wed, 20 Dec 2017 06:10:07 -0400 Subject: Add support for linting git commit message files (#1233) --- .../command_callback/python_paths/no_virtualenv/subdir/foo/COMMIT_EDITMSG | 0 .../command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe | 0 test/command_callback/python_paths/with_virtualenv/env/bin/gitlint | 0 .../python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/command_callback/python_paths/no_virtualenv/subdir/foo/COMMIT_EDITMSG create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe create mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/gitlint create mode 100644 test/command_callback/python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG (limited to 'test/command_callback/python_paths') diff --git a/test/command_callback/python_paths/no_virtualenv/subdir/foo/COMMIT_EDITMSG b/test/command_callback/python_paths/no_virtualenv/subdir/foo/COMMIT_EDITMSG new file mode 100644 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/gitlint.exe new file mode 100755 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/gitlint b/test/command_callback/python_paths/with_virtualenv/env/bin/gitlint new file mode 100755 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG b/test/command_callback/python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3