Fix tree entry parsing #110

Merged
lunny merged 3 commits from unknown repository into master 2018-02-10 03:05:44 +00:00
Owner

Author: @ethantkoenig

Fixes the parsing of filenames with escaped characters, which did not previously handled escaped characters such as \n correctly. Also adds unit tests.

This PR also exposes the parsing functionality as public, so that it can be reused (see a89592d4ab/models/repo_indexer.go (L234))

Author: @ethantkoenig Fixes the parsing of filenames with escaped characters, which did not previously handled escaped characters such as `\n` correctly. Also adds unit tests. This PR also exposes the parsing functionality as public, so that it can be reused (see https://github.com/go-gitea/gitea/blob/a89592d4abfef01e68e3c53a3cdb3846b03abd2b/models/repo_indexer.go#L234)
Author
Owner

Author: @lafriks

Please update gitea dep

Author: @lafriks Please update gitea dep
This repo is archived. You cannot comment on pull requests.
No description provided.