Page MenuHomePhabricator

D18465.diff
No OneTemporary

D18465.diff

diff --git a/src/applications/differential/storage/DifferentialChangeset.php b/src/applications/differential/storage/DifferentialChangeset.php
--- a/src/applications/differential/storage/DifferentialChangeset.php
+++ b/src/applications/differential/storage/DifferentialChangeset.php
@@ -170,7 +170,7 @@
}
public function getAnchorName() {
- return substr(md5($this->getFilename()), 0, 8);
+ return 'change-'.PhabricatorHash::digestForIndex($this->getFilename());
}
public function getAbsoluteRepositoryPath(

File Metadata

Mime Type
text/plain
Expires
May 12 2024, 3:34 AM (5 w, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284896
Default Alt Text
D18465.diff (531 B)

Event Timeline