Hi,
I am using git 1.6.1
I have configured post-receive hook for sending emails on remote push activity.
But I am getting this error while push. any one using this script for email. can you suggest some other working script for this ?
----------------------------------
Counting objects: 5, done.
Compressing objects: 100% (3/3) Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3) Writing objects: 100% (3/3), 344 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
hooks/post-receive: syntax error at line 73: `oldrev=$' unexpected
error: hooks/post-receive exited with error code 2
Pushing to ssh://xxx.xxx.xxx.net/opt/repos/mka.git
To ssh://xxx.xxx.xxx.net/opt/repos/mka.git
db4b382..186b0af master -> master
-----------------------------------
On Wed, Feb 18, 2009 at 5:44 AM, Arya, Manish Kumar [off-list ref] wrote:
Hi,
I am using git 1.6.1
I have configured post-receive hook for sending emails on remote push activity.
Are you using the example contrib/hooks/post-receive-email that comes with Git?
But I am getting this error while push. any one using this script for email. can you suggest some other working script for this ?
----------------------------------
Counting objects: 5, done.
Compressing objects: 100% (3/3) Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3) Writing objects: 100% (3/3), 344 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
hooks/post-receive: syntax error at line 73: `oldrev=$' unexpected
error: hooks/post-receive exited with error code 2
Pushing to ssh://xxx.xxx.xxx.net/opt/repos/mka.git
To ssh://xxx.xxx.xxx.net/opt/repos/mka.git
db4b382..186b0af master -> master
-----------------------------------
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html