-
Notifications
You must be signed in to change notification settings - Fork 113
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Upliner/glip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 6 files changed
- 1 contributor
Commits on Dec 26, 2009
-
Configuration menu - View commit details
-
Copy full SHA for fad4037 - Browse repository at this point
Copy the full SHA fad4037View commit details
Commits on Dec 27, 2009
-
Configuration menu - View commit details
-
Copy full SHA for af9b09f - Browse repository at this point
Copy the full SHA af9b09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4013d0c - Browse repository at this point
Copy the full SHA 4013d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a7ebb - Browse repository at this point
Copy the full SHA 34a7ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 070774a - Browse repository at this point
Copy the full SHA 070774aView commit details
Commits on Jan 1, 2010
-
implement new diffTree function
new GitTree::diffTree function provides enough information for full-fledged difftree. However, It doesn't detect file renames yet.
Configuration menu - View commit details
-
Copy full SHA for 8f83f7a - Browse repository at this point
Copy the full SHA 8f83f7aView commit details
Commits on Jan 2, 2010
-
Configuration menu - View commit details
-
Copy full SHA for b9cb406 - Browse repository at this point
Copy the full SHA b9cb406View commit details
Commits on Jan 17, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 905255e - Browse repository at this point
Copy the full SHA 905255eView commit details
Commits on Jan 19, 2010
-
Configuration menu - View commit details
-
Copy full SHA for a115048 - Browse repository at this point
Copy the full SHA a115048View commit details
Commits on Jan 20, 2010
-
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.
Configuration menu - View commit details
-
Copy full SHA for 28d28d5 - Browse repository at this point
Copy the full SHA 28d28d5View commit details
Commits on Jan 28, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 56df9b6 - Browse repository at this point
Copy the full SHA 56df9b6View commit details
Commits on Jan 29, 2010
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5a0aa11 - Browse repository at this point
Copy the full SHA 5a0aa11View commit details
Commits on Nov 9, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 486ea70 - Browse repository at this point
Copy the full SHA 486ea70View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master