Skip to content

Commit

Permalink
Remove git-rename. git-mv does the same
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Josef Weidendorfer authored and Junio C Hamano committed Nov 14, 2005
1 parent b0c698a commit 1331df8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 107 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ git-read-tree
git-rebase
git-receive-pack
git-relink
git-rename
git-repack
git-request-pull
git-reset
Expand Down
32 changes: 0 additions & 32 deletions Documentation/git-rename.txt

This file was deleted.

3 changes: 0 additions & 3 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ SCRIPT_SH = \

SCRIPT_PERL = \
git-archimport.perl git-cvsimport.perl git-relink.perl \
git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \
git-shortlog.perl git-fmt-merge-msg.perl \
git-svnimport.perl git-mv.perl git-cvsexportcommit.perl

SCRIPT_PYTHON = \
Expand Down
70 changes: 0 additions & 70 deletions git-rename.perl

This file was deleted.

0 comments on commit 1331df8

Please sign in to comment.