Actions
Bug #7950
closedwebrev doesn't show renames anymore
Start date:
2017-03-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Apparently, output of `git whatchanged` for renamed files changed, and webrev isn't able to handle it anymore.
Old format:
$ git whatchanged --pretty=format:%B 2 :000000 100644 0000000... 7601807... A bar :100644 000000 7601807... 0000000... D foo 1 :000000 100644 0000000... 7601807... A foo
new format:
$ git whatchanged --pretty=format:%B 2 :100644 100644 7601807... 7601807... R100 foo bar 1 :000000 100644 0000000... 7601807... A foo
Updated by Electric Monk about 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit b10a3e2381372acb7bafe3e3776887c0e6e83409
commit b10a3e2381372acb7bafe3e3776887c0e6e83409 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2017-03-08T18:10:40.000Z 7950 webrev doesn't show renames anymore Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions