Git Product home page Git Product logo

gentoo's Introduction

Gentoo Linux

A Meta-Distribution Known for Flexibility and Performance

Gentoo Linux is an open-source, Unix-like operating system that is both flexible and customizable. It stands out among Linux distributions due to its Portage package management system, which allows users to compile the source code locally according to their preferences, often resulting in optimized performance for specific types of computers.

Designed to be modular, portable, and easy to maintain, Gentoo caters to users who desire a system tailored precisely to their needs and hardware.

Named after the fast-swimming gentoo penguin, the distribution emphasizes the potential for speed improvements through machine-specific optimization.

Initially created by Daniel Robbins as Enoch Linux, Gentoo has evolved to support a wide variety of processor architectures and user environments, from desktops to servers.

Overview of the Copies of Upstream HEAD Branches

This branch syncs with the current upstream HEAD branch hourly, providing a fresh look at the entire commit history.

Initial commit 56bd759df1d0c750a065b8c845e93d5dfa6b549d Browse history since

This branch provides a copy of the original CVS repo officially converted to git by Gentoo Linux maintainers, before they fully switched to git.

Hash
Last commit 2ebda5cd08db6bdf193adaa6de33239a83a73af0 Browse history before
Initial commit 499e2f00b49f32976e1749afcd4140dd51831917 Browse history since

How to Use

Download a Full git Clone of This Repository

This is done using the --mirror option, which fetches a full 1:1 clone, not just a subset of git refs as usual. This is important to ensure that all branches and git replace refs are fully downloaded.

git clone --mirror --branch='head' 'https://github.com/historical-repositories/gentoo.git' 'gentoo-historical'
Cloning into bare repository 'gentoo-historical'...
remote: Enumerating objects: 12339178, done.
remote: Counting objects: 100% (27275/27275), done.
remote: Compressing objects: 100% (11504/11504), done.
remote: Total 12339178 (delta 16629), reused 23718 (delta 15723), pack-reused 12311903
Receiving objects: 100% (12339178/12339178), 2.72 GiB | 27.55 MiB/s, done.
Resolving deltas: 100% (9074172/9074172), done.

Unified View with the git Replace Feature

For more details on the unified view with git replace, please refer to the wiki.

Checkout Working Tree at Specific Commit

By Exporting an Archive of the Files

This saves you storage, since only the files are exported.

# go to the target directorygit --git-dir=../gentoo-historical/ archive 499e2f00b49f32976e1749afcd4140dd51831917 | tar -xls -l
-rw-r--r--  1 rindeal rindeal  138 Jul 28  2000 header.txtdu -hd0
8.0K    .

Using Local git clone

# go to the target directorygit clone --no-checkout ../gentoo-historical .499e2f00b49f32976e1749afcd4140dd51831917ls -l
-rw-r--r--  1 rindeal rindeal  138 Jul 28  2000 header.txtdu -hd0
3.2G    .

Footnotes:

The “Browse history since” links have to be regenerated for the latest commits to be browsable (not usually needed though).

branch=head; initial_commit=56bd759df1d0c750a065b8c845e93d5dfa6b549d ;
echo "../../commits/${branch}/?after=$(git rev-list -n1 ${branch})+$(( "$(git rev-list --count "${initial_commit}..${branch}")" - 1 ))"

gentoo's People

Contributors

rindeal avatar

Watchers

 avatar

gentoo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.