Liking cljdoc? Tell your friends :D

code-maat.parsers.git


as-common-time-formatclj

source

git-grammarclj

Here's the instaparse grammar for a git entry. Note that we parse the entries one by one (Instaparse memory optimization).

In the current version we only extract basic info on authors and file modification patterns. To calculate churn, we parse the lines added/deleted too. That info is added b the numstat argument.

Here's the instaparse grammar for a git entry.
Note that we parse the entries one by one (Instaparse memory optimization).

In the current version we only extract basic info on
authors and file modification patterns.
To calculate churn, we parse the lines added/deleted too.
That info is added b the numstat argument.
sourceraw docstring

parse-logclj

(parse-log input-file-name options)

Transforms the given input git log into an Incanter dataset suitable for the analysis modules.

Transforms the given input git log into an
Incanter dataset suitable for the analysis modules.
sourceraw docstring

parse-read-logclj

(parse-read-log input-text options)
source

positional-extractorsclj

Specify a set of functions to extract the parsed values.

Specify a set of functions to extract the parsed values.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close