Re: [PATCH 2/6] remote-http(s): Support SOCKS proxies

2015-10-26 Thread James McCoy
kexchange.com/legal [2]: http://creativecommons.org/licenses/by-sa/3.0/ [3]: http://blog.stackoverflow.com/2009/06/attribution-required/ Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a mess

[PATCH v2] filter-branch: remove multi-line headers in msg filter

2015-10-08 Thread James McCoy
der lines before emitting the original, intact commit message. Signed-off-by: James McCoy --- git-filter-branch.sh | 2 +- t/t7003-filter-branch.sh | 14 ++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/git-filter-branch.sh b/git-filter-branch.sh index 5b3f63d.

Re: [PATCH] filter-branch: strip pgp signature in commit messages

2015-10-08 Thread James McCoy
On Thu, Oct 08, 2015 at 12:00:54PM +0200, Michael J Gruber wrote: > Michael J Gruber venit, vidit, dixit 08.10.2015 10:43: > > Michael J Gruber venit, vidit, dixit 08.10.2015 10:15: > >> James McCoy venit, vidit, dixit 08.10.2015 07:01: > > ... > >> [No, this does

[PATCH] filter-branch: strip pgp signature in commit messages

2015-10-07 Thread James McCoy
being empty, causing the “skip header lines” loop to exit. The rest of the commit object is then re-used as the rewritten commit message, causing the new message to include the signature of the original commit. Signed-off-by: James McCoy --- git-filter-branch.sh | 14 +++--- t/t7003