Skip to content

Commit

Permalink
Merge pull request #254 from guillemj/pu/hints
Browse files Browse the repository at this point in the history
Remove NOTE about upstream git history being a new feature
  • Loading branch information
NightTsarina authored Feb 20, 2025
2 parents 2fa799b + 3efb18b commit 6133627
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions make.go
Original file line number Diff line number Diff line change
Expand Up @@ -1045,11 +1045,6 @@ func execMake(args []string, usage func()) {
fmt.Printf("\n")

if includeUpstreamHistory {
fmt.Printf("NOTE: Full upstream git history has been included as per pkg-go team's\n")
fmt.Printf(" new workflow. This feature is new and somewhat experimental,\n")
fmt.Printf(" and all feedback are welcome!\n")
fmt.Printf(" (For old behavior, use --upstream_git_history=false)\n")
fmt.Printf("\n")
fmt.Printf("The upstream git history is being tracked with the remote named %q.\n", u.remote)
fmt.Printf("To upgrade to the latest upstream version, you may use something like:\n")
fmt.Printf(" git fetch %-15v # note the latest tag or commit-ish\n", u.remote)
Expand Down

0 comments on commit 6133627

Please sign in to comment.