From: Oleg Broytman Date: Wed, 6 Aug 2014 21:36:06 +0000 (+0400) Subject: Correct English grammar X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=950d3b3e506d4805900c2f8c0c416986b7fca444 Correct English grammar --- diff --git a/add-pubkey/post-checkout b/add-pubkey/post-checkout index bf63ef0..7394a62 100755 --- a/add-pubkey/post-checkout +++ b/add-pubkey/post-checkout @@ -1,7 +1,7 @@ #!/bin/sh # post-checkout hook that compiles python files to byte code -# if branch was changed or remove byte code files for a specific branch +# if branch was changed or removes byte code files for a specific branch prev_HEAD="$1" new_HEAD="$2" diff --git a/hooks/post-checkout-touch b/hooks/post-checkout-touch index 5bd00a2..b91425a 100755 --- a/hooks/post-checkout-touch +++ b/hooks/post-checkout-touch @@ -1,6 +1,6 @@ #!/bin/sh -# post-checkout hook that change timestamps on files to that one of the commit +# post-checkout hook that changes timestamps on files to that one of the commit # if branch was changed prev_HEAD="$1"