Graph view of essential events in Git commit history.
author |
Oleksandr Gavenko <gavenkoa@gmail.com> |
date |
Wed, 23 Dec 2015 11:40:00 +0200 |
parents |
83f25a2581e3 |
children |
9b330173dde4 |
files |
dvcs/Makefile dvcs/mygit-glog |
diffstat |
2 files changed, 4 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/dvcs/Makefile Wed Dec 16 00:09:12 2015 +0200
+++ b/dvcs/Makefile Wed Dec 23 11:40:00 2015 +0200
@@ -32,7 +32,7 @@
.PHONY: check
check:
-BIN_FILES := mygit-nearest-tag myhg-nearest-tag
+BIN_FILES := mygit-nearest-tag mygit-glog myhg-nearest-tag
.PHONY: install
install:
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dvcs/mygit-glog Wed Dec 23 11:40:00 2015 +0200
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+git log --graph --all --decorate --simplify-by-decoration --oneline