Re: [git-users] Git commit comment

2013-11-18 Thread Konstantin Khomoutov
On Mon, 18 Nov 2013 07:44:45 +0100
Nicolas Dermine nicolas.derm...@gmail.com wrote:

  I have done git pull. and again ran the below command.
  But still it wasn't show the comment on the commit. (on Github box
 provided below each commit)
  Through github i able to see it.
 
  git log --since=2013-11-14T12:00:00 --until=today --decorate=full
  --stat
 --branches=* --remotes=* --date=local --source
 
 I think github commit comments are stored in their data store, not in
 the repo.

That was my thought, too.
But Github provides some REST API to query this sort of information.
Supposedly one could write a tool to fetch this data into a local
repository (in a form of Git notes or whatever?).

-- 
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] Git commit comment

2013-11-17 Thread nanna
I have done git pull. and again ran the below command.
But still it wasn't show the comment on the commit. (on Github box provided 
below each commit)
Through github i able to see it.

git log --since=2013-11-14T12:00:00 --until=today --decorate=full --stat 
--branches=* --remotes=* --date=local --source


On Saturday, November 16, 2013 12:25:08 AM UTC+5:30, Gergely Polonkai wrote:

 My first guess is that you haven't updated your local repository from 
 GitHub. Have you issued git pull before viewing your local log?


 On 15 November 2013 11:28, nanna nanna...@gmail.com javascript: wrote:

 Hi

 I would like to list out the commit comment given on github from command 
 line.

 Is it possible to do that?

 I can able to see the comment on particular commit “review done” in 
 github. 

 But if i browse through git log from cmd, i couldn’t do.


  -- 
 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+...@googlegroups.com javascript:.
 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] Git commit comment

2013-11-17 Thread Nicolas Dermine
On 18 Nov 2013 07:20, nanna nanna.ku...@gmail.com wrote:

 I have done git pull. and again ran the below command.
 But still it wasn't show the comment on the commit. (on Github box
provided below each commit)
 Through github i able to see it.

 git log --since=2013-11-14T12:00:00 --until=today --decorate=full --stat
--branches=* --remotes=* --date=local --source


Hi,

I think github commit comments are stored in their data store, not in the
repo.

nico



 On Saturday, November 16, 2013 12:25:08 AM UTC+5:30, Gergely Polonkai
wrote:

 My first guess is that you haven't updated your local repository from
GitHub. Have you issued git pull before viewing your local log?


 On 15 November 2013 11:28, nanna nanna...@gmail.com wrote:

 Hi

 I would like to list out the commit comment given on github from
command line.

 Is it possible to do that?

 I can able to see the comment on particular commit “review done” in
github.

 But if i browse through git log from cmd, i couldn’t do.


 --
 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+...@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.

-- 
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] Git commit comment

2013-11-15 Thread Gergely Polonkai
My first guess is that you haven't updated your local repository from
GitHub. Have you issued git pull before viewing your local log?


On 15 November 2013 11:28, nanna nanna.ku...@gmail.com wrote:

 Hi

 I would like to list out the commit comment given on github from command
 line.

 Is it possible to do that?

 I can able to see the comment on particular commit “review done” in
 github.

 But if i browse through git log from cmd, i couldn’t do.


  --
 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.