Reviewing merge request #28: Better support for tab completion
This fixes issues with the hash (#) character being a comment character in the shell and supporting tab completion of issues without components in their names.
I'm not sure why gitorious thinks there are so many comments to merge, it should only be 2 9ea377c and 7d913b7 and possibly the merge commit 0dfaf5c.
Commits that would be merged:
Fetching commit diffs…

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/28
# Fetch the merge request into this branch
git pull \
git://gitorious.org/ditz/mainline.git \
refs/merge-requests/28
# Show the commits, assess they are okay
git log --pretty=oneline --abbrev-commit master..merge-requests/28
# To apply the changes to your branch:
git checkout master
git merge merge-requests/28
git push origin master
Add a new comment:
Login or create an account to post a comment