mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Revert "Update move-with-hist.ps1: add script description"
This reverts commit 801eea4d59
.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user