Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. githook-perltidy pre-commit:
  2. # saving non-indexed changes and tidying
  3. git stash save --quiet --keep-index githook-perltidy 2015-06-02T13:55:38
  4. git checkout-index -a
  5. Skipping podtidy calls: no .podtidy-opts file at /buzzfeed/perl/bin/githook-perltidy line 164, <$fh> line 2.
  6. perltidy lib/buzzfeed2/controller/public/User.pm
  7. git add lib/buzzfeed2/controller/public/User.pm
  8. git stash drop -q
  9. [BF-20173-breaking-post-template-updated-on-is-not-getting-updated-with-timestamp-from-most-recent-update-rc1 4e6bf1b2] Move updated unix time logic on backend - issue #20173
  10. 2 files changed, 29 insertions(+), 18 deletions(-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement