[PATCH] Support for more CURL SSL settings via environment variables
[git.git] / Documentation / git-rename.txt
blob21928dc0716971c00f5d00bd752373e749bb6b07
1 git-rename(1)
2 =============
3 v0.1, May 2005
5 NAME
6 ----
7 git-rename - Script used to rename a file, directory or symlink.
10 SYNOPSIS
11 --------
12 'git-rename' <source> <destination>
14 DESCRIPTION
15 -----------
16 This script is used to rename a file, directory or symlink.
18 The index is updated after successful completion, but the change must still be
19 committed.
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
24 Rewritten by Ryan Anderson <ryan@michonline.com>
26 Documentation
27 --------------
28 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
30 GIT
31 ---
32 Part of the gitlink:git[7] suite