1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-21 04:50:55 +01:00

Hide "Maniphest Task:" in commit template

Summary:
We prefer parsing freetext fields.
We should probably wait for {T2743}.

Test Plan:
  $ arc --conduit-uri=http://phabricator.local/ diff

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5349
This commit is contained in:
Jakub Vrana 2013-03-30 12:15:07 -07:00
parent 4d2cf457d4
commit 0de66e9c75

View file

@ -80,7 +80,7 @@ final class DifferentialManiphestTasksFieldSpecification
}
public function shouldAppearOnCommitMessageTemplate() {
return PhabricatorEnv::getEnvConfig('maniphest.enabled');
return false;
}
public function shouldAppearOnCommitMessage() {