Re: `git stash --help` tries to pull up nonexistent file gitstack.html

2016-08-12 Thread Joseph Musser
ri, Aug 12, 2016 at 12:03 PM, Lars Schneider <larsxschnei...@gmail.com> wrote: > >> On 12 Aug 2016, at 17:48, Junio C Hamano <gits...@pobox.com> wrote: >> >> Joseph Musser <m...@jnm2.com> writes: >> >>> Looks like a simple typo. >> >>

`git stash --help` tries to pull up nonexistent file gitstack.html

2016-08-11 Thread Joseph Musser
Looks like a simple typo. Joseph Musser -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Subtree split unsquashes everything

2016-05-21 Thread Joseph Musser
Thanks for the response. I began to wonder if indeed I was using the correct paradigm, since the split operation would leave the subtree prefix as `/` which is an impossible prefix when creating a subtree. Attempting to add a new subtree with prefix `/` results in an error because the prefix

Subtree split unsquashes everything

2016-05-14 Thread Joseph Musser
Hello! I was directed to ask here; I hope I am respecting your format. I have a repo with a subtree. I squashed every merge with the subtree remote to keep the history manageable. Now down the road after a bunch of merges, I need to split my repo’s master branch into two new branches and move the