emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFE] Migration to gitlab


From: Eli Zaretskii
Subject: Re: [RFE] Migration to gitlab
Date: Fri, 22 Mar 2019 16:54:44 +0200

> From: Teemu Likonen <address@hidden>
> Date: Fri, 22 Mar 2019 16:20:08 +0200
> Cc: address@hidden
> 
> "git pull" is actually "git fetch" + "git merge" so to check a remote
> repository one would do "git fetch https://...";. Then useful comands
> would be
> 
> git diff master...FETCH_HEAD  # from branches' common base to FETCH_HEAD
> git diff master FETCH_HEAD    # between the brances
> git log -p master..FETCH_HEAD # log+patches from the common base to FETCH_HEAD
> 
> If FETCH_HEAD from a remote url is not merged or turned into a named
> branch the new git objects will eventually be garbage collected.

Would people want to fetch from a random machine out there just to
review a patch submission?  I'm not sure.



reply via email to

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