From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Couder Subject: Re: (Small) projects for students Date: Fri, 22 Apr 2011 05:22:07 +0200 Message-ID: <201104220522.07996.chriscool@tuxfamily.org> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org, Junio C Hamano , Johannes Schindelin To: Matthieu Moy X-From: git-owner@vger.kernel.org Fri Apr 22 05:22:38 2011 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 1QD6x3-0005HC-K3 for gcvg-git-2@lo.gmane.org; Fri, 22 Apr 2011 05:22:37 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754159Ab1DVDWT (ORCPT ); Thu, 21 Apr 2011 23:22:19 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:53137 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753998Ab1DVDWT (ORCPT ); Thu, 21 Apr 2011 23:22:19 -0400 Received: from style.localnet (unknown [82.243.130.161]) by smtp3-g21.free.fr (Postfix) with ESMTP id 58105A627E; Fri, 22 Apr 2011 05:22:10 +0200 (CEST) User-Agent: KMail/1.13.5 (Linux/2.6.35-22-generic; KDE/4.5.1; x86_64; ; ) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Friday 15 April 2011 19:31:45 Matthieu Moy wrote: > Hi, > > Last year, I proposed to my students (in Ensimag) to contribute to Git > as part of a school project. The students implemented nicer error > messages when "git checkout/pull/others" have conflicts between > untracked files and tracked files, and the textconv feature in "git > blame" and "git gui blame". > > Last year, I asked the students to chose themselves the feature they > wanted to implement, but it didn't work very well, students didn't have > many ideas, and SoC projects were too big. > > To prepare this year's project, I created a wiki page listing ideas of > projects they could implement: > > https://git.wiki.kernel.org/index.php/SmallProjectsIdeas > > Your comments, and idea suggestions, are welcome. Great! I added a small project about the "git bisect fix/unfixed" feature that Dscho started to implement a few years ago. Thanks, Christian.