From: Ryan Anderson Date: Mon, 25 Jul 2005 06:13:11 +0000 (-0400) Subject: [PATCH] Add documentation for git-rename-script X-Git-Tag: v0.99.3~45 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=429a9358763dfb98cd063e40dc49cbc049e2a268;p=git.git [PATCH] Add documentation for git-rename-script Signed-off-by: Ryan Anderson Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rename-script.txt b/Documentation/git-rename-script.txt new file mode 100644 index 000000000..1abc68b7d --- /dev/null +++ b/Documentation/git-rename-script.txt @@ -0,0 +1,34 @@ + +git-rename-script(1) +===================== +v0.1, May 2005 + +NAME +---- +git-rename-script - Script used to rename a file, directory or symlink. + + +SYNOPSIS +-------- +'git-rename-script' + +DESCRIPTION +----------- +This script is used to rename a file, directory or symlink. + +The index is updated after successful completion, but the change must still be +committed. + +Author +------ +Written by Linus Torvalds +Rewritten by Ryan Anderson + +Documentation +-------------- +Documentation by David Greaves, Junio C Hamano and the git-list . + +GIT +--- +Part of the link:git.html[git] suite +