Files
SCM-Manager/scm-plugins/scm-git-plugin
Konstantin Schaper 96ce4cb8e6 Git diff request correctly throws NotFoundException if target revision is non-existent (#2141)
Sometimes it happens that a git diff command request is performed with a non-existent target branch. This is usually fine but the underlying system might have already garbage-collected the revisions associated with that branch. In this case, the revision for that deleted branch might turn up null which currently causes a 500 error. We catch this specific corner-case and throw the correct NotFoundException instead.
2022-10-24 19:49:28 +02:00
..
2022-10-18 16:47:29 +02:00
2022-10-18 16:47:29 +02:00
2019-10-21 14:10:48 +02:00