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

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 yamad...@jp.panasonic.com wrote: Hi Simon, On Mon, 2 Jun 2014 20:28:48 -0600 Simon Glass s...@chromium.org wrote: Hi Masahiro, On 2 June 2014 01:44, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, I found an odd behavior

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 s...@chromium.org wrote: Hi Masahiro, On 2 June 2014 01:44, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, I found an odd behavior of Patman. If I run Patman during git rebase -i, Patman rewrites git-log,

[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

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 yamad...@jp.panasonic.com 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