8000 Comparing patrikf:master...Upliner:master · patrikf/glip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: patrikf/glip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Upliner/glip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 26, 2009

  1. Configuration menu
    Copy the full SHA
    fad4037 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2009

  1. added reference cache

    add GitRevCache class for caching git refs
    Upliner committed Dec 27, 2009
    Configuration menu
    Copy the full SHA
    af9b09f View commit details
    Browse the repository at this point in the history
  2. small fixes

    Upliner committed Dec 27, 2009
    Configuration menu
    Copy the full SHA
    4013d0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a7ebb View commit details
    Browse the repository at this point in the history
  4. fix typo

    Upliner committed Dec 27, 2009
    Configuration menu
    Copy the full SHA
    070774a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2010

  1. implement new diffTree function

    new GitTree::diffTree function provides enough information for
    full-fledged difftree.
    However, It doesn't detect file renames yet.
    Upliner committed Jan 1, 2010
    Configuration menu
    Copy the full SHA
    8f83f7a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2010

  1. Configuration menu
    Copy the full SHA
    b9cb406 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2010

  1. add GitTag class

    Upliner committed Jan 17, 2010
    Configuration menu
    Copy the full SHA
    905255e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2010

  1. bugfixes

    Upliner committed Jan 19, 2010
    Configuration menu
    Copy the full SHA
    a115048 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2010

  1. add GitIndexPack class

    GitIndexPack class allows to index incoming packs and
    place them into repository. Simplest usage:
    
    $git = new Git($repopath);
    $indexer = new GitIndexPack($git);
    $indexer->indexPack($packfile);
    
    This will place both pack-*.pack and pack-*.idx into
    $repopath/objects/pack.
    Upliner committed Jan 20, 2010
    Configuration menu
    Copy the full SHA
    28d28d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2010

  1. Configuration menu
    Copy the full SHA
    56df9b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2010

  1. implement indexing of thin packs

    See --fix-thin option in git-index-pack for details.
    It turned out that git-push sends thin packs even if --no-thin option
    specified, so I've needed to implement support of thin packs sooner than
    I expected.
    Upliner committed Jan 29, 2010
    Configuration menu
    Copy the full SHA
    5a0aa11 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2010

  1. Configuration menu
    Copy the full SHA
    486ea70 View commit details
    Browse the repository at this point in the history
Loading
0