On Fri, Mar 13, 2015 at 02:36:30PM +0200, LCD 47 wrote:
> On 13 March 2015, guyzmo <[email protected]> wrote:
> > On Fri, Mar 13, 2015 at 08:09:24AM -0400, Peter Aronoff wrote:
> > > On Friday, March 13, 2015 at 12:53PM, Bram Moolenaar wrote:
> > > > Despite all the popularity of github, it doesn't seem to be able
> > > > to do something as simple as sending a user a message. Do I
> > > > need to fork a repostitory and send a pull request just to get
> > > > someone's attention?
> > > You can get users' attention by sending them messages--in a manner
> > > of speaking. If you write a note, in a commit message or a comment
> > > on any issue, pull request or commit comment on the website, and
> > > include a user's name with an @ in front of it, e.g. @telemachus (my
> > > username), then that user will see it through the web interface.
> > and anyway why want to send a message through the platform, whereas
> > all commits have emails, which makes it easy to directly contact the
> > author of an user. Many people contacted me that way through github,
> > so it should be easy enough.
> Yes, you can pretty much do everything by email, and the platform
> will keep things in synch. For example, you can receive notifications
> for comments to the issue tracker, answer them by email, and the answer
> will be sent to the tracker. If you mention issue numbers (f.i. #1123)
> or commit IDs in comments they will be automatically cross-referenced,
> and if you mention an issue number in a commit ("closes #1123") the
> corresponding issue will be closed automatically. You can of also run
> all git operations on your machine without ever using the web platform.
another feature that makes working with pull requests less painful, it's
that now you can get them from their own feature branche, by adding the
following to the github remote:
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
then `git fetch` will retrieve all the pr as branches. Almost making it
feel gerrit-like.
> Last but definitely not least: you can run automatic builds and
> tests whenever you push a commit.
> > And for user contributions, the pull requests from git could be synced
> > as new branches on the merc repo on bitbucket (if that's what Bram
> > chooses), in a way that is convenient enough for Bram to review and
> > decide to merge or not.
> +1
And this is what I mean when keeping both bitbucket and github in sync,
all the PRs from github can be fetched automagically on the bitbucket
repository, and integrated to the vim workflow.
Of course, it's a very rough idea, but there's been a few people really
motivated to get vim's source on git/github, so you guys just do that?
:-)
HTH,
--
Guyzmo
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.