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

2016-06-13 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

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

2016-03-28 Thread Stefan Tauner
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

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 <gits...@pobox.com> wrote: > Stefan Tauner <stefan.tau...@alumni.tuwien.ac.at> 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

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 <p...@peff.net> 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 devel

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 <p...@peff.net> 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

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

2016-08-06 Thread Stefan Tauner
of the following: git 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 unsubscri