gitcheck icon indicating copy to clipboard operation
gitcheck copied to clipboard

Check multiple git repository in one pass / Vérifiez vos dépôt git en une seule passe

Results 21 gitcheck issues
Sort by recently updated
recently updated
newest added

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 1.0.1 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @​EliahKagan...

dependencies

I added an option for -c to show the commit hash for simpler comparison

For more details see: https://github.blog/2021-09-01-improving-git-protocol-security-github/

Hi! As a somewhat heavy user of `gitcheck` I regularly found that the "first check of the day" took rather long. Turns out that the `maxdepth` parameter was not applied...

This addresses #35. I've added optional output for stashed changes using `-s` or `--stash`. This includes both standard output and somewhat rough verbose output. I tried to correctly add changes...

It would be great if gitcheck could also look and display stashed changes in repositories.

We're not resetting the terminal colors after printing the output, so all the "original" colors of the terminal is messed after running gitcheck. Printing the reset escape sequence after printing...

- `colored` was not specified as generic requirement (issue #33)

In order to show changes on the remote, we have to pass the -r option. Is this expected behavior? Or should it be querying remote automatically?

Hi @badele! I'm making this PR not be accepted at all, but to explore the direction that we're going to. I mean, I tried to implement the hook system very...