1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/repository
epriestley b8f4f7c438 Fix an issue with Diffusion's display of copied files in Git
Summary: If a change copies some file `A` to `B` and also edits `A`, we currently record this as an indirect change and don't show the edits to `A` in the diff. Instead, record these as direct changes.

Test Plan: Created two commits, one which copied `A` to `B` without modifying `A` and one which copied `A` to `B` and modified A. Viewed both commits in Diffusion. The unmodified commit did not show `A`, and the modified commit did (with the correct changes).

Reviewers: btrahan, vrana

Reviewed By: vrana

CC: champo, aran

Differential Revision: https://secure.phabricator.com/D3120
2012-08-01 12:32:35 -07:00
..
constants Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
controller Publish feed stories about commits 2012-06-20 06:03:44 -07:00
daemon Stop trasforming "scp-style" URIs into normal URIs in Git 2012-07-23 12:05:03 -07:00
management Add a --repair flag to "bin/repository discover" 2012-06-25 12:35:47 -07:00
parser Add an event for looking up names from repositories 2012-07-24 11:59:28 -07:00
storage Fix Exception Bad getter call: getURIObject 2012-07-28 18:27:52 +10:00
worker Fix an issue with Diffusion's display of copied files in Git 2012-08-01 12:32:35 -07:00