git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Mailsplit
@ 2018-09-06  4:17 Stephen & Linda Smith
  2018-09-07 15:15 ` Mailsplit Kevin Daudt
  2018-09-07 17:09 ` Mailsplit Stephen & Linda Smith
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen & Linda Smith @ 2018-09-06  4:17 UTC (permalink / raw)
  To: git

I thought I would use "git mailsplit" to split a mbox file (which downloaded 
from public inbox) so that I could attemp to resurrect a patch series for from 
a year ago.  

The motivation is that I downloaded the series [1] and applied to a tag from 
about the time period that the patch was sent out [2].  

The "git am -3 patch.mbox  quit 2/3 of the way though.   I resolved the fix. 
and ran "git am --continue" which didn't apply the rest of the patches in the 
mbox.

So two questions:
1)  why would git version 2.18.0 not appear to continue applying the patches.   

2) where do I find the command "git mailsplit".   The onlything in my 
installed tree is:

	$ find  /usr/local/ -name '*mailsplit*'
	/usr/local/share/doc/git-doc/git-mailsplit.txt
	/usr/local/share/doc/git-doc/git-mailsplit.html
	/usr/local/share/man/man1/git-mailsplit.1
	/usr/local/libexec/git-core/git-mailsplit

sps

[1] https://public-inbox.org/git/1502914591-26215-1-git-send-email-martin@mail.zuhause/

[2] I wanted to make sure that I could apply back then before attempting to 
either apply to the latest git version or rebase to the latest git version. 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mailsplit
  2018-09-06  4:17 Mailsplit Stephen & Linda Smith
@ 2018-09-07 15:15 ` Kevin Daudt
  2018-09-07 17:09 ` Mailsplit Stephen & Linda Smith
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Daudt @ 2018-09-07 15:15 UTC (permalink / raw)
  To: Stephen & Linda Smith; +Cc: git

On Wed, Sep 05, 2018 at 09:17:29PM -0700, Stephen & Linda Smith wrote:
> I thought I would use "git mailsplit" to split a mbox file (which downloaded 
> from public inbox) so that I could attemp to resurrect a patch series for from 
> a year ago.  
> 
> The motivation is that I downloaded the series [1] and applied to a tag from 
> about the time period that the patch was sent out [2].  
> 
> The "git am -3 patch.mbox  quit 2/3 of the way though.   I resolved the fix. 
> and ran "git am --continue" which didn't apply the rest of the patches in the 
> mbox.
> 
> So two questions:
> 1)  why would git version 2.18.0 not appear to continue applying the patches.   
> 
> 2) where do I find the command "git mailsplit".   The onlything in my 
> installed tree is:
> 
> 	$ find  /usr/local/ -name '*mailsplit*'
> 	/usr/local/share/doc/git-doc/git-mailsplit.txt
> 	/usr/local/share/doc/git-doc/git-mailsplit.html
> 	/usr/local/share/man/man1/git-mailsplit.1
> 	/usr/local/libexec/git-core/git-mailsplit

This is the mailsplit command, and should be executed when running `git
mailsplit`. What does git --exec-dir return?

Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mailsplit
  2018-09-06  4:17 Mailsplit Stephen & Linda Smith
  2018-09-07 15:15 ` Mailsplit Kevin Daudt
@ 2018-09-07 17:09 ` Stephen & Linda Smith
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen & Linda Smith @ 2018-09-07 17:09 UTC (permalink / raw)
  To: Kevin Daudt; +Cc: git

On Friday, September 7, 2018 8:15:43 AM MST Kevin Daudt wrote:
> On Wed, Sep 05, 2018 at 09:17:29PM -0700, Stephen & Linda Smith wrote:
> 
> This is the mailsplit command, and should be executed when running `git
> mailsplit`. What does git --exec-dir return?
> 

The other night when I ran "git mailsplit", I recieved an unknown command 
response.  Since then I have upated to 2.19.0 plush my submitted patches for 
git commit.  With the new build mailsplit is found.

I don't know what was wrong before.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mailsplit
@ 2018-09-06  6:07 Stephen & Linda Smith
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen & Linda Smith @ 2018-09-06  6:07 UTC (permalink / raw)
  To: git

On Wednesday, September 5, 2018 9:17:29 PM MST Stephen & Linda Smith wrote:

> So two questions:
> 1)  why would git version 2.18.0 not appear to continue applying the
> patches.
> 
> 2) where do I find the command "git mailsplit".   The onlything in my
> installed tree is:
> 
Never mind, I downloaded each patch separately.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-07 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06  4:17 Mailsplit Stephen & Linda Smith
2018-09-07 15:15 ` Mailsplit Kevin Daudt
2018-09-07 17:09 ` Mailsplit Stephen & Linda Smith
2018-09-06  6:07 Mailsplit Stephen & Linda Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).