Skip to content

Commit bbfc860

Browse files
author
epriestley
committedNov 6, 2018
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
1 parent d38e768 commit bbfc860

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
 

‎scripts/repository/commit_hook.php

+17-17
Original file line numberDiff line numberDiff line change
@@ -204,23 +204,23 @@
204204
+---------------------------------------------------------------+
205205
| * * * PUSH REJECTED BY EVIL DRAGON BUREAUCRATS * * * |
206206
+---------------------------------------------------------------+
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+
// \\\\ ///-._ _ _ _ _ _ _{^ - - - - ~
224224
225225
EOTXT
226226
);

0 commit comments

Comments
 (0)
Failed to load comments.