diff options
author | James Moger <james.moger@gitblit.com> | 2012-08-01 21:21:32 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-08-01 21:21:32 -0400 |
commit | 0adceb4b64dfe0dd509da33c6d733a47fbf803a2 (patch) | |
tree | 202a95019b7f0d7c09b55d7d46f5cbb0dad118f0 /docs | |
parent | 65f55eee1c41a9cdfec96dc4310efcc6e57df97f (diff) | |
download | gitblit-0adceb4b64dfe0dd509da33c6d733a47fbf803a2.tar.gz gitblit-0adceb4b64dfe0dd509da33c6d733a47fbf803a2.zip |
Regex exclusions for repository search (issue 103)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_releases.mkd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 8a084355..e1972109 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -18,7 +18,10 @@ If you are updating from an 0.9.x release AND you have indexed branches with the #### changes
-- Added *git.searchRecursionDepth=-1* to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103)
+- Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103)
+ **New:** *git.searchRecursionDepth=-1*
+- Added setting to specify regex exclusions for repositories (issue 103)
+ **New:** *git.searchExclusions=*
- Blob page now supports displaying images (issue 6)
- Non-image binary files can now be downloaded using the RAW link
- Updated Polish translation
|