1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications/differential/storage
epriestley 3a8be549d6 Don't choke on copy-pasted diffs which include commit messages
Summary: If you `git show` and copy/paste it into Differential, we die trying to save the DifferentialChangeset corresponding to the commit message (error: column "filename" can not be null). Instead, drop the message change for raw diffs.

Test Plan: Copy/pasted `git show` into Differential.

Reviewers: btrahan, vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D3740
2012-10-19 10:29:19 -07:00
..
__tests__ Adds an option to allow sending unified diff contexts in differential mails. 2012-08-12 19:49:04 +02:00
DifferentialAffectedPath.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialAuxiliaryField.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialChangeset.php Adapt to style changes; fix performance bug when loading hunks for changesets. 2012-08-13 21:36:41 +02:00
DifferentialComment.php Remove the actor itself from reviewer list in commandeering 2012-06-27 09:55:31 -07:00
DifferentialDAO.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialDiff.php Don't choke on copy-pasted diffs which include commit messages 2012-10-19 10:29:19 -07:00
DifferentialDiffProperty.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialHunk.php Simplify DifferentialHunk::getAddedLines() 2012-06-27 13:54:02 -07:00
DifferentialInlineComment.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialRevision.php Fix error when deleting revision 2012-10-03 15:50:42 -07:00