MestreLion / git-tools

Assorted git tools, including git-restore-mtime
GNU General Public License v3.0
295 stars 74 forks source link

restore-mtime: Fix exception caused by renames #13

Closed shuber2 closed 9 years ago

shuber2 commented 9 years ago

When files are renamed, the corresponding line in the $(git whatchanged) output contains three tokens separated by '\t'. This caused a "ValueError: too many values to unpack" error.

MestreLion commented 9 years ago

Thanks!