diff options
Diffstat (limited to 'third_party/git/contrib/hooks/post-receive-email')
-rwxr-xr-x | third_party/git/contrib/hooks/post-receive-email | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/contrib/hooks/post-receive-email b/third_party/git/contrib/hooks/post-receive-email index ff565eb3d881..8747b84334f3 100755 --- a/third_party/git/contrib/hooks/post-receive-email +++ b/third_party/git/contrib/hooks/post-receive-email @@ -329,7 +329,7 @@ generate_update_branch_email() # # git rev-parse --not --all | grep -v $(git rev-parse $refname) # - # Gets us to something pretty safe (apart from the small time + # Get's us to something pretty safe (apart from the small time # between refname being read, and git rev-parse running - for that, # I give up) # |