Re: [git-users] help, why the same commit in one branch

2013-03-21 Thread lei yang
On Thu, Mar 21, 2013 at 1:47 AM, Dale R. Worley wor...@alum.mit.edu wrote: From: lei yang yanglei.f...@gmail.com I git clone git:// git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git find v3.7-rc1 has two same commit ,can some one give me a detailed explanation ? I

Re: [git-users] help, why the same commit in one branch

2013-03-21 Thread Dale R. Worley
From: lei yang yanglei.f...@gmail.com The have the same contents. Meaning that the older commit causes significant changes to the files and the newer commit causes no changes to the files. So someone made a second commit that changed nothing but provided a slightly different commit message.

Re: [git-users] help, why the same commit in one branch

2013-03-21 Thread lei yang
On Thu, Mar 21, 2013 at 9:40 PM, Dale R. Worley wor...@alum.mit.edu wrote: From: lei yang yanglei.f...@gmail.com The have the same contents. Meaning that the older commit causes significant changes to the files and the newer commit causes no changes to the files. So someone made a

Re: [git-users] help, why the same commit in one branch

2013-03-21 Thread Dale R. Worley
From: lei yang yanglei.f...@gmail.com I git show second commit id , it does change code, and the same as the first That is quite odd. Have you checked what the graph of commit parents is? Dale -- You received this message because you are subscribed to the Google Groups Git for human