Skip to content

Commit

Permalink
Remove website URL from comments (#398)
Browse files Browse the repository at this point in the history
Referencing or using code from some websites is prohibited in this repository.
This change removes an informational reference in the comments.
  • Loading branch information
umfranzw authored Aug 30, 2024
1 parent d10d66e commit 47d8295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/copyright-date/check-copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if $forkdiff; then
source_commit="remotes/$remote/HEAD"

# don't use fork-point for finding fork point (lol)
# see: https://stackoverflow.com/a/53981615
diff_hash="$(git merge-base "$source_commit" "$branch")"
fi

Expand Down

0 comments on commit 47d8295

Please sign in to comment.