Hello.

On Sat, 2014-03-29 at 21:29, zmike wrote:
> discomfitor pushed a commit to branch master.
> 
> http://git.enlightenment.org/themes/darkness.git/commit/?id=b0a55a18c9f2783777fe68a385b7bee7ef46cbc2
> 
> commit b0a55a18c9f2783777fe68a385b7bee7ef46cbc2
> Author: zmike <michael.blumenkra...@gmail.com>
> Date:   Sun Mar 30 00:29:13 2014 -0400
> 
>     use git for version
> ---
>  build.sh | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/build.sh b/build.sh
> index 9858f87..98576d2 100755
> --- a/build.sh
> +++ b/build.sh
> @@ -1,7 +1,5 @@
>  #!/bin/bash
> -v=$(svnversion -n .|grep -Eo "^[0-9]+")
> -[[ -z $v ]] && v=$(git svn log --oneline --limit=1 .|cut -d' ' -f1|sed 
> 's/r//' | tr -d '\n')
> -[[ -z $v ]] && v=75000
> +v=$(git log --oneline|wc -l)

Your theme your playground. To get the "increasing number of git
commits" we use this in other parts of efl:

git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n'

regards
Stefan Schmidt

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to