mirror of
https://github.com/git/git.git
synced 2024-11-18 00:13:58 +01:00
[PATCH] Add documentation for git-rename-script
Signed-off-by: Ryan Anderson <ryan@michonline.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
d36ac03e45
commit
429a935876
34
Documentation/git-rename-script.txt
Normal file
34
Documentation/git-rename-script.txt
Normal file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user