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 5 2

  2. jdk17u jdk17u Public archive

    Forked from openjdk/jdk17u

    https://openjdk.org/projects/jdk-updates

    Java 1

  3. 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

  4. 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

  5. ktorrent-trinity ktorrent-trinity Public

    C++ 1

  6. unarj unarj Public

    Tracking repository for unarj (tarball imports)

    C 1

Repositories

Showing 10 of 207 repositories

Top languages

Loading…

Most used topics

Loading…