You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the directories added to github should contain normal git repositories. If the formatof the repositories is different you have two ways to specify it.
122
+
By default the directories added to gitbase should contain git repositories and it detects if they are standard or bare format. Each directory added can only contain one type of repository. If you want to specify the format you have two ways to do it:
123
123
124
124
If all the directories are in the same format you can set it globally with these parameters:
125
125
126
126
*`--format`: it can be either `git` for filesystem repositories or `siva` for siva archives
127
127
*`--bare`: specifies that git archives are bare, can only be used with `git` format
128
+
*`--non-bare`: specifies that git archives are standard, can only be used with `git` format
128
129
*`--bucket`: sets the number of characters to use for bucketing, used with `siva` libraries
129
130
*`--non-rooted`: disables rooted repositories management in `siva` libraries
130
131
131
132
If you are mixing formats you can specify each directory as a `file://` URL with these parameters:
132
133
133
134
*`format`: can be `git` or `siva`
134
-
*`bare`: `true`or `false`
135
+
*`bare`: `true`, `false`or `auto`
135
136
*`bucket`: the characters to use for directory bucketing
0 commit comments