@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Improve aesthetics of commit hook rejection message

Summary: See PHI939. Ref T13216. Make the dragon's companion animal more clearly cow-like.

Test Plan:
Before:

```
\ \__/
\____(Oo)
( (--)
//__\\
// \\
```

After:

```
* \__/
\____(Oo)
( (..)
//___\\
// \\
```

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13216

Differential Revision: https://secure.phabricator.com/D19775

+17 -17
+17 -17
scripts/repository/commit_hook.php
··· 204 204 +---------------------------------------------------------------+ 205 205 | * * * PUSH REJECTED BY EVIL DRAGON BUREAUCRATS * * * | 206 206 +---------------------------------------------------------------+ 207 - \ 208 - \ ^ /^ 209 - \ / \ // \ 210 - \ |\___/| / \// .\ 211 - \ /V V \__ / // | \ \ *----* 212 - / / \/_/ // | \ \ \ | 213 - @___@` \/_ // | \ \ \/\ \ 214 - 0/0/| \/_ // | \ \ \ \ 215 - 0/0/0/0/| \/// | \ \ | | 216 - 0/0/0/0/0/_|_ / ( // | \ _\ | / 217 - 0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _\.-~ / / 218 - ,-} _ *-.|.-~-. .~ ~ 219 - \ \__/ `/\ / ~-. _ .-~ / 220 - \____(Oo) *. } { / 221 - ( (--) .----~-.\ \-` .~ 222 - //__\\\\ \ DENIED! ///.----..< \ _ -~ 223 - // \\\\ ///-._ _ _ _ _ _ _{^ - - - - ~ 207 + \ 208 + \ ^ /^ 209 + \ / \ // \ 210 + \ |\___/| / \// .\ 211 + \ /V V \__ / // | \ \ *----* 212 + / / \/_/ // | \ \ \ | 213 + @___@` \/_ // | \ \ \/\ \ 214 + 0/0/| \/_ // | \ \ \ \ 215 + 0/0/0/0/| \/// | \ \ | | 216 + 0/0/0/0/0/_|_ / ( // | \ _\ | / 217 + 0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _\.-~ / / 218 + ,-} _ *-.|.-~-. .~ ~ 219 + * \__/ `/\ / ~-. _ .-~ / 220 + \____(Oo) *. } { / 221 + ( (..) .----~-.\ \-` .~ 222 + //___\\\\ \ DENIED! ///.----..< \ _ -~ 223 + // \\\\ ///-._ _ _ _ _ _ _{^ - - - - ~ 224 224 225 225 EOTXT 226 226 );