summaryrefslogtreecommitdiff
path: root/git-mv.perl
Commit message (Expand)AuthorAgeFilesLines
* git-mv: fix moves into a subdir from outsideJosef Weidendorfer2006-03-031-0/+8
* Merge git-mv fixes from 'maint'Junio C Hamano2006-03-011-9/+24
|\
| * git-mv: fixes for path handlingJosef Weidendorfer2006-03-011-12/+14
| * git-mv: Allow -h without repo & fix error messageJosef Weidendorfer2006-03-011-6/+10
| * Allow git-mv to accept ./ in paths.Junio C Hamano2006-03-011-0/+9
* | Allow git-mv to accept ./ in paths.Junio C Hamano2006-02-181-0/+9
|/
* git-mv to work with Perl 5.6Junio C Hamano2005-12-051-1/+1
* [PATCH] Make git-mv work in subdirectories, tooJohannes Schindelin2005-11-291-9/+3
* git-mv: quote $src in regexp properly.Junio C Hamano2005-11-281-1/+1
* git-mv: follow -k request even on failing renamesJosef Weidendorfer2005-11-271-0/+5
* git-mv: fully detect 'directory moved into itself'Josef Weidendorfer2005-11-271-1/+1
* git-mv: keep git index consistent with file system on failed renameJosef Weidendorfer2005-11-271-2/+10
* git-mv: shrink usage, no usage on errorJosef Weidendorfer2005-11-271-27/+19
* git-mv is not able to handle big directoriesAlexander Litvinov2005-11-251-9/+22
* Fix git-mv for moving directories with 1 fileJosef Weidendorfer2005-11-231-8/+17
* Strip any trailing slash on destination argumentJosef Weidendorfer2005-11-011-0/+2
* Check another error condition in git-mvJosef Weidendorfer2005-10-251-1/+11
* Add git-mvJosef Weidendorfer2005-10-231-0/+185