Package git-subtree: Information

    Source package: git-subtree
    Version: 0.4-alt1
    Build time:  Apr 16, 2011, 01:06 AM
    Report package bug
    License: GPLv2+
    Summary: Merge git subtrees together and split repository into subtrees
    Description: 
    Subtrees allow subprojects to be included within a subdirectory
    of the main project, optionally including the subproject's
    entire history.
    
    For example, you could include the source code for a library
    as a subdirectory of your application.
    
    Subtrees are not to be confused with submodules, which are meant for
    the same task. Unlike submodules, subtrees do not need any special
    constructions (like .gitmodule files or gitlinks) be present in
    your repository, and do not force end-users of your
    repository to do anything special or to understand how subtrees
    work. A subtree is just a subdirectory that can be
    committed to, branched, and merged along with your project in
    any way you want.
    
    They are also not to be confused with using the subtree merge
    strategy. The main difference is that, besides merging
    the other project as a subdirectory, you can also extract the
    entire history of a subdirectory from your project and make it
    into a standalone project. Unlike the subtree merge strategy
    you can alternate back and forth between these
    two operations. If the standalone library gets updated, you can
    automatically merge the changes into your project; if you
    update the library inside your project, you can "split" the
    changes back out again and merge them back into the library
    project.

    List of rpms provided by this srpm:
    git-subtree (noarch)

    Maintainer: Mykola Grechukh

    List of contributors:
    Mykola Grechukh

    ACL:
    Mykola Grechukh
    @everybody

      1. asciidoc
      2. git-core
      3. rpm-build-licenses
      4. python-modules-encodings
      5. time
      6. xmlto

    Last changed


    April 15, 2011 Mykola Grechukh 0.4-alt1
    - initial build for ALT Linux