98438bd0e8
Signed-off-by: Christian Meder <chris@absolutegiganten.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
33 lines
606 B
Plaintext
33 lines
606 B
Plaintext
git-rename(1)
|
|
=============
|
|
|
|
NAME
|
|
----
|
|
git-rename - Script used to rename a file, directory or symlink.
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
'git-rename' <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 gitlink:git[7] suite
|
|
|