Hi, On Tue, 03 Feb 2015 19:04:37 +0100 meik michalke <[email protected]> wrote: > btw, the naming of development releases is still a bit more difficult > since the source come from git now. there doesn't seem to be a good > equivalent to "svn info" which i used in the bundle script to get the > latest revision number. not a show-stopper, but automation of > bundling for development releases is currently not possible. any > ideas how to get the number of commits, not hashes?
git rev-list HEAD --count Regards Thomas
signature.asc
Description: PGP signature
_______________________________________________ rkward-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/rkward-devel
