GitHub user jutzig opened a pull request:

    https://github.com/apache/maven-plugins/pull/7

    ChangeLog: allow encoding of file paths for gitblit

    This change allows to encode the file path portion of a url if the 
parameter `encodeFileUri` is set.
    E.g.
    http://example.org/repo.git/my/file.txt
    becomes
    http://example.org/repo.git/my%2Ffile.txt
    
    This is currently required to support [Gitblit](http://gitblit.com/) in the 
changelog plugin

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jutzig/maven-plugins topic/gitblit-support

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-plugins/pull/7.patch

----
commit 379769638d2d1897a753a1c5b9b2798f484d4de8
Author: Johannes Utzig <[email protected]>
Date:   2013-04-10T14:03:04Z

    allow encoding of file paths for gitblit

----


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to