From 0f97f15a8d183c6b14894f47c40968e92104181d Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 23 Jan 2019 18:41:55 +0000 Subject: Removing files ending with a ~ in the git checkout hook While editing files, some editors create temporary `~' files that can cause problems in metastore's ability to delete their host directory if its not on the other branch. With this commit, a `find' call was added to the post checkout Git hook to remove such temporary files before metastore is called. Also, some comments were added to both git hooks to make them easier to understand for a beginner. --- .file-metadata | Bin 4430 -> 3774 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index c6aa9d2..04c25e5 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1