Informatimago Public GIT Repositories
»
public/bin
: Blob 6c2aad /
git-log
Summary
|
Shortlog
|
Commit
|
Commitdiff
|
Tree
|
commit
change
author
committer
#!/bin/bash case "$TERM" in dumb|emacs) git log | head -100 ;; *) git log | less ;; esac
ViewGit