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