Merge pull request #317 from jykntr/master

git-summary correctly displays project name.
This commit is contained in:
hemanth.hm 2015-02-19 21:12:48 +05:30
commit 722a4061ac

View file

@ -1,5 +1,9 @@
#!/usr/bin/env bash
SUBDIRECTORY_OK=Yes
source "$(git --exec-path)/git-sh-setup"
cd_to_toplevel
commit=""
test $# -ne 0 && commit=$@
project=${PWD##*/}