Advertisement
losinggeneration

Stupid Git Commits

Dec 18th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Don't you just hate it when you see Git commits that show up like this:
  2.  
  3. commit 5a2bf198b9
  4. Author: Withheld
  5. Date: Fri Dec 14 09:39:00 2012 -0600
  6.  
  7. Completely new layout, moved AbstractEntityController into support module
  8.  
  9. 231 files changed, 53973 insertions(+), 1650 deletions(-)
  10.  
  11. commit e92d88b15
  12. Author: Withheld
  13. Date: Fri Dec 14 09:38:46 2012 -0600
  14.  
  15. Completely new layout, moved AbstractEntityController into support module
  16.  
  17. 57 files changed, 504 insertions(+), 2449 deletions(-)
  18.  
  19. ---
  20.  
  21. First off, this was clearly a major refactor that should have been split up. Second, WTF didn't --amend get used here. This isn't Subversion. You CAN fix your commits before you push.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement