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