aboutsummaryrefslogtreecommitdiffstats
path: root/git-mv.perl
AgeCommit message (Expand)AuthorFilesLines
2006-03-03git-mv: fix moves into a subdir from outsideJosef Weidendorfer1-0/+8
2006-03-01Merge git-mv fixes from 'maint'Junio C Hamano1-9/+24
2006-03-01git-mv: fixes for path handlingJosef Weidendorfer1-12/+14
2006-03-01git-mv: Allow -h without repo & fix error messageJosef Weidendorfer1-6/+10
2006-03-01Allow git-mv to accept ./ in paths.Junio C Hamano1-0/+9
2006-02-18Allow git-mv to accept ./ in paths.Junio C Hamano1-0/+9
2005-12-05git-mv to work with Perl 5.6Junio C Hamano1-1/+1
2005-11-29[PATCH] Make git-mv work in subdirectories, tooJohannes Schindelin1-9/+3
2005-11-28git-mv: quote $src in regexp properly.Junio C Hamano1-1/+1
2005-11-27git-mv: follow -k request even on failing renamesJosef Weidendorfer1-0/+5
2005-11-27git-mv: fully detect 'directory moved into itself'Josef Weidendorfer1-1/+1
2005-11-27git-mv: keep git index consistent with file system on failed renameJosef Weidendorfer1-2/+10
2005-11-27git-mv: shrink usage, no usage on errorJosef Weidendorfer1-27/+19
2005-11-25git-mv is not able to handle big directoriesAlexander Litvinov1-9/+22
2005-11-23Fix git-mv for moving directories with 1 fileJosef Weidendorfer1-8/+17
2005-11-01Strip any trailing slash on destination argumentJosef Weidendorfer1-0/+2
2005-10-25Check another error condition in git-mvJosef Weidendorfer1-1/+11
2005-10-23Add git-mvJosef Weidendorfer1-0/+185