Advertisement
Guest User

Untitled

a guest
Oct 8th, 2017
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. * author
  2. * commit date
  3. * change
  4.  
  5. fbc3503 mads Thu Dec 4 07:43:27 2008 +0000 show mobile if phone is null...
  6. ec36490 jesper Wed Nov 26 05:41:37 2008 +0000 Cleanup after [942]: Using timezon
  7. ae62afd tobias Tue Nov 25 21:42:55 2008 +0000 Fixed #67 by adding time zone supp
  8. 164be7e mads Tue Nov 25 19:56:43 2008 +0000 fixed tests, and a 'unending appoi
  9. 93f1526 jesper Tue Nov 25 09:45:56 2008 +0000 adding time.ZONE.now as time zone
  10. 2f0f8c1 tobias Tue Nov 25 03:07:02 2008 +0000 Timezone configured in environment
  11. a33c1dc jesper Tue Nov 25 01:26:18 2008 +0000 updated to most recent will_pagina
  12.  
  13. [log]
  14. date = relative
  15. [format]
  16. pretty = format:%h %Cblue%ad%Creset %ae %Cgreen%s%Creset
  17.  
  18. 6c3e1a2 2 hours ago you@me.com lsof is a dependency now.
  19. 0754f18 11 hours ago you@me.com Properly unmount, so detaching works.
  20. 336a3ac 13 hours ago you@me.com Show ami registration command if auto register fails
  21. be2ad45 17 hours ago you@me.com Fixes #6. Sao Paolo region is included as well.
  22. 5aed68e 17 hours ago you@me.com Shorten while loops
  23.  
  24. pretty = format:%C(yellow)%h %Cblue%>(12)%ad %Cgreen%<(7)%aN%Cred%d %Creset%s
  25.  
  26. pretty = format:%C(auto,yellow)%h%C(auto,magenta)% G? %C(auto,blue)%>(12,trunc)%ad %C(auto,green)%<(7,trunc)%aN%C(auto,reset)%s%C(auto,red)% gD% D
  27.  
  28. git log --pretty=format:"%H %an %ad"
  29.  
  30. git log --pretty=format:"%H %an %ad" --date=short
  31.  
  32. $ sudo apt-get install tig
  33.  
  34. $ tig
  35.  
  36. 2010-03-17 01:07 ndesigner changes to sponsors list
  37. 2010-03-17 00:19 rcoder Raise 404 when an invalid year is specified.
  38. 2010-03-17 00:06 rcoder Sponsors page now shows sponsors' level.
  39. -------------------------- skip some lines ---------------------------------
  40. [main] 531f35e925f53adeb2146dcfc9c6a6ef24e93619 - commit 1 of 32 (100%)
  41.  
  42. git log --pretty=format:'%h %ad %s (%an)' --date=short
  43.  
  44. git log --pretty=format:'%h %ad %s | %an' --date=short
  45.  
  46. 6fdd155 2015-08-10 Fixes casting error in doSave | John Doe
  47. c4f4032 2015-08-10 Fix for IE save. Add help button. | Jane
  48. 29a24a6 2015-08-10 Fixes bug in Course | Mac
  49.  
  50. git log --pretty=format:'%h %ad %s%x09%ae' --date=short
  51.  
  52. e17bae5 2011-09-30 Integrate from development -> main nixon@whitehouse.gov
  53. eaead2c 2011-09-30 More stuff that is not worth mentioning bgates@apple.com
  54. eb6a336 2011-09-22 Merge branch 'freebase' into development jobs@nirvana.org
  55.  
  56. git log remotes/trunk~4..HEAD --pretty=format:"%C(yellow)%h%C(white) %ad %aN%x09%d%x09%s" --date=short | awk -F't' '{gsub(/[, ]/,"",$2);gsub(/HEAD/, "33[1;36mH33[00m",$2);gsub(/master/, "33[1;32mm33[00m",$2);gsub(/trunk/, "33[1;31mt33[00m",$2);print $1 "t" gensub(/([()])/, "33[0;33m\133[00m","g",$2) $3}' | less -eiFRXS
  57.  
  58. ef87da7 2013-01-17 haslers (Hm)Fix NPE in Frobble
  59. 8f6d80f 2013-01-17 haslers Refactor Frobble
  60. 815813b 2013-01-17 haslers (t)Add Wibble to Frobble
  61. 3616373 2013-01-17 haslers Add Foo to Frobble
  62. 3b5ccf0 2013-01-17 haslers Add Bar to Frobble
  63. a1db9ef 2013-01-17 haslers Add Frobble Widget
  64.  
  65. git log remotes/trunk~4..HEAD --date=short
  66. --pretty=format:"%C(yellow)%h%C(white) %ad %aN%x09%d%x09%s"
  67. | awk -F't' '{
  68. gsub(/[, ]/,"",$2);
  69. gsub(/HEAD/, "33[1;36mH33[00m",$2);
  70. gsub(/master/, "33[1;32mm33[00m",$2);
  71. gsub(/trunk/, "33[1;31mt33[00m",$2);
  72. print $1 "t" gensub(/([()])/, "33[0;33m\133[00m","g",$2) $3}'
  73.  
  74. git config alias.staged '!git log remotes/trunk~4..HEAD --date=short --pretty=format:"%C(yellow)%h%C(white) %ad %aN%x09%d%x09%s" | awk -F"t" "{gsub(/[, ]/,"",$2);gsub(/HEAD/, "33[1;36mH33[00m",$2);gsub(/master/, "33[1;32mm33[00m",$2);gsub(/trunk/, "33[1;31mt33[00m",$2);print $1 "t" gensub(/([()])/, "33[0;33m\\133[00m","g",$2) $3}"'
  75.  
  76. $ git work
  77.  
  78. git config --global alias.work 'log --pretty=format:"%h%x09%an%x09%ad%x09%s"'
  79.  
  80. git log --pretty=format:"%h%x09%an%x09%ai%x09%B"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement