SHA-1 Git hashes can be mapped to code review or code repository URL to offer a web visualization with additional context. The resolve-hash command allows to get such URL from a Git hash, or another VCS reference. It can search Phabricator, Gerrit, GitHub and GitLab currently. Ouf of the box, it will detect your ~/.arcrc […]
Read moreHow to change Phabricator logo
Before summer 2016, Phabricator didn’t provide a quick way to change the logo. In the software past, the possibility was also offered, but between July 2012 and 2016, the logo was a resource embedded into new sprites, with other header graphics. You can track the issue on Phabricator’s Phabricator. Meanwhile a solution is provided by […]
Read morePhabricator: a script to find TODO lines in a code base and generate bug reports.
Sometimes, a code base is haunted with dozens of lines like this one: [php] //TODO: handle relative moves [/php] This line doesn’t explain the current state of code as much as it offers a feature request. But this feature request isn’t really visible, you have to browse the relevant code file to see it. So, what about […]
Read more