Shixin Zeng a7f0f5ea50 set "shell = True" when call subprocess.Popen
On unix, when "shell = False" (default), the args must be a list of
args. While on Windows, filling args with a list causes problems. As a
trade-off, set the this flag and using a string as the command, although
this might sacrifice some performance, but that's not the main concern
in this script.

Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
2008-06-28 10:14:02 +03:00
2007-08-22 14:29:19 +03:00
Description
git history statistics generator
1.3 MiB
Languages
Python 79.7%
JavaScript 15.8%
CSS 2.7%
Makefile 1.8%