From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: [PATCH] Calculate lines changed for cvs log command Date: Sun, 13 Apr 2008 09:59:29 -0700 (PDT) Message-ID: References: <3F0821AA-C11D-4C42-A415-D346A7CD89F8@nocrew.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Fredrik Noring X-From: git-owner@vger.kernel.org Sun Apr 13 19:00:20 2008 connect(): Connection refused Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jl5Yv-00056l-0o for gcvg-git-2@gmane.org; Sun, 13 Apr 2008 19:00:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754461AbYDMQ7c (ORCPT ); Sun, 13 Apr 2008 12:59:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754309AbYDMQ7c (ORCPT ); Sun, 13 Apr 2008 12:59:32 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:43425 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753415AbYDMQ7b (ORCPT ); Sun, 13 Apr 2008 12:59:31 -0400 Received: by fg-out-1718.google.com with SMTP id l27so1221333fgb.17 for ; Sun, 13 Apr 2008 09:59:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:x-authentication-warning:to:cc:subject:references:from:in-reply-to:message-id:lines:user-agent:mime-version:content-type:date; bh=zpMCnsYhcMNSuzwfuAfD5eO7omvnijNjcN6vOUSC4m4=; b=O47eg3OzOAhnuJCrUxBqENDPxUDq+sV1aPwcLLqMhiNZyW9suD3/vD03hLUXFdFZ3NZ62qhoRPpH5RQtVpSC74t30opB2lVRCanxpnmiBDS2F80uOSijJfeqA1v2LeEve0CKa9I4qFLqRLjGgXwJb5E2RtGbqW0Xw8zCsZwsSls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:to:cc:subject:references:from:in-reply-to:message-id:lines:user-agent:mime-version:content-type:date; b=u+tzCzR8c5SNa9SxjWEF98lPotbB3hoxP5lV1dRWnjQb1K/TWmhEgVpyE4Sah6nvFxLA36GmcuZupC5c0Bw5baOXJ2b8lvQh/5zd3EZnaagkaMutCU3qYpvYG1EjknQCysAGOPYyxvsNSecPPM6rcTco0Afz9CCb+P3G8Dworhg= Received: by 10.86.68.20 with SMTP id q20mr11233195fga.59.1208105970166; Sun, 13 Apr 2008 09:59:30 -0700 (PDT) Received: from localhost.localdomain ( [83.8.231.63]) by mx.google.com with ESMTPS id c22sm7989705ika.3.2008.04.13.09.59.28 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 Apr 2008 09:59:29 -0700 (PDT) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.4/8.13.4) with ESMTP id m3DGxQcs005591; Sun, 13 Apr 2008 18:59:26 +0200 Received: (from jnareb@localhost) by localhost.localdomain (8.13.4/8.13.4/Submit) id m3DGxJpY005582; Sun, 13 Apr 2008 18:59:19 +0200 X-Authentication-Warning: localhost.localdomain: jnareb set sender to jnareb@gmail.com using -f In-Reply-To: <3F0821AA-C11D-4C42-A415-D346A7CD89F8@nocrew.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Fredrik Noring writes: > (My mailer destroys inline patches, so I'm attaching it. Sorry about > that.) Could you please attach it as 1.) attachement=inline if possible, to have them displayed along the email; 2.) use text/plain mimetype, not application/octet-stream (you might need to change patch extension from *.patch to *.txt; you can change default extension of files generated by git-format-patch via format.suffix configuration variable), and what is tied with it 3.) use Transfer-Encoding: 8bit (or something like that), not base64, and preferably not quoted-printable? Or change your mailer (or configure it), or use git-send-email. -- Jakub Narebski Poland ShadeHawk on #git