Alter the repo retirement README template
drop the recommendation to checkout HEAD^1. Sometimes, multiple commits may be used during retirement, and HEAD^1 wouldn't be appropriate. Change-Id: I136b4cb9b51b5a2e6ea432a3157635ddb899ddf1 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
@@ -414,8 +414,8 @@ Replace the contents of the ``README.rst`` with a message such as this::
|
||||
|
||||
The contents of this repository are still available in the Git
|
||||
source code management system. To see the contents of this
|
||||
repository before it reached its end of life, please check out the
|
||||
previous commit with "git checkout HEAD^1".
|
||||
repository before it reached its end of life, please check out a
|
||||
prior commit.
|
||||
|
||||
(Optional:)
|
||||
For an alternative project, please see <alternative project name> at
|
||||
|
||||
Reference in New Issue
Block a user