gitlogg icon indicating copy to clipboard operation
gitlogg copied to clipboard

💾 🧮 🤯 Parse the 'git log' of multiple repos to 'JSON'

Results 7 gitlogg issues
Sort by recently updated
recently updated
newest added

Changes: - Update to Babel 7 - Bump Required Node Version: 16.0.0 - Change usage pattern slightly - `npm start ` - `npm start ~/repository` - `npm run gitlogg ~/projects`...

Feature request: Allow universal run path for primary script With a default install, `gitlogg` expects to be running in the root directory of the project, with a relative path above...

Refactor cleanup steps between git log output and json parser This specifically resolved an issue with processing git commits that had been reverted and lacked any short stats in output....

Even though the `cli` script manages to loop through the folders passed as an `-d` argument, the output being streamed into each repo belongs to the `gitlogg` repository. In other...

bug
on javascript branch

As it is now, the script that parses JSON does not throw any error if directories passed as git repositories aren't git repositories. That results in an unusable JSON file.

bug
on javascript branch

It would be great if we could install gitlogg via npm. ``` $ npm install -g gitlogg $ gitlogg ./myrepos/*/ ``` So a wrote a PR for that. You can...

add flags to export date range as year quarters, exacts dates and outside repo dir