Reviewing merge request #5: http cloning, slugs, better raw (slightly), unittests and tango icons
These patches:
* implement http cloning
* switch from using repo.name to using repo.slug for better urls
* fix RAW viewing
* adds unittest framework and a few tests
* adds tango icons
Commits that would be merged:
Version 7
-
Version 1
-
Version 2
-
Version 2
-
Version 3
-
Version 4
-
Version 5
-
Version 6
-
Version 7
Fetching commit diffs…

Showing ce13ee5
Showing -
How to apply this merge request to your repository
One way to merge in these changes is to pull them into a local
branch for review, verifying the changes and then merge to back
to master.
# Check out a new branch for integration
git checkout -b merge-requests/5
# Fetch the merge request into this branch
git pull \
git://gitorious.org/wsgit/wsgit.git \
refs/merge-requests/5
# Show the commits, assess they are okay
git log --pretty=oneline --abbrev-commit master..merge-requests/5
# To apply the changes to your branch:
git checkout master
git merge merge-requests/5
git push origin master
Add a new comment:
Login or create an account to post a comment