Re: Odd results writing a Git pre-receive hook to syntax check PHP files.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Aug 30, 2010 at 10:30 AM, Michael J Gruber
<git@xxxxxxxxxxxxxxxxxxxx> wrote:
> Jonathan Nieder venit, vidit, dixit 30.08.2010 16:16:
>> 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")?
>
> That's what I meant by "diff family" ;)
> In fact, "git diff --raw --name-only oldrev newrev" gives the nicest
> listing.
>
> It seems Chris has to check full file contents, i.e. he'll have to loop
> over this list (as before), but I guess he'll need to replace his "show
> $blob" by "show newrev:$filename" (or, alternatively, parse the output
> of "diff --raw" without "--name-only" for the blob sha1).
>
> Michael
>

Exactly, I'm writing a regex to parse the diff --raw output and
extract the needed bits.  I was already doing this with ls-tree so I
don't expect any difficulties.

-Chris


-- 
Christopher Patti - Geek At Large | GTalk: cpatti@xxxxxxxxx | AIM:
chrisfeohpatti | P: (260) 54PATTI
"Technology challenges art, art inspires technology." - John Lasseter, Pixar
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]