From fb271373dcb5c0e8cfe1907679cf7ff0b31270da Mon Sep 17 00:00:00 2001 From: fineol <52041060+fineol@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:27:14 -0500 Subject: [PATCH] Update NEXT.md --- doc/release-notes/NEXT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/release-notes/NEXT.md b/doc/release-notes/NEXT.md index 84746820..2a7820cf 100644 --- a/doc/release-notes/NEXT.md +++ b/doc/release-notes/NEXT.md @@ -9,4 +9,6 @@ * Added support for TFS 2022 (#1406) * Fix rare crash when checkin policy support as enabled (#1408 by siprbaum) * Add support for git-init's --initial-branch option and make git-tfs agnostic with - respect to initial branch names (#1405 by fineol) \ No newline at end of file + respect to initial branch names (#1405 by fineol) +* Fix issue #1409: cloning a TFS project whose first changeset is a rename quietly + fails if you specify the `--gitignore` option (#1412 by fineol)