Re: [BUG] git am sometimes unable to apply git format-patch output file

2017-08-16 Thread Soul Trace
12.08.2017 20:01, Torsten Bögershausen пишет: On Sat, Aug 12, 2017 at 06:20:23PM +0200, Torsten Bögershausen wrote: On Sat, Aug 12, 2017 at 07:02:59PM +0300, Soul Trace wrote: Hello. Using git i have found that git am command may sometimes fail to apply patch file which was created by the git

Re: [BUG] git am sometimes unable to apply git format-patch output file

2017-08-12 Thread Torsten Bögershausen
On Sat, Aug 12, 2017 at 06:20:23PM +0200, Torsten Bögershausen wrote: > On Sat, Aug 12, 2017 at 07:02:59PM +0300, Soul Trace wrote: > > Hello. > > > > Using git i have found that git am command may sometimes fail to apply patch > > file which was created by the git am command. > > > > > > Steps

Re: [BUG] git am sometimes unable to apply git format-patch output file

2017-08-12 Thread Torsten Bögershausen
On Sat, Aug 12, 2017 at 07:02:59PM +0300, Soul Trace wrote: > Hello. > > Using git i have found that git am command may sometimes fail to apply patch > file which was created by the git am command. > > > Steps to reproduce: Excellent, thanks so much for the detailed bug report. This kind of

[BUG] git am sometimes unable to apply git format-patch output file

2017-08-12 Thread Soul Trace
Hello. Using git i have found that git am command may sometimes fail to apply patch file which was created by the git am command. Steps to reproduce: # 1. Clone test repository: git clone https://github.com/S-trace/git_am_bug_test.git # 2. Format patch file for last commit: git