From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Tue, 05 Nov 2013 12:47:05 +0900 Subject: [U-Boot] Question about patman In-Reply-To: References: <20131028143741.B499.AA925319@jp.panasonic.com> Message-ID: <20131105124704.5728.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Simon. > You should put an alias for arm in your ~/.patman file, like this: > > albert: Albert Aribaud > arm: albert > > There is also a -t option to skip bad aliases. Thanks! It worked. I love this tool. :-) I have one more question. Does patman have a tag to handle the message area below the delimiter, '---' ? I often use the area for writing additional explanations, which might be too verbose to be included into git log, but might be helpful for the code review. I generally write in the area below '---' with a text editor before posting the patch file. If patman could do this for me, it would be appreciated. Best Regards Masahiro Yamada