From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9BF7E3856DE0 for ; Sat, 7 May 2022 17:33:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C24043858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Date: Sat, 7 May 2022 18:33:20 +0100 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Updated: Git v2.36.1 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com Reply-To: cygwin@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2022 17:33:52 -0000 Version 2.36.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an update to the latest upstream release, and includes the following packages: - git - git-cvs - git-debuginfo - git-email - git-gui - gitk - git-p4 - git-svn Key extracts from the changelog: > Fixes since v2.36 > ----------------- > > * "git submodule update" without pathspec should silently skip an > uninitialized submodule, but it started to become noisy by mistake. > > * "diff-tree --stdin" has been broken for about a year, but 2.36 > release broke it even worse by breaking running the command with > , which in turn broke "gitk" and got noticed. This has > been corrected by aligning its behaviour to that of "log". > > * Regression fix for 2.36 where "git name-rev" started to sometimes > reference strings after they are freed. > > * "git show ... -- " lost the pathspec > when showing the second and subsequent commits, which has been > corrected. > > * "git fast-export -- " lost the pathspec when showing the > second and subsequent commits, which has been corrected. > > * "git format-patch -- " lost the pathspec when > showing the second and subsequent commits, which has been > corrected. For a full list of the upstream changes in this release, please refer to the upstream changelogs: https://git.kernel.org/cgit/git/git.git/tree/Documentation/RelNotes https://kernel.googlesource.com/pub/scm/git/git.git/+/master/Documentation/RelNotes/ https://github.com/git/git/tree/master/Documentation/RelNotes Enjoy!