From: Chris Patti <cpatti@gmail.com>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: Michael J Gruber <git@drmicha.warpmail.net>, git@vger.kernel.org
Subject: Re: Odd results writing a Git pre-receive hook to syntax check PHP files.
Date: Mon, 30 Aug 2010 12:27:22 -0400 [thread overview]
Message-ID: <AANLkTim+S87KjFBstBineR02hQHzG=X2VDqgiGNbPQGS@mail.gmail.com> (raw)
In-Reply-To: <20100830141602.GF2315@burratino>
On Mon, Aug 30, 2010 at 10:16 AM, Jonathan Nieder <jrnieder@gmail.com> wrote:
> Chris Patti wrote:
>
>> That's great, thanks! That gets me the file names. Now, how do I get
>> to the contents of each file?
>
> Why not "git diff --raw" (or its plumbing equivalent "git diff-tree")?
>
OK, went down this path and hit a brick wall. What if this is the
first time a new ref is being pushed? Then, old-ref is 000000 and git
diff --raw throws up a hairball :)
---
[12:23][cpatti@build1:~/src/relengtest(test-branch)]$ git push origin
test-branch
Counting objects: 10, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 684 bytes, done.
Total 7 (delta 1), reused 0 (delta 0)
Unpacking objects: 100% (7/7), done.
ns: 9f75c41fe7ec26ddf318929d62ebb26f3c1d3d0c
os: 0000000000000000000000000000000000000000
refname: refs/heads/test-branch
fatal: bad object 0000000000000000000000000000000000000000
Syntax checker hook is malfunctioning. Can't execute git diff --raw.
Failing gracefully and allowing this push.
To /home/git/relengtest
* [new branch] test-branch -> test-branch
Any further thoughts?
Thanks!
-Chris
--
Christopher Patti - Geek At Large | GTalk: cpatti@gmail.com | AIM:
chrisfeohpatti | P: (260) 54PATTI
"Technology challenges art, art inspires technology." - John Lasseter, Pixar
next prev parent reply other threads:[~2010-08-30 16:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-27 21:07 Odd results writing a Git pre-receive hook to syntax check PHP files Chris Patti
2010-08-30 10:55 ` Michael J Gruber
2010-08-30 14:03 ` Chris Patti
2010-08-30 14:16 ` Jonathan Nieder
2010-08-30 14:24 ` Chris Patti
2010-08-30 14:34 ` Example git hooks (Re: Odd results writing a Git pre-receive hook to syntax check PHP files.) Jonathan Nieder
2010-08-31 1:57 ` Todd Zullinger
2010-08-31 13:11 ` Chris Patti
2010-08-31 21:14 ` Chris Patti
2010-08-30 14:30 ` Odd results writing a Git pre-receive hook to syntax check PHP files Michael J Gruber
2010-08-30 15:00 ` Chris Patti
2010-08-30 16:27 ` Chris Patti [this message]
2010-08-30 16:32 ` Sverre Rabbelier
2010-08-30 16:33 ` Jonathan Nieder
2010-08-30 17:37 ` Chris Patti
2010-08-30 19:10 ` Michael J Gruber
2010-08-31 21:06 ` Chris Patti
2010-08-31 23:50 ` Junio C Hamano
2010-09-01 13:43 ` Chris Patti
2010-09-02 14:34 ` Chris Patti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTim+S87KjFBstBineR02hQHzG=X2VDqgiGNbPQGS@mail.gmail.com' \
--to=cpatti@gmail.com \
--cc=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=jrnieder@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).