From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn O. Pearce" Subject: Re: [JGIT PATCH 2/2] Move pathOf to RepositoryTestCase and use it for locating test files Date: Wed, 3 Sep 2008 21:09:29 -0700 Message-ID: <20080904040929.GA3633@spearce.org> References: <20080903091022.GC23406@diku.dk> <20080903170904.GB28315@spearce.org> <20080903214818.GB6316@diku.dk> <20080903230216.GI28315@spearce.org> <20080903235711.GA18666@diku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Imran M Yousuf , Robin Rosenberg , git@vger.kernel.org To: Jonas Fonseca X-From: git-owner@vger.kernel.org Thu Sep 04 06:10:47 2008 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 1Kb6B9-00034b-0n for gcvg-git-2@gmane.org; Thu, 04 Sep 2008 06:10:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750870AbYIDEJa (ORCPT ); Thu, 4 Sep 2008 00:09:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750844AbYIDEJa (ORCPT ); Thu, 4 Sep 2008 00:09:30 -0400 Received: from george.spearce.org ([209.20.77.23]:36488 "EHLO george.spearce.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750806AbYIDEJa (ORCPT ); Thu, 4 Sep 2008 00:09:30 -0400 Received: by george.spearce.org (Postfix, from userid 1001) id 8D52138375; Thu, 4 Sep 2008 04:09:29 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20080903235711.GA18666@diku.dk> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jonas Fonseca wrote: > BTW, I have started a JGit tutorial on the EGit wiki. For now it > mostly consists of stub sections, but I hope to put more work into > it in the days to follow. "Best viewed" via: > > - http://code.google.com/docreader/#p=egit&t=JGitTutorial This is quite nice. I like the starting page, where you walked through some of the command line tools. Well written IMHO. > Ideas and improvements for the topics and general structure are very > welcome. The structure is given in the TableOfContents page. > > - http://code.google.com/p/egit/wiki/TableOfContents This also looks good. When I can find some time I'll try to fill one of these in. I'm not sure my writing is quite as good as yours though. ;-) -- Shawn.