def git_log()
in
scripts/changelog.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def git_log(args): return git_exec(["log"] + args)