X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=sync.sh;h=6600c889344ea4e21bdcaf554eb373d701bbd95f;hb=331170cef10819abc0f0fa49442a20ac9fd47b09;hp=95b3c4a925b0a2b4ac6bcede643c9be0f2a5bfc9;hpb=4768a6dc98f726190043198e76ea21916e40cd20;p=config%2Fdotfiles.git diff --git a/sync.sh b/sync.sh index 95b3c4a..6600c88 100755 --- a/sync.sh +++ b/sync.sh @@ -34,7 +34,7 @@ for project in `find . -name .git -type d`; do # be pushed to the remote hosts). if [ $method = status ]; then # Display a log similar to gitk but for the console. - function git_log() { + git_log() { output=`git log --graph --all --pretty=oneline --color $1` if [ "x$output" != x ]; then echo $2