1git-rename-script(1) 2==================== 3v0.1, May 2005 4 5NAME 6---- 7git-rename-script - Script used to rename a file, directory or symlink. 8 9 10SYNOPSIS 11-------- 12'git-rename-script' <source> <destination> 13 14DESCRIPTION 15----------- 16This script is used to rename a file, directory or symlink. 17 18The index is updated after successful completion, but the change must still be 19committed. 20 21Author 22------ 23Written by Linus Torvalds <torvalds@osdl.org> 24Rewritten by Ryan Anderson <ryan@michonline.com> 25 26Documentation 27-------------- 28Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. 29 30GIT 31--- 32Part of the link:git.html[git] suite 33