This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 211908 - Show Git renames naturally in Diff view
Summary: Show Git renames naturally in Diff view
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-01 19:19 UTC by Jesse Glick
Modified: 2012-05-04 09:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-05-01 19:19:59 UTC
A recent fix, for 7.2 I think, displayed diffs of file renames in Mercurial-controlled sources naturally, or at least better than before: you could see line-by-line changes, if any, made in addition to the rename. But this is still broken for Git: if you rename a file, the Diff view just shows it as a delete and an add, and there is no way to tell from the IDE whether any other changes to file contents were made.
Comment 1 Ondrej Vrabec 2012-05-02 12:34:57 UTC
fix: http://hg.netbeans.org/core-main/rev/fbf8441b6818
Comment 2 Quality Engineering 2012-05-04 09:54:39 UTC
Integrated into 'main-golden', will be available in build *201205040400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fbf8441b6818
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #211908 - Show Git renames naturally in Diff view