Skip to content

Options

VariableAdded inTypeDefaultUse
GIT_ACTIVITY_CSV_PATH1.0.0StringIf XDG_CONFIG_HOME is set, $XDG_CONFIG_HOME/git-activity/git-activity.csv
Otherwise, $HOME/.config/git-activity/git-activity.csv
Path to the log file

To customize a configuration variable, export it from your shell configuration file. For example

shell
# .zshrc
export GIT_ACTIVITY_CSV_PATH="$HOME/git-activity.csv"