=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== git-publish-1.6.0/README.md-21- git-publish-1.6.0/README.md:22:You can also run git-publish from the source tree (useful for development). Assuming `~/bin` is on `$PATH`: git-publish-1.6.0/README.md-23- ############################################## git-publish-1.6.0/README.md-36- git-publish-1.6.0/README.md:37:```$ git publish --to patches@example.org --cc maintainer@example.org``` git-publish-1.6.0/README.md-38- ############################################## git-publish-1.6.0/README.md-42- git-publish-1.6.0/README.md:43:```$ git publish # to send v2, v3, etc``` git-publish-1.6.0/README.md-44- ############################################## git-publish-1.6.0/testing/README.md-24- git-publish-1.6.0/testing/README.md:25:* `$GIT_PUBLISH`: path to `git-publish` script being tested git-publish-1.6.0/testing/README.md:26:* `$TEST_DIR`: path to temporary test log directory. Test cases git-publish-1.6.0/testing/README.md-27- are allowed (and encouraged) to create debug and log files git-publish-1.6.0/testing/README.md-28- inside this directory. git-publish-1.6.0/testing/README.md:29:* `$FAKE_GIT_COMMAND_LOG`: command log generated by `fake_git` git-publish-1.6.0/testing/README.md-30- ############################################## git-publish-1.6.0/testing/README.md-32- git-publish-1.6.0/testing/README.md:33:When running test cases, a fake `git` binary will be in `$PATH`, git-publish-1.6.0/testing/README.md-34-which will only accept a subset of non-destructive git commands. ############################################## git-publish-1.6.0/testing/README.md-43- git-publish-1.6.0/testing/README.md:44:`$PATH` will contain the `git-publish` script being tested, so git-publish-1.6.0/testing/README.md-45-you can just run `git-publish` directly. e.g.: