diff options
author | Josef Weidendorfer <Josef.Weidendorfer@gmx.de> | 2005-11-13 15:08:00 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-14 00:50:18 -0800 |
commit | 1331df878113037aabc496860b49ed14a762517c (patch) | |
tree | 963d67921d6f65c08d51a8c93811f03274c34703 /Documentation | |
parent | b0c698a6e41c47ef3e036367e58a0cf2639c1f0d (diff) | |
download | git-1331df878113037aabc496860b49ed14a762517c.tar.gz |
Remove git-rename. git-mv does the same
Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rename.txt | 32 | ||||
-rw-r--r-- | Documentation/git.txt | 3 |
2 files changed, 0 insertions, 35 deletions
diff --git a/Documentation/git-rename.txt b/Documentation/git-rename.txt deleted file mode 100644 index 583cb0315e..0000000000 --- a/Documentation/git-rename.txt +++ /dev/null @@ -1,32 +0,0 @@ -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 - diff --git a/Documentation/git.txt b/Documentation/git.txt index 1c32dd5be7..7045f3f97e 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -262,9 +262,6 @@ gitlink:git-push[1]:: gitlink:git-rebase[1]:: Rebase local commits to new upstream head. -gitlink:git-rename[1]:: - Rename files and directories. - gitlink:git-repack[1]:: Pack unpacked objects in a repository. |