diff options
Diffstat (limited to 'Documentation/git.adoc')
| -rw-r--r-- | Documentation/git.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git.adoc b/Documentation/git.adoc index ce099e78b8..66442735ea 100644 --- a/Documentation/git.adoc +++ b/Documentation/git.adoc @@ -584,6 +584,11 @@ double-quotes and respecting backslash escapes. E.g., the value repositories will be set to this value. The default is "files". See `--ref-format` in linkgit:git-init[1]. +`GIT_REFERENCE_BACKEND`:: + Specify which reference backend to be used along with its URI. + See `extensions.refStorage` option in linkgit:git-config[1] for more + details. Overrides the config variable when used. + Git Commits ~~~~~~~~~~~ `GIT_AUTHOR_NAME`:: |
