=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== legit-1.2.0.post0/PKG-INFO-120- legit-1.2.0.post0/PKG-INFO:121: - All remote operations are carried out by the remote identified in ``$ git config legit.remote remotename`` legit-1.2.0.post0/PKG-INFO-122- - If a ``stash pop`` merge fails, Legit stops. I'd like to add checking for a failed merge, and undo the command with friendly error reporting. ############################################## legit-1.2.0.post0/legit.egg-info/PKG-INFO-120- legit-1.2.0.post0/legit.egg-info/PKG-INFO:121: - All remote operations are carried out by the remote identified in ``$ git config legit.remote remotename`` legit-1.2.0.post0/legit.egg-info/PKG-INFO-122- - If a ``stash pop`` merge fails, Legit stops. I'd like to add checking for a failed merge, and undo the command with friendly error reporting. ############################################## legit-1.2.0.post0/extra/bash-completion/legit-23- unp|unpublish|rs) legit-1.2.0.post0/extra/bash-completion/legit:24: local running=$(for x in `git ls-remote 2>/dev/null | grep refs/heads | awk '{ print $2 }' | sed -e 's/refs\/heads\///g'`; do echo ${x} ; done ) legit-1.2.0.post0/extra/bash-completion/legit-25- COMPREPLY=( $(compgen -W "${running}" -- ${cur}) ) ############################################## legit-1.2.0.post0/extra/bash-completion/legit-44- local cur="${COMP_WORDS[COMP_CWORD]}" legit-1.2.0.post0/extra/bash-completion/legit:45: local running=$(for x in `git ls-remote 2>/dev/null | grep refs/heads | awk '{ print $2 }' | sed -e 's/refs\/heads\///g'`; do echo ${x} ; done ) legit-1.2.0.post0/extra/bash-completion/legit-46- COMPREPLY=( $(compgen -W "${running}" -- ${cur}) ) ############################################## legit-1.2.0.post0/README.rst-112- legit-1.2.0.post0/README.rst:113:- All remote operations are carried out by the remote identified in ``$ git config legit.remote remotename`` legit-1.2.0.post0/README.rst-114-- If a ``stash pop`` merge fails, Legit stops. I'd like to add checking for a failed merge, and undo the command with friendly error reporting.