[PATCH] Fix git-init-db creating crap directories.
[git/dscho.git] / Documentation / git-rename.txt
blob2c24bfa2ee30f1291ee5a2b3a5a50ae31d9c4f14
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 link:git.html[git] suite