For command line I use good alias "git hist".

Add the alias:

#Linux
git config --global alias.hist 'log --pretty=format:"%h %ad | %s%d [%an]" 
--graph --date=short'#Windows
git config --global alias.hist "log --pretty=format:'%h %ad | %s%d [%an]' 
--graph --date=short"


Output example:

* d6b52e7 2014-05-13 | [SRL-210] fix В статусе CREATE нельзя заменять карту 
(HEAD, origin/master, origin/HEAD,
* 3d26b2d 2014-05-13 | [SRL-210] fix InputField при сканировании добавлял 3 
нуля к номеру карты [Yablokov Alek
*   5b9ff25 2014-05-13 | Merge branch 'master' of 
https://github.com/crystalservice/setretail10 [ADashkovskiy]
|\  
| * 7ef61b0 2014-05-13 | Скрипт обновления банковского модуля [Roman 
Averkov]
| *   3ef2427 2014-05-13 | Merge branch 'master' of 
github.com:crystalservice/setretail10 [myaichnikov]
| |\  
| * | 427f191 2014-05-13 | Исправления скриптов на сервере для установки и 
патчей [myaichnikov]
* | |   89b3d45 2014-05-13 | Merge remote-tracking branch 'origin/dev' 
[ADashkovskiy]

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to