Skip to content

Commit 3efb18b

Browse files
committed
Remove NOTE about upstream git history being a new feature
This has been in place for years now. No need to include this in the output which is long enough already.
1 parent 2fa799b commit 3efb18b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

make.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,11 +1045,6 @@ func execMake(args []string, usage func()) {
10451045
fmt.Printf("\n")
10461046

10471047
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")
10531048
fmt.Printf("The upstream git history is being tracked with the remote named %q.\n", u.remote)
10541049
fmt.Printf("To upgrade to the latest upstream version, you may use something like:\n")
10551050
fmt.Printf(" git fetch %-15v # note the latest tag or commit-ish\n", u.remote)

0 commit comments

Comments
 (0)