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

Hey ;D I'm a "heavy" user of gitcheck... and I love it ;D I work on multiple computers everyday - my laptop, my desktop, the company desktop, and every once...

The README [reads](https://github.com/badele/gitcheck/blob/48a7a2323c48bdbc00f35eafae9c14af83792fce/README.rst#installation) `pip install git+git://github.com/badele/gitcheck.git`. A [PyPI entry for `gticheck`](https://pypi.org/project/gitcheck/) exists, but without distribution files. As a result, an ordinary attempt to install with `pip == 9.0.1` produces the...

`gitcheck` on the command line leaves pink as the terminal's text color. This is with `gitcheck == 0.3.22` within `GNU bash, version 4.4.11(1)-release (x86_64-pc-linux-gnu)` on a `Debian 4.9.18-1 (2017-03-30) x86_64...

Just for your information, maybe it is the way it should be. For example: ```bash # Python 3.5 virtualenv gitcheck . gitcheck/bin/activate pip install git+git://github.com/badele/gitcheck.git gitcheck .... ImportError: No module...

The color theme appears to be loaded from the python file [`~/mygitcheck.py`](https://github.com/badele/gitcheck/blob/48a7a2323c48bdbc00f35eafae9c14af83792fce/gitcheck/gitcheck.py#L32). This means execution of arbitrary code from outside `site-packages` (which could be a root installation). It seems to...

``` $ ./gitcheck.py -h | grep -- -q -q, --quiet Display info only when repository needs action $ ./gitcheck.py -q option -q requires argument ``` In https://github.com/badele/gitcheck/blob/master/gitcheck/gitcheck.py#L472, `q:` should probably...

As e is use as a sys.argv, I renamed getopt.GetoptError as e -> error for clarity Signed-off-by: Christian Tremblay [email protected]

HI :) There are any chance to customize the output colors? In my terminal I must hack the gitcheck.py to change the colors because they don't fit quite well in...

enhancement

I just updated a readme for a repo and then ran `gitcheck` and the log didn't tell me if the project needed to be pulled or not. Is there any...

gitExec function doesn't work anymore with folder having unicode caracters in them There's also a few lines missing specific unicode encoding/deconding to 'utf-8' (like the os.walk function to browse directories)...