The GitRepositoryResolver makes use of Spring's resource resolving mechanism to serve the files of a mirrored git repository via HTTP.
By default, the Spring mechanism caches these files for some time, which can be a problem when a lot of requests to the git repository are made.
Turn off this caching.