diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2016-12-16 13:36:43 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2016-12-18 17:13:31 +0100 |
commit | 472b74324eb40fda5892fa4dfe3a35cd87e75a2a (patch) | |
tree | 5dad14b5ab72b3f84a33d32b2fc17eb422ed1b67 /src/main | |
parent | d6ddafdb24ea55e59ac718b92f4b74e3b825ca63 (diff) | |
download | gitblit-472b74324eb40fda5892fa4dfe3a35cd87e75a2a.tar.gz gitblit-472b74324eb40fda5892fa4dfe3a35cd87e75a2a.zip |
Fix typo in defaults.properties.
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/distrib/data/defaults.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties index 4b12ba24..9bb02482 100644 --- a/src/main/distrib/data/defaults.properties +++ b/src/main/distrib/data/defaults.properties @@ -301,7 +301,7 @@ git.defaultIncrementalPushTagPrefix = r # the repository should be created with 'git init --shared' to make sure that # it can be accessed e.g. via ssh (user git) and http (user www-data). # -# Valid values are the values available for the '--shared' option. The the manual +# Valid values are the values available for the '--shared' option. See the manual # page for 'git init' for more information on shared repositories. # # SINCE 1.4.0 |