mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
This is useful in contexts where the repository directory may be created and interacted with via git-http-backend or other methods of updating a repository.
6 lines
147 B
Bash
Executable File
6 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
|
|
source "$PLUGIN_AVAILABLE_PATH/git/internal-functions"
|
|
|
|
cmd-git-help "git:help"
|