aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/branches_test.go
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2025-01-05 23:18:02 +0800
committerGitHub <noreply@github.com>2025-01-05 23:18:02 +0800
commite637008fe3908a0027606846eab367e697ccc71d (patch)
tree96960297d9c6288ea43354de4655bde0f3fbb201 /tests/integration/branches_test.go
parentfd281518aecb85be4984ad31a90698a2386d62a5 (diff)
downloadgitea-release/v1.23.tar.gz
gitea-release/v1.23.zip
Fix empty git repo handling logic and fix mobile view (#33101) (#33102)release/v1.23
Backport #33101 and UI fix from main (including #33108)
Diffstat (limited to 'tests/integration/branches_test.go')
0 files changed, 0 insertions, 0 deletions
d='n34' href='#n34'>34 35 36 37 38 39 40 41 42 43
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jgit.lfs"
      label="%featureName"
      version="7.1.0.qualifier"
      provider-name="%providerName">

   <description url="http://www.eclipse.org/jgit/">
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <url>
      <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
      <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
   </url>

   <requires>
      <import feature="org.eclipse.jgit" version="7.1.0" match="equivalent"/>
   </requires>

   <plugin
         id="org.eclipse.jgit.lfs"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.jgit.lfs.server"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>