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