summaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-03-08 12:15:19 -0500
committerJames Moger <james.moger@gitblit.com>2014-03-08 12:15:19 -0500
commitda97a6a8921da24e8d222ba3eea57f9d0f2f8f44 (patch)
tree96e5935da64cb5d74f6186d34245476d7840e63d /src/site
parentb919a7f3f5b8415df7d237b1644193430a64f299 (diff)
downloadgitblit-da97a6a8921da24e8d222ba3eea57f9d0f2f8f44.tar.gz
gitblit-da97a6a8921da24e8d222ba3eea57f9d0f2f8f44.zip
Documentation
Diffstat (limited to 'src/site')
-rw-r--r--src/site/administration.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/administration.mkd b/src/site/administration.mkd
index 1a5aca1a..6fc334e4 100644
--- a/src/site/administration.mkd
+++ b/src/site/administration.mkd
@@ -119,7 +119,7 @@ You can not use fast-forward merges on your client when using committer verifica
#### Reflog
-Gitblit v1.2.1 introduced an incomplete reflog mechanism which was completed in 1.3.0. All pushes to Gitblit are automatically logged on an orphan branch, refs/gitblit/reflog. If this ref exists, the reflog page link will be displayed on the repository pages.
+Gitblit v1.2.1 introduced an incomplete reflog mechanism which was completed in 1.3.0. All pushes to Gitblit are automatically logged on an orphan branch, `refs/meta/gitblit/reflog`. If this ref exists, the reflog page link will be displayed on the repository pages.
This reflog is similar to, but not the same as, the normal Git reflog. The Gitblit reflog links Gitblit accounts to ref changes and because it is stored on an orphan branch, the reflog is portable by the federation mechanism or by a normal <code>git clone --mirror</code> command.