emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFE] Migration to gitlab


From: Konstantin Kharlamov
Subject: Re: [RFE] Migration to gitlab
Date: Fri, 22 Mar 2019 17:05:01 +0300



On Пт, Mar 22, 2019 at 16:50:51, Stefan Monnier <address@hidden> wrote:
 You can only push a branch to the Emacs repository if you have write
 access.  Most infrequent contributors don't.

But we could accept people sending an email with a URL to a branch in
their own repository.  I'm not sure how conveniently Git handles that
(ideally, I'd like to be able to do something like "git diff URL"), but
we could in any case add a VC command to do that.

Well, you need to fetch the repo locally, then you can do:

git log upstream/master.. # to see new commits added here compared to master. Add `-p` to see the code too.

I also added a git alias l = "log --format=\"%ad %an, %h:\t^[[34m%s^[[0m\"", so I do `git l upstream/master..` to see a convenient shortlog.

----

Thanks, FTR, I'll report a bug on git-send creating separate threads, but a bit later: this evening or tomorrow.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]