Skip to content

Commit

Permalink
Merge pull request #317 from jykntr/master
Browse files Browse the repository at this point in the history
git-summary correctly displays project name.
  • Loading branch information
hemanth committed Feb 19, 2015
2 parents a618a56 + bfeb897 commit 722a406
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/git-summary
@@ -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##*/}
Expand Down

0 comments on commit 722a406

Please sign in to comment.