]> git.ipfire.org Git - thirdparty/git.git/commitdiff
BreakingChanges: clarify branches/ and remotes/
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2025 23:45:42 +0000 (15:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2025 23:48:16 +0000 (15:48 -0800)
As we have created an empty .git/branches/ hierarchy until fairly
recently, these directories may be found in modern repositories, but
it is highly unlikely that they are being used.

Reported-by: Jakub Wilk <jwilk@jwilk.net>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/BreakingChanges.txt

index 7c388e56c83bcf12710dc18e72f47e8a3954fc1f..042709a4613f7354f22bf47783483878070df996 100644 (file)
@@ -169,8 +169,8 @@ started to migrate away from ".git/remotes/" in favor of config-based remotes,
 and we have marked the directory as legacy in 3d3d282146 (Documentation:
 Grammar correction, wording fixes and cleanup, 2011-08-23)
 +
-As our documentation mentions, these directories are not to be found in modern
-repositories at all and most users aren't even aware of these mechanisms. They
+As our documentation mentions, these directories are unlikely to be used in
+modern repositories and most users aren't even aware of these mechanisms. They
 have been deprecated for almost 20 years and 14 years respectively, and we are
 not aware of any active users that have complained about this deprecation.
 Furthermore, the ".git/branches/" directory is nowadays misleadingly named and