Bug: "orphaned" trees indistinguishable in git log --graph output

2019-02-26 Thread Stefan Tauner
rd to search for ;) As a fix I guess it would make sense to have additional indention for the distinct trees... just like how branches are indented but of course without the |/ split below. -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner

Re: Un-paged commit messages in git filter-branch's commit-filter?

2016-08-06 Thread Stefan Tauner
show --num-stat --pretty="format:%s%n%n%b%n\x01" I was not aware that %s lumps lines together if it does not find a proper subject on the first line. I can work with that now. Thanks again! -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner -- To unsubscribe from this list: send the

Re: Un-paged commit messages in git filter-branch's commit-filter?

2016-08-02 Thread Stefan Tauner
On Mon, 1 Aug 2016 17:36:31 -0400 Jeff King wrote: > On Sun, Jul 31, 2016 at 06:39:35PM +0200, Stefan Tauner wrote: > > > > There are some output formats that will wrap lines, but by default, > > > filter-branch should not be using them (and I could not reproduce the

Re: Un-paged commit messages in git filter-branch's commit-filter?

2016-07-31 Thread Stefan Tauner
On Thu, 16 Jun 2016 05:59:47 -0400 Jeff King wrote: > On Mon, Jun 13, 2016 at 08:28:18AM +0200, Stefan Tauner wrote: > > > I am trying to do a major cleanup of the repository in one of my > > projects (and switch from git-svn to native git). I have developed a > > commi

Un-paged commit messages in git filter-branch's commit-filter?

2016-06-12 Thread Stefan Tauner
Hello, I am trying to do a major cleanup of the repository in one of my projects (and switch from git-svn to native git). I have developed a commit-filter script over the last months that massages partially dreadful commit messages into something acceptable. While I am not 100% sure I think that u

Re: pre-push hook does not get input on non-fast-forward pushes

2016-03-28 Thread Stefan Tauner
On Mon, 28 Mar 2016 14:44:20 -0700 Junio C Hamano wrote: > Stefan Tauner writes: > > The pre-push hook is not the only thing that may prevent you from > pushing a ref update. As you noticed, non-fast-forward check may > trigger and decide that a ref is not going to be pushed,

pre-push hook does not get input on non-fast-forward pushes

2016-03-28 Thread Stefan Tauner
in CC since I am not subscribed, thanks) -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner -- 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