mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Update move-with-hist.ps1: add script description
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
param (
|
||||
# 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 (
|
||||
[Parameter(Mandatory=$true)][string]$source,
|
||||
[Parameter(Mandatory=$true)][string]$target
|
||||
)
|
||||
|
Reference in New Issue
Block a user