Re: [U-Boot] [Patman Bug Report] Patman breaks git-log during git-rebase

2014-06-13 Thread Masahiro Yamada
Hi Simon, > > [8] Cansel the patman and check the git-log > > and you will find Patman tags are gone!! > > By cancel I guess you mean to press 'q' when it asks to send the first email? Yes. > If you give the -a flag it will avoid trying to apply the patches, and > the problem does not hap

Re: [U-Boot] [Patman Bug Report] Patman breaks git-log during git-rebase

2014-06-11 Thread Simon Glass
Hi Masahiro, On 4 June 2014 04:32, Masahiro Yamada wrote: > Hi Simon, > > On Mon, 2 Jun 2014 20:28:48 -0600 > Simon Glass wrote: > >> Hi Masahiro, >> >> On 2 June 2014 01:44, Masahiro Yamada wrote: >> > Hi Simon, >> > >> > I found an odd behavior of Patman. >> > >> > If I run Patman during "git

Re: [U-Boot] [Patman Bug Report] Patman breaks git-log during git-rebase

2014-06-04 Thread Masahiro Yamada
Hi Simon, On Mon, 2 Jun 2014 20:28:48 -0600 Simon Glass wrote: > Hi Masahiro, > > On 2 June 2014 01:44, Masahiro Yamada wrote: > > Hi Simon, > > > > I found an odd behavior of Patman. > > > > If I run Patman during "git rebase -i", > > Patman rewrites git-log, stripping all the Patman-tags. >

Re: [U-Boot] [Patman Bug Report] Patman breaks git-log during git-rebase

2014-06-02 Thread Simon Glass
Hi Masahiro, On 2 June 2014 01:44, Masahiro Yamada wrote: > Hi Simon, > > I found an odd behavior of Patman. > > If I run Patman during "git rebase -i", > Patman rewrites git-log, stripping all the Patman-tags. > (I lost some important tags such as "Series-changes".) > > I think git-log should be

[U-Boot] [Patman Bug Report] Patman breaks git-log during git-rebase

2014-06-02 Thread Masahiro Yamada
Hi Simon, I found an odd behavior of Patman. If I run Patman during "git rebase -i", Patman rewrites git-log, stripping all the Patman-tags. (I lost some important tags such as "Series-changes".) I think git-log should be read-only during Patman operation. I can't understand why Patman needs to