File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1045,11 +1045,6 @@ func execMake(args []string, usage func()) {
1045
1045
fmt .Printf ("\n " )
1046
1046
1047
1047
if includeUpstreamHistory {
1048
- fmt .Printf ("NOTE: Full upstream git history has been included as per pkg-go team's\n " )
1049
- fmt .Printf (" new workflow. This feature is new and somewhat experimental,\n " )
1050
- fmt .Printf (" and all feedback are welcome!\n " )
1051
- fmt .Printf (" (For old behavior, use --upstream_git_history=false)\n " )
1052
- fmt .Printf ("\n " )
1053
1048
fmt .Printf ("The upstream git history is being tracked with the remote named %q.\n " , u .remote )
1054
1049
fmt .Printf ("To upgrade to the latest upstream version, you may use something like:\n " )
1055
1050
fmt .Printf (" git fetch %-15v # note the latest tag or commit-ish\n " , u .remote )
You can’t perform that action at this time.
0 commit comments