]> git.phdru.name Git - git-scripts.git/commitdiff
Correct English grammar
authorOleg Broytman <phd@phdru.name>
Wed, 6 Aug 2014 21:36:06 +0000 (01:36 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 6 Aug 2014 21:36:06 +0000 (01:36 +0400)
add-pubkey/post-checkout
hooks/post-checkout-touch

index bf63ef0d2e12c3e97fad203b7e31c64cc0ffd664..7394a6219092524f0b5310fad055ccebd8102869 100755 (executable)
@@ -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"
index 5bd00a273dba1a064c60e8f4351b14441fd58c12..b91425a4260505325ca8970317ae6b657e3cf5d5 100755 (executable)
@@ -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"