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/git.txt | |
parent | Bugfix: stop if directory already exists (diff) | |
download | tgif-1331df878113037aabc496860b49ed14a762517c.tar.xz |
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/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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. |