Re: [git-users] Re: files full path in a commit.

2013-05-12 Thread Gabby Romano
better use this - 

git log -m -1 --name-only --pretty=format:''  

it will show this info for merge commits as well.


On Sunday, May 12, 2013 11:21:00 PM UTC+3, Gabby Romano wrote:
>
> sure - sorry:-)
>
> git log -1 --name-only --pretty=format:'' 
>
> It was in the book, I just skipped it for some reason...
>
>
> On Sun, May 12, 2013 at 11:16 PM, Joe Cabezas wrote:
>
>> post the solution :)
>>
>>
>> 2013/5/12 Gabby Romano
>>
>>> ignore - found it.:-) 
>>>
>>>
>>> On Sunday, May 12, 2013 10:52:50 PM UTC+3, Gabby Romano wrote:

 Hi all,

 does any know how to extract the full path of all files related to a 
 commit ? I am writing a post receive hook which supposed to run some other 
 stuff based on the path of the changed files in the commit. 
 I couldn't find however how to collect the full path data of the 
 related files.

 Thanks,

 Gabby.

>>>  -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Git for human beings" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to git-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>  
>>>  
>>>
>>
>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Git for human beings" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/git-users/GDq8SZ2TSZU/unsubscribe?hl=en-US
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> git-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] Re: files full path in a commit.

2013-05-12 Thread Gabby Romano
sure - sorry:-)

git log -1 --name-only --pretty=format:'' 

It was in the book, I just skipped it for some reason...


On Sun, May 12, 2013 at 11:16 PM, Joe Cabezas  wrote:

> post the solution :)
>
>
> 2013/5/12 Gabby Romano 
>
>> ignore - found it.:-)
>>
>>
>> On Sunday, May 12, 2013 10:52:50 PM UTC+3, Gabby Romano wrote:
>>>
>>> Hi all,
>>>
>>> does any know how to extract the full path of all files related to a
>>> commit ? I am writing a post receive hook which supposed to run some other
>>> stuff based on the path of the changed files in the commit.
>>> I couldn't find however how to collect the full path data of the related
>>> files.
>>>
>>> Thanks,
>>>
>>> Gabby.
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to git-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Git for human beings" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/git-users/GDq8SZ2TSZU/unsubscribe?hl=en-US
> .
> To unsubscribe from this group and all its topics, send an email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] Re: files full path in a commit.

2013-05-12 Thread Joe Cabezas
post the solution :)


2013/5/12 Gabby Romano 

> ignore - found it.:-)
>
>
> On Sunday, May 12, 2013 10:52:50 PM UTC+3, Gabby Romano wrote:
>>
>> Hi all,
>>
>> does any know how to extract the full path of all files related to a
>> commit ? I am writing a post receive hook which supposed to run some other
>> stuff based on the path of the changed files in the commit.
>> I couldn't find however how to collect the full path data of the related
>> files.
>>
>> Thanks,
>>
>> Gabby.
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[git-users] Re: files full path in a commit.

2013-05-12 Thread Gabby Romano
ignore - found it.:-) 

On Sunday, May 12, 2013 10:52:50 PM UTC+3, Gabby Romano wrote:
>
> Hi all,
>
> does any know how to extract the full path of all files related to a 
> commit ? I am writing a post receive hook which supposed to run some other 
> stuff based on the path of the changed files in the commit. 
> I couldn't find however how to collect the full path data of the related 
> files.
>
> Thanks,
>
> Gabby.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.