]> source.dussan.org Git - gitblit.git/commitdiff
Documentation
authorJames Moger <james.moger@gitblit.com>
Sat, 8 Mar 2014 17:15:19 +0000 (12:15 -0500)
committerJames Moger <james.moger@gitblit.com>
Sat, 8 Mar 2014 17:15:19 +0000 (12:15 -0500)
src/main/java/com/gitblit/tickets/BranchTicketService.java
src/site/administration.mkd

index 0f71d864a882aac4cd2674df93fcec16c46725b6..f23a3259cc4b5721d0ec4d8b19547aaaeff79c4d 100644 (file)
@@ -189,7 +189,7 @@ public class BranchTicketService extends ITicketService implements RefsChangedLi
        }
 
        /**
-        * Returns a RefModel for the refs/gitblit/tickets branch in the repository.
+        * Returns a RefModel for the refs/meta/gitblit/tickets branch in the repository.
         * If the branch can not be found, null is returned.
         *
         * @return a refmodel for the gitblit tickets branch or null
@@ -227,7 +227,7 @@ public class BranchTicketService extends ITicketService implements RefsChangedLi
        }
 
        /**
-        * Creates the refs/gitblit/tickets branch.
+        * Creates the refs/meta/gitblit/tickets branch.
         * @param db
         */
        private void createTicketsBranch(Repository db) {
@@ -240,7 +240,7 @@ public class BranchTicketService extends ITicketService implements RefsChangedLi
         * folder with the remaining characters as a subfolder within that folder.
         *
         * @param ticketId
-        * @return the root path of the ticket content on the refs/gitblit/tickets branch
+        * @return the root path of the ticket content on the refs/meta/gitblit/tickets branch
         */
        private String toTicketPath(long ticketId) {
                StringBuilder sb = new StringBuilder();
index 1a5aca1a91e9f9da19e9a657adcb355ec8770b5e..6fc334e417d5a3ef9a7eb14f51b33d133a5eec5a 100644 (file)
@@ -119,7 +119,7 @@ You can not use fast-forward merges on your client when using committer verifica
 \r
 #### Reflog\r
 \r
-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.\r
+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.\r
 \r
 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.\r
 \r