From c2a8c1dd001c9ea318f90abedfd56d364f91a2ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Fri, 29 Mar 2019 17:38:57 +0700 Subject: [PATCH] t: rename t2014-switch.sh to t2014-checkout-switch.sh MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The old name does not really say that this is about 'checkout -b'. See 49d833dc07 (Revert "checkout branch: prime cache-tree fully" - 2009-05-12) for more information Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- t/{t2014-switch.sh => t2014-checkout-switch.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename t/{t2014-switch.sh => t2014-checkout-switch.sh} (100%) diff --git a/t/t2014-switch.sh b/t/t2014-checkout-switch.sh similarity index 100% rename from t/t2014-switch.sh rename to t/t2014-checkout-switch.sh -- 2.11.4.GIT