I have found one error during directory movig: If I move directory with one file somewhere in it this script will try to add target directory instead of file. Commenting lines starting from 190 solve this error. But I don't understand what is the logic behind this case ? Why do target directory checked instead of target file ? Should we replace $dst my $destfiles[0] ? at line 190 in git-mv: if (scalar @srcfiles == 1) { if ($overwritten{$dst} ==1) { push @changedfiles, $dst; } else { push @addedfiles, $dst; } } else { push @addedfiles, @dstfiles; } - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Nov 23 18:24:18 2005
This archive was generated by hypermail 2.1.8 : 2005-11-23 18:24:24 EST