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