Merge request 1 (1d33491b329a6fadc5baabf0d42b29a41fe203f8 -> e8c68cdccbcd23f011d6059cd3414475f7bc7f6e)
By: anonymous
Against ref: refs/heads/master
Date: 2017-02-15 14:35
This merge request can be merged without conflicts.
List of commits:
Subject Hash Author Date (UTC)
Should give a pull request e8c68cdccbcd23f011d6059cd3414475f7bc7f6e Tom Niessink 2017-02-15 14:35:40
Commit e8c68cdccbcd23f011d6059cd3414475f7bc7f6e - Should give a pull request
Author: Tom Niessink
Author date (UTC): 2017-02-15 14:35
Committer name: Tom Niessink
Committer date (UTC): 2017-02-15 14:35
Parent(s): 1d33491b329a6fadc5baabf0d42b29a41fe203f8
Signing key:
Tree: 0b80fc80a7221e3500e1755473978f4e862422cf
File Lines added Lines deleted
README.md 2 0
File README.md changed (mode: 100644) (index 203874e..3bd30e2)
... ... Readme
2 2 ====== ======
3 3
4 4 This is my readme file. This is my readme file.
5
6 Should give me a pull request.
Hints:
How to merge on your machine?
git fetch origin refs/mr/1:mr-1
git checkout main
git merge mr-1

To "see" all the merge requests as branches,
add, in the config file (.git/config), under the remote you want, a line like this:
fetch = +refs/mr/*:refs/remotes/your_remote_name_for_example_origin/mr/*
After you run a git fetch, you will have all the pull requests locally.
For example, you can merge one of them:
git checkout main
git merge mr/1