From patchwork Sat Feb 22 07:13:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rasmus Jonsson X-Patchwork-Id: 11397835 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C20E792A for ; Sat, 22 Feb 2020 07:20:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A106D208C3 for ; Sat, 22 Feb 2020 07:20:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=zom.bi header.i=@zom.bi header.b="fyCLZQqV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726992AbgBVHUw (ORCPT ); Sat, 22 Feb 2020 02:20:52 -0500 Received: from zom.bi ([78.46.176.20]:59642 "EHLO mx.zom.bi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726689AbgBVHUw (ORCPT ); Sat, 22 Feb 2020 02:20:52 -0500 X-Greylist: delayed 428 seconds by postgrey-1.27 at vger.kernel.org; Sat, 22 Feb 2020 02:20:51 EST DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=zom.bi; s=dkim; t=1582355622; bh=prE7FO99mHxI2Tixdv4PT0jupOn2GitqgDIudSDe58s=; h=From:To:Cc:Subject:Date:From; b=fyCLZQqVfgaF6CMBeFrMk+IguDZKZt6TukUKkJzDblDxiL5S/CKIourUbV0tEG/tt ZBMsvkwjqgRswxhfcAUAcqg4KTCW6b9P3cJTzjY0NIpaa8aggtVXXSky67iaop93y6 5DX0LCZsztQxsYHKg61b6E++5D0mTPGEUyBwxRxs= From: Rasmus Jonsson To: git@vger.kernel.org Cc: Rasmus Jonsson Subject: [GSoC][PATCH 0/1] Introduction & microproject Date: Sat, 22 Feb 2020 08:13:34 +0100 Message-Id: <20200222071335.27292-1-wasmus@zom.bi> MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Good morning, I intend to apply to git for this year's Google Summer of Code. I am a Computer Science student at Gothenburg University working toward a master's degree. Last year I completed GSoC with LibreOffice [1]. Working on git appeals to me due to its widespread usage and the number of people who will benefit from my contributions. I read the introductory material, picked a microproject, looked at previous commits and produced the patch below. It appears that some of the listed project ideas[2] are "taken" or at least being looked at, so I'm also looking at issues on GitGitGadget with the label possible-gsoc-project. Regards, Rasmus Rasmus Jonsson (1): t1050: clean up checks for file existence t/t1050-large.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)