From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: [PATCHv2] git-instaweb: Add option to reuse previous config file Date: Wed, 2 Jun 2010 00:24:35 +0200 Message-ID: <201006020024.36458.jnareb@gmail.com> References: <1275429589-30634-1-git-send-email-pavan.sss1991@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org, chriscool@tuxfamily.org, pasky@ucw.cz To: Pavan Kumar Sunkara X-From: git-owner@vger.kernel.org Wed Jun 02 00:22:35 2010 connect(): No such file or directory Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OJZqz-0006yu-Pw for gcvg-git-2@lo.gmane.org; Wed, 02 Jun 2010 00:22:34 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756821Ab0FAWW3 (ORCPT ); Tue, 1 Jun 2010 18:22:29 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:3466 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754605Ab0FAWW2 (ORCPT ); Tue, 1 Jun 2010 18:22:28 -0400 Received: by fg-out-1718.google.com with SMTP id d23so1992333fga.1 for ; Tue, 01 Jun 2010 15:22:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=ewGKUGvCALYAyTuxRf3SHjtUoiBGY5ahCtBC+iwP/Ac=; b=E0aCoNfqsBOgX1CaiCYx+7eTp0Ri3l5YY40t/SFUEQbgQgMmPOpv2OCFv6jIwtKNb9 LmhUb8xBIP3v/sdyIBifvtFWOpZPrr8D4WdFwMy9StIgu8iD5fADgO6wP6XmLPaJ5zdZ 4chkzAG5sg4agxhgs/M9VGN87ZNV4p80O5MdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=KpTlZVjYC43MSWQI/yGsIKwEbKJEI1RzxGbaTEVruaLDGwFnZg2+V+IVjNnT3MieKD JKhz7lhoLgRzILGLNBli3xSxvY7dYSVn747u5i0u3uudupgHjbb7Lk1jORPYGNJuWf0f dHLwIlF20Mn0pcOukN/ux+KyhREPm6zzYPQ+g= Received: by 10.87.47.3 with SMTP id z3mr12273833fgj.74.1275430945981; Tue, 01 Jun 2010 15:22:25 -0700 (PDT) Received: from [192.168.1.15] (abvg224.neoplus.adsl.tpnet.pl [83.8.204.224]) by mx.google.com with ESMTPS id 21sm10503184fkx.10.2010.06.01.15.22.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 01 Jun 2010 15:22:25 -0700 (PDT) User-Agent: KMail/1.9.3 In-Reply-To: <1275429589-30634-1-git-send-email-pavan.sss1991@gmail.com> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Pavan Kumar Sunkara wrote: > Add an option to git-instaweb which allows the usage of the old > gitweb_config.perl situated in '.git/gitweb' dir. When the option > is in use, gitweb_config.perl generated by git-instaweb won't be > overwritten. > > Usage: > git instaweb --reuse-config > > Example: > When I use git-instaweb, it is tiring to add customised > configuration (like highlight featues enabling) to the gitweb_config.perl > file everytime I initiate the server. With this,it's enough to use > this option. > > Signed-off-by: Pavan Kumar Sunkara This addresses my issues: Acked-by: Jakub Narebski -- Jakub Narebski Poland