===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
git-flow-1.12.3/gitflow-common-312-		warn "Migrating old \"$GITFLOW_CONFIG\" to the \"--local\" repo config."
git-flow-1.12.3/gitflow-common:313:		_config_lines=`git config --list --file="$GITFLOW_CONFIG"`;
git-flow-1.12.3/gitflow-common-314-		for _config_line in ${_config_lines}; do
##############################################
git-flow-1.12.3/gitflow-common-751-	if [ -x "$scriptfile" ]; then
git-flow-1.12.3/gitflow-common:752:		return=`$scriptfile "$@"`
git-flow-1.12.3/gitflow-common-753-		if [ $? -eq 127 ]; then
##############################################
git-flow-1.12.3/gitflow-shFlags-151-	# TODO(kward): look into '-T' option to test the internal getopt() version
git-flow-1.12.3/gitflow-shFlags:152:	if [ "`${FLAGS_GETOPT_CMD} --version`" = '-- ' ]; then
git-flow-1.12.3/gitflow-shFlags-153-	  __FLAGS_GETOPT_VERS=${__FLAGS_GETOPT_VERS_STD}
##############################################
git-flow-1.12.3/gitflow-shFlags-184-# set the constants readonly
git-flow-1.12.3/gitflow-shFlags:185:__flags_constants=`set |awk -F= '/^FLAGS_/ || /^__FLAGS_/ {print $1}'`
git-flow-1.12.3/gitflow-shFlags-186-for __flags_const in ${__flags_constants}; do
##############################################
git-flow-1.12.3/gitflow-shFlags-261-  _flags_return_=${FLAGS_TRUE}
git-flow-1.12.3/gitflow-shFlags:262:  _flags_usName_=`_flags_removeExclamationName ${_flags_name_}`
git-flow-1.12.3/gitflow-shFlags:263:  _flags_usName_=`_flags_underscoreName ${_flags_usName_}`
git-flow-1.12.3/gitflow-shFlags-264-
##############################################
git-flow-1.12.3/gitflow-shFlags-358-	__flags_shortNames="${__flags_shortNames}${_flags_short_} "
git-flow-1.12.3/gitflow-shFlags:359:	__flags_longNames="${__flags_longNames}`_flags_removeExclamationName ${_flags_name_}` "
git-flow-1.12.3/gitflow-shFlags-360-	if [ ${_flags_type_} -eq ${__FLAGS_TYPE_BOOLEAN} \
##############################################
git-flow-1.12.3/gitflow-shFlags-376-	  if [ ${_flags_isNegate_} -eq ${FLAGS_FALSE} ]; then
git-flow-1.12.3/gitflow-shFlags:377:		__flags_nonegateNames="${__flags_nonegateNames}`_flags_removeExclamationName ${_flags_name_}` "
git-flow-1.12.3/gitflow-shFlags-378-	  fi
##############################################
git-flow-1.12.3/gitflow-shFlags-456-  for _flags_name_ in ${__flags_longNames}; do
git-flow-1.12.3/gitflow-shFlags:457:	_flags_usName_=`_flags_removeExclamationName ${_flags_name_}`
git-flow-1.12.3/gitflow-shFlags:458:	_flags_usName_=`_flags_underscoreName ${_flags_usName_}`
git-flow-1.12.3/gitflow-shFlags:459:	_flags_type_=`_flags_getFlagInfo ${_flags_usName_} ${__FLAGS_INFO_TYPE}`
git-flow-1.12.3/gitflow-shFlags-460-	[ $? -eq ${FLAGS_TRUE} ] || _flags_fatal 'call to _flags_type_ failed'
##############################################
git-flow-1.12.3/gitflow-shFlags-473-	  ${__FLAGS_OPTSTR_LONG})
git-flow-1.12.3/gitflow-shFlags:474:		_flags_opts_="${_flags_opts_:+${_flags_opts_},}`_flags_removeExclamationName ${_flags_name_}`"
git-flow-1.12.3/gitflow-shFlags-475-		# getopt needs a trailing ':' to indicate a required argument
##############################################
git-flow-1.12.3/gitflow-shFlags-666-	  else
git-flow-1.12.3/gitflow-shFlags:667:		_flags_int_=`${FLAGS_EXPR_CMD} -- "${_flags_int_}" : '-\([0-9][0-9]*\)'`
git-flow-1.12.3/gitflow-shFlags-668-	  fi
##############################################
git-flow-1.12.3/gitflow-shFlags-692-  flags_return=${FLAGS_TRUE}
git-flow-1.12.3/gitflow-shFlags:693:  _flags_shortOpts_=`_flags_genOptStr ${__FLAGS_OPTSTR_SHORT}`
git-flow-1.12.3/gitflow-shFlags-694-
##############################################
git-flow-1.12.3/gitflow-shFlags-697-	# note: the silliness with the x's is purely for ksh93 on Ubuntu 6.06
git-flow-1.12.3/gitflow-shFlags:698:	_flags_match_=`echo "x${_flags_opt_}x" |sed 's/ //g'`
git-flow-1.12.3/gitflow-shFlags-699-	if [ "${_flags_match_}" != "x${_flags_opt_}x" ]; then
##############################################
git-flow-1.12.3/gitflow-shFlags-706-  if [ ${flags_return} -eq ${FLAGS_TRUE} ]; then
git-flow-1.12.3/gitflow-shFlags:707:	__flags_opts=`getopt ${_flags_shortOpts_} $@ 2>&1`
git-flow-1.12.3/gitflow-shFlags-708-	_flags_rtrn_=$?
##############################################
git-flow-1.12.3/gitflow-shFlags-731-  flags_return=${FLAGS_TRUE}
git-flow-1.12.3/gitflow-shFlags:732:  _flags_shortOpts_=`_flags_genOptStr ${__FLAGS_OPTSTR_SHORT}`
git-flow-1.12.3/gitflow-shFlags-733-  _flags_boolOpts_=`echo "${__flags_boolNames}" \
git-flow-1.12.3/gitflow-shFlags-734-	  |sed 's/^ *//;s/ *$//;s/ /,/g'`
git-flow-1.12.3/gitflow-shFlags:735:  _flags_longOpts_=`_flags_genOptStr ${__FLAGS_OPTSTR_LONG}`
git-flow-1.12.3/gitflow-shFlags-736-
##############################################
git-flow-1.12.3/gitflow-shFlags-781-  # for backwards compatibility reasons.
git-flow-1.12.3/gitflow-shFlags:782:  FLAGS_ARGC=`_flags_math "$# - 1 - ${_flags_argc_}"`
git-flow-1.12.3/gitflow-shFlags-783-
##############################################
git-flow-1.12.3/gitflow-shFlags-798-		else
git-flow-1.12.3/gitflow-shFlags:799:		  _flags_opt_=`${FLAGS_EXPR_CMD} -- "${_flags_opt_}" : '--\(.*\)'`
git-flow-1.12.3/gitflow-shFlags-800-		fi
##############################################
git-flow-1.12.3/gitflow-shFlags-809-			else
git-flow-1.12.3/gitflow-shFlags:810:			  _flags_name_=`${FLAGS_EXPR_CMD} -- "${_flags_opt_}" : 'no\(.*\)'`
git-flow-1.12.3/gitflow-shFlags-811-			fi
##############################################
git-flow-1.12.3/gitflow-shFlags-821-		else
git-flow-1.12.3/gitflow-shFlags:822:		  _flags_opt_=`${FLAGS_EXPR_CMD} -- "${_flags_opt_}" : '-\(.*\)'`
git-flow-1.12.3/gitflow-shFlags-823-		fi
##############################################
git-flow-1.12.3/gitflow-shFlags-844-	# set new flag value
git-flow-1.12.3/gitflow-shFlags:845:	_flags_usName_=`_flags_removeExclamationName ${_flags_name_}`
git-flow-1.12.3/gitflow-shFlags:846:	_flags_usName_=`_flags_underscoreName ${_flags_usName_}`
git-flow-1.12.3/gitflow-shFlags-847-	[ ${_flags_type_} -eq ${__FLAGS_TYPE_NONE} ] && \
##############################################
git-flow-1.12.3/gitflow-shFlags-966-  else
git-flow-1.12.3/gitflow-shFlags:967:	flags_output=`${FLAGS_EXPR_CMD} -- "${_flags_str_}" : '.*'`
git-flow-1.12.3/gitflow-shFlags-968-  fi
##############################################
git-flow-1.12.3/gitflow-shFlags-1073-  _flags_debug "getopt return: ${_flags_getoptReturn}"
git-flow-1.12.3/gitflow-shFlags:1074:  _flags_debug "getopt --version: `${FLAGS_GETOPT_CMD} --version 2>&1`"
git-flow-1.12.3/gitflow-shFlags-1075-
##############################################
git-flow-1.12.3/gitflow-shFlags-1123-	  flags_boolStr_=''
git-flow-1.12.3/gitflow-shFlags:1124:	  flags_usName_=`_flags_underscoreName ${flags_name_}`
git-flow-1.12.3/gitflow-shFlags-1125-
##############################################
git-flow-1.12.3/gitflow-shFlags-1209-  for flags_name_ in ${__flags_longNames}; do
git-flow-1.12.3/gitflow-shFlags:1210:	flags_usName_=`_flags_removeExclamationName ${flags_name_}`
git-flow-1.12.3/gitflow-shFlags:1211:	flags_usName_=`_flags_underscoreName ${flags_usName_}`
git-flow-1.12.3/gitflow-shFlags-1212-	flags_strToEval_="unset FLAGS_${flags_usName_}"
##############################################
git-flow-1.12.3/completion/README.markdown-35- 2. If you are using Git < 1.7.1, you will need to edit git completion (usually `/etc/bash_completion.d/git` or
git-flow-1.12.3/completion/README.markdown:36:    `git-completion.sh`) and add the following line to the `$command` case in `_git`:
git-flow-1.12.3/completion/README.markdown-37-