]> git.ipfire.org Git - thirdparty/git.git/commitdiff
[PATCH] Add documentation for git-rename-script
authorRyan Anderson <ryan@michonline.com>
Mon, 25 Jul 2005 06:13:11 +0000 (02:13 -0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Jul 2005 05:47:07 +0000 (22:47 -0700)
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rename-script.txt [new file with mode: 0644]

diff --git a/Documentation/git-rename-script.txt b/Documentation/git-rename-script.txt
new file mode 100644 (file)
index 0000000..1abc68b
--- /dev/null
@@ -0,0 +1,34 @@
+
+git-rename-script(1)
+=====================
+v0.1, May 2005
+
+NAME
+----
+git-rename-script - Script used to rename a file, directory or symlink.
+
+
+SYNOPSIS
+--------
+'git-rename-script' <source> <destination>
+
+DESCRIPTION
+-----------
+This script is used to rename a file, directory or symlink.
+
+The index is updated after successful completion, but the change must still be
+committed.
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+Rewritten by Ryan Anderson <ryan@michonline.com>
+
+Documentation
+--------------
+Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+