Skip to content

Commit b083f5a

Browse files
committed
Documentation.
1 parent 78753bc commit b083f5a

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

distrib/federation.properties

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,26 @@ federation.name =
3737
# The shortest frequency allowed is every 5 minutes
3838
# Decimal frequency values are cast to integers
3939
# Frequency values may be specified in mins, hours, or days
40-
# Values that can not be parsed default to *federation.defaultFrequency*
40+
# Values that can not be parsed or are unspecified default to *federation.defaultFrequency*
4141
#
4242
# folder:
43-
# if blank, the folder is *git.repositoriesFolder*
43+
# if unspecified, the folder is *git.repositoriesFolder*
4444
# if specified, the folder is relative to *git.repositoriesFolder*
4545
#
46+
# bare:
47+
# if true, each repository will be created as a *bare* repository and will not
48+
# have a working directory.
49+
#
50+
# if false, each repository will be created as a normal repository suitable
51+
# for local work.
52+
#
53+
# mirror:
54+
# if true, each repository HEAD is reset to *origin/master* after each pull.
55+
# The repository will be flagged *isFrozen* after the initial clone.
56+
#
57+
# if false, each repository HEAD will point to the FETCH_HEAD of the initial
58+
# clone from the origin until pushed to or otherwise manipulated.
59+
#
4660
# mergeAccounts:
4761
# if true, remote accounts and their permissions are merged into your
4862
# users.properties file
@@ -52,7 +66,7 @@ federation.name =
5266
# notified by email of pull failures
5367
#
5468
# include and exclude:
55-
# space-separated list of repositories to include or exclude from pull
69+
# Space-delimited list of repositories to include or exclude from pull
5670
# may be * wildcard to include or exclude all
5771
# may use fuzzy match (e.g. org.eclipse.*)
5872

@@ -64,6 +78,6 @@ federation.name =
6478
#federation.example1.token = 6f3b8a24bf970f17289b234284c94f43eb42f0e4
6579
#federation.example1.frequency = 120 mins
6680
#federation.example1.folder =
67-
#federation.example1.bare = true
81+
#federation.example1.bare = true
6882
#federation.example1.mirror = true
6983
#federation.example1.mergeAccounts = true

distrib/gitblit.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@ federation.sets =
391391
# if unspecified, the folder is *git.repositoriesFolder*
392392
# if specified, the folder is relative to *git.repositoriesFolder*
393393
#
394+
# bare:
395+
# if true, each repository will be created as a *bare* repository and will not
396+
# have a working directory.
397+
#
398+
# if false, each repository will be created as a normal repository suitable
399+
# for local work.
400+
#
394401
# mirror:
395402
# if true, each repository HEAD is reset to *origin/master* after each pull.
396403
# The repository will be flagged *isFrozen* after the initial clone.

docs/04_releases.mkd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
### Older Releases
2424

25-
**0.5.2** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.war)) based on [JGit 1.0.0 (201106090707-r)][jgit]   *released 2006-06-28*
25+
**0.5.2** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.2.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.2.war)) based on [JGit 1.0.0 (201106090707-r)][jgit]   *released 2011-07-27*
2626

2727
- fixed: active repositories with a HEAD that pointed to an empty branch caused internal errors (issue 14)
2828
- fixed: bare-cloned repositories were listed as (empty) and were not clickable (issue 13)
@@ -36,13 +36,13 @@
3636
- updated: MarkdownPapers 1.1.0
3737
- updated: Jetty 7.4.3
3838

39-
**0.5.1** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.war)) based on [JGit 1.0.0 (201106090707-r)][jgit]   *released 2006-06-28*
39+
**0.5.1** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.war)) based on [JGit 1.0.0 (201106090707-r)][jgit]   *released 2011-06-28*
4040

4141
- clarified SSL certificate generation and configuration for both server-side and client-side
4242
- added some more troubleshooting information to documentation
4343
- replaced JavaService with Apache Commons Daemon
4444

45-
**0.5.0** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.0.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.0.war)) based on [JGit 1.0.0 (201106090707-r)][jgit]   *released 2006-06-26*
45+
**0.5.0** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.0.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.0.war)) based on [JGit 1.0.0 (201106090707-r)][jgit]   *released 2011-06-26*
4646

4747
- initial release
4848

0 commit comments

Comments
 (0)