Revision 7669ce6...

Go back to digest for 28th July 2013

Features in Development Tools

Milian Wolff committed changes in [kdevplatform] plugins/git/gitplugin.cpp:

Follow renames when showing git history.

By default git log (used to get history info in KDevelop) does not
follow the file moves or renames. The patch adds the --follow
argument to the git command to get the complete history.

I got bitten by this, because it was not possible to identify all
committers to a file by using KDevelop.

REVIEW: 109952

File Changes

Modified 1 files
  • plugins/git/gitplugin.cpp
1 files changed in total