mirror of
https://github.com/grafana/grafana.git
synced 2025-07-25 11:23:10 +08:00
Chore: Add comment about shallow clones/single-branch clones (#108043)
baldm0mma/ add comment about shallow clones/single-branch clones
This commit is contained in:
@ -13,6 +13,9 @@
|
|||||||
#
|
#
|
||||||
# Example: ./scripts/releasefinder.sh a1b2c3d4e5f6
|
# Example: ./scripts/releasefinder.sh a1b2c3d4e5f6
|
||||||
#
|
#
|
||||||
|
# Note: This script requires a full repository clone with all branches and tags.
|
||||||
|
# It will not work correctly with shallow clones (--depth) or single-branch clones.
|
||||||
|
#
|
||||||
# If you get a "Permission denied" error, make the script executable with:
|
# If you get a "Permission denied" error, make the script executable with:
|
||||||
# chmod +x scripts/releasefinder.sh
|
# chmod +x scripts/releasefinder.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user