Skip to content
@AOSC-Tracking

AOSC-Tracking

AOSC Code Tracking Project

Welcome!

Here you will find a collection of projects for which we maintain patches. These projects will be tracked here as repositories.

Finding and Generating Patches

We name AOSC tracking branches as follows.

For full AOSC patchsets:

aosc/${upstream-tag}

For feature-specific patchsets:

aosc/${upstream-tag}-${feature}

To generate patches, use git format-patch.

Managing Branches

If patch maintenance involves one or more feature branches, please make sure that patches were merged into the full branch (aosc/${upstream-tag}) by rebasing the full branch against feature branches. For instance:

git checkout aosc/${upstream-tag}
git rebase aosc/${upstream-tag}-${feature}

Popular repositories Loading

  1. linux linux Public

    Forked from torvalds/linux

    Linux kernel source tree

    C 4 1

  2. llvm-project llvm-project Public

    Forked from llvm/llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    1

  3. clash-verge-rev clash-verge-rev Public

    Forked from clash-verge-rev/clash-verge-rev

    Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)

    TypeScript 1

  4. ktorrent-trinity ktorrent-trinity Public

    C++ 1

  5. jdk8u jdk8u Public

    Forked from openjdk/jdk8u

    READ-ONLY mirror of https://hg.openjdk.java.net/jdk8u/monojdk8u/

    Java

  6. jdk17u jdk17u Public

    Forked from openjdk/jdk17u

    https://openjdk.java.net/projects/jdk-updates/

    Java

Repositories

Showing 10 of 140 repositories

Top languages

Loading…

Most used topics

Loading…