Re: Getting the "message" given a branch designation and conversely

2016-08-24 Thread Jakub Narębski
W dniu 15.08.2016 o 14:28, Jeff King pisze: > On Sun, Aug 14, 2016 at 07:58:14AM -0700, n...@dad.org wrote: > >> I am learning how to use git. I would like to know how: >> >> Given a branch's designation, such as "master~4", how can I see the message I >> furnished when I created the branch using

Re: Getting the "message" given a branch designation and conversely

2016-08-15 Thread Jeff King
On Sun, Aug 14, 2016 at 07:58:14AM -0700, n...@dad.org wrote: > I am learning how to use git. I would like to know how: > > Given a branch's designation, such as "master~4", how can I see the message I > furnished when I created the branch using "git commit"? Somebody already pointed you at

Re: Getting the "message" given a branch designation and conversely

2016-08-14 Thread Philip Oakley
From: I am learning how to use git. I would like to know how: Given a branch's designation, such as "master~4", how can I see the message I furnished when I created the branch using "git commit"? Conversely, given the message I furnished to "git commit", when I created a

Getting the "message" given a branch designation and conversely

2016-08-14 Thread norm
I am learning how to use git. I would like to know how: Given a branch's designation, such as "master~4", how can I see the message I furnished when I created the branch using "git commit"? Conversely, given the message I furnished to "git commit", when I created a branch, how can I see the