Revert "Update move-with-hist.ps1: add script description"

This reverts commit 801eea4d59.
This commit is contained in:
aybe
2020-10-17 02:08:49 +02:00
parent bbcd255fee
commit b2e3795755

View File

@@ -1,8 +1,4 @@
# NOTE: for internal use only
# This script moves a source file to a target file in repository,
# but ensures its history is preserved, i.e. commits, author date.
param (
param (
[Parameter(Mandatory=$true)][string]$source,
[Parameter(Mandatory=$true)][string]$target
)