git: empty arguments in post-receive hook

前端 未结 5 1866
有刺的猬
有刺的猬 2020-12-09 18:08

I\'m writing post-receive hook basing on the post-receive-email script from the contrib dir, but it seems that the oldrev and ne

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 18:42

    Actually, I don't accept the "it takes no arguments", because the sample script post-receive.sample is having the following comment:

    # The "post-receive" script is run after receive-pack has accepted a pack
    # and the repository has been updated.  It is passed arguments in through
    # stdin in the form
    #    
    # For example:
    #  aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master
    

提交回复
热议问题