===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
git-extras-6.1.0/Commands.md-916-
git-extras-6.1.0/Commands.md:917:Opens the file in `$EDITOR` when set.
git-extras-6.1.0/Commands.md-918-
##############################################
git-extras-6.1.0/History.md-621-  * Touch multiple files supplied
git-extras-6.1.0/History.md:622:  * Use `$@` instead of `$*` re #467
git-extras-6.1.0/History.md-623-  * Update AUTHORS.
##############################################
git-extras-6.1.0/Installation.md-167-
git-extras-6.1.0/Installation.md:168:`$ZPFX` is `~/.zplugin/polaris` by default. Use `zplugin update tj/git-extras` to update.
git-extras-6.1.0/Installation.md:169:This method installs in `$HOME`, so you don't need to ask administrator to install package.
git-extras-6.1.0/Installation.md-170-
##############################################
git-extras-6.1.0/bin/git-archive-file-36-# also display size of the resulting file
git-extras-6.1.0/bin/git-archive-file:37:echo Saved to \"$FILENAME\" \(`du -h $OUTPUT | cut -f1`\)
##############################################
git-extras-6.1.0/bin/git-effort-86-    test "$to_tty" = true && reset_color="$(tputq sgr0)"
git-extras-6.1.0/bin/git-effort:87:    commit_dates=`dates "$path"`
git-extras-6.1.0/bin/git-effort-88-    [ $? -gt 0 ] && exit 255
##############################################
git-extras-6.1.0/bin/git-effort-90-    # Ensure it's not just an empty line
git-extras-6.1.0/bin/git-effort:91:    if [ -z "`head -c 1 <<<$(echo $commit_dates)`" ]
git-extras-6.1.0/bin/git-effort-92-    then
##############################################
git-extras-6.1.0/bin/git-effort-95-
git-extras-6.1.0/bin/git-effort:96:    commits=`wc -l <<<"$(echo "$commit_dates")"`
git-extras-6.1.0/bin/git-effort-97-    color='90'
##############################################
git-extras-6.1.0/bin/git-effort-114-    # active days
git-extras-6.1.0/bin/git-effort:115:    active=`active_days "$commit_dates"`
git-extras-6.1.0/bin/git-effort-116-    color_for $(( $active - $above ))
##############################################
git-extras-6.1.0/bin/git-force-clone-78-      if [ -z "${branch:-}" ]; then
git-extras-6.1.0/bin/git-force-clone:79:        branch=`LC_ALL=C git remote show origin | grep -oP '(?<=HEAD branch: )[^ ]+$'`
git-extras-6.1.0/bin/git-force-clone-80-        git remote set-head origin ${branch}
##############################################
git-extras-6.1.0/bin/git-psykorebase-82-    else
git-extras-6.1.0/bin/git-psykorebase:83:        echo "Resolve the conflict and run ``${PROGRAM} --continue``."
git-extras-6.1.0/bin/git-psykorebase-84-        exit 1
##############################################
git-extras-6.1.0/check_integrity.sh-60-
git-extras-6.1.0/check_integrity.sh:61:    grep "\- \[\`git $1\`\](#git-$1)" Commands.md >/dev/null \
git-extras-6.1.0/check_integrity.sh-62-        || err "Add git-$1 in the list of commands in Commands.md"
##############################################
git-extras-6.1.0/man/git-changelog.md-16-
git-extras-6.1.0/man/git-changelog.md:17:  * `git config changelog.format $format` controls the format of each commit. It will be passed as `git log --pretty=format:$format`. The default value is `  * %s`.
git-extras-6.1.0/man/git-changelog.md-18-
git-extras-6.1.0/man/git-changelog.md:19:  * `git config changelog.mergeformat $format` is like changelog.format but only used when `--merges-only` is specified. The default value is  `* %s%n%w(64,4,4)%b`.
git-extras-6.1.0/man/git-changelog.md-20-
##############################################
git-extras-6.1.0/man/git-extras.md-23-
git-extras-6.1.0/man/git-extras.md:24:  `git config --add git-extras.default-branch $BRANCH`
git-extras-6.1.0/man/git-extras.md-25-
git-extras-6.1.0/man/git-extras.md:26:  Change the default branch to `$BRANCH` (defaut to `master`).
git-extras-6.1.0/man/git-extras.md-27-
##############################################
git-extras-6.1.0/man/git-standup.md-18-The author of commits. Use "all" means specifying "all authors".
git-extras-6.1.0/man/git-standup.md:19:Defaults to `$(git config user.name)`.
git-extras-6.1.0/man/git-standup.md-20-