http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4048
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Julian Maurice <[email protected]> --- Hmm I think git blame is not the problem. I tried to 'git mv' a file (mainpage.pl to oldmainpage.pl), commit, then add a change (remove strict and warnings pragma in favor of Modern::Perl) commit, and then git blame oldmainpage.pl shows me this: ... 93d4c90a mainpage.pl (Chris Cormack 2011-11-21 20:26:01 +1300 19) # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 13f6840c mainpage.pl (rych 2007-03-09 20:33:59 +0000 20) 6902a023 oldmainpage.pl (Julian Maurice 2012-03-20 10:56:51 +0100 21) use Modern::Perl; 13f6840c mainpage.pl (rych 2007-03-09 20:33:59 +0000 22) use CGI; 1ca8a9ce mainpage.pl (hdl 2007-04-24 13:56:06 +0000 23) use C4::Output; ... History of the file is preserved. But git log -p oldmainpage shows me only two commits (1 for the move, 1 for the modif) Is this really a problem which must prevent the patch to be pushed ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
