From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751091AbeAVFyG (ORCPT ); Mon, 22 Jan 2018 00:54:06 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:51749 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750926AbeAVFyE (ORCPT ); Mon, 22 Jan 2018 00:54:04 -0500 From: Junio C Hamano To: git@vger.kernel.org Cc: Linux Kernel , git-packagers@googlegroups.com Subject: [ANNOUNCE] Git v2.16.1 Date: Sun, 21 Jan 2018 21:53:58 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: A4693AAA-FF38-11E7-AFE5-575F0C78B957-77302942!pb-smtp2.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The latest maintenance release Git v2.16.1 is now available at the usual places. This is solely to fix a brown-paper bag bug that broke "git clone" on case insensitive filesystems of certain projects. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.16.1' tag and the 'maint' branch that the tag points at: url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = https://github.com/gitster/git ---------------------------------------------------------------- Git v2.16.1 Release Notes ========================= Fixes since v2.16 ----------------- * "git clone" segfaulted when cloning a project that happens to track two paths that differ only in case on a case insensitive filesystem. Does not contain any other documentation updates or code clean-ups. ---------------------------------------------------------------- Changes since v2.16.0 are as follows: Eric Sunshine (1): t5601-clone: test case-conflicting files on case-insensitive filesystem Junio C Hamano (1): Git 2.16.1 brian m. carlson (1): repository: pre-initialize hash algo pointer