unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Newer commits on the git repo
@ 2014-11-13 15:23 Dani Moncayo
  2014-11-13 15:32 ` Lars Magne Ingebrigtsen
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Dani Moncayo @ 2014-11-13 15:23 UTC (permalink / raw)
  To: Emacs development discussions

Hello,

When I open this URL

  http://git.savannah.gnu.org/cgit/emacs.git/log/

the last commit shown there is still "Git transition patch" (from
Eric, 22 hours ago), when there are newer commits in the repo.

Also, I've cloned the repo like this:

  git clone http://git.savannah.gnu.org/cgit/emacs.git

  (I've tried other URLs but that is the only one that worked here at
   my office PC)

and "git pull" does not fetch commits newer than the above.

Why?

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 15:23 Newer commits on the git repo Dani Moncayo
@ 2014-11-13 15:32 ` Lars Magne Ingebrigtsen
  2014-11-13 15:39   ` Dani Moncayo
  2014-11-13 15:54 ` Andreas Schwab
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 2014-11-13 15:32 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: Emacs development discussions

Dani Moncayo <dmoncayo@gmail.com> writes:

> Also, I've cloned the repo like this:
>
>   git clone http://git.savannah.gnu.org/cgit/emacs.git
>
>   (I've tried other URLs but that is the only one that worked here at
>    my office PC)
>
> and "git pull" does not fetch commits newer than the above.

This is apparently the one to use if you don't have development access:

git clone git://git.savannah.gnu.org/emacs.git

And it seems to be updated with the newest changes.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 15:32 ` Lars Magne Ingebrigtsen
@ 2014-11-13 15:39   ` Dani Moncayo
  0 siblings, 0 replies; 14+ messages in thread
From: Dani Moncayo @ 2014-11-13 15:39 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: Emacs development discussions

> This is apparently the one to use if you don't have development access:
>
> git clone git://git.savannah.gnu.org/emacs.git
>
> And it seems to be updated with the newest changes.

That fails here like this:

  $ git clone git://git.savannah.gnu.org/emacs.git
  Cloning into 'emacs'...
  fatal: unable to connect to git.savannah.gnu.org:
  git.savannah.gnu.org[0: 140.186.70.72]: errno=Connection refused

It could be due to my company's proxy, which doesn't allow the git protocol...

Anyway, I hope someone can review the problem I pointed out.

Thanks.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 15:23 Newer commits on the git repo Dani Moncayo
  2014-11-13 15:32 ` Lars Magne Ingebrigtsen
@ 2014-11-13 15:54 ` Andreas Schwab
  2014-11-13 16:01   ` Perry E. Metzger
                     ` (2 more replies)
  2014-11-14  7:53 ` Dani Moncayo
  2014-11-17  8:02 ` Dani Moncayo
  3 siblings, 3 replies; 14+ messages in thread
From: Andreas Schwab @ 2014-11-13 15:54 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: Emacs development discussions

Dani Moncayo <dmoncayo@gmail.com> writes:

> Also, I've cloned the repo like this:
>
>   git clone http://git.savannah.gnu.org/cgit/emacs.git

You should use http://git.savannah.gnu.org/r/emacs.git instead.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 15:54 ` Andreas Schwab
@ 2014-11-13 16:01   ` Perry E. Metzger
  2014-11-13 16:04   ` Dani Moncayo
  2014-11-13 16:06   ` Karl Fogel
  2 siblings, 0 replies; 14+ messages in thread
From: Perry E. Metzger @ 2014-11-13 16:01 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Emacs development discussions, Dani Moncayo

On Thu, 13 Nov 2014 16:54:31 +0100 Andreas Schwab <schwab@suse.de>
wrote:
> Dani Moncayo <dmoncayo@gmail.com> writes:
> 
> > Also, I've cloned the repo like this:
> >
> >   git clone http://git.savannah.gnu.org/cgit/emacs.git
> 
> You should use http://git.savannah.gnu.org/r/emacs.git instead.

I seem to have successfully cloned:

git clone git://git.savannah.gnu.org/emacs.git

based on the instructions here:

https://savannah.gnu.org/git/?group=emacs

Was that wrong?

Perry
-- 
Perry E. Metzger		perry@piermont.com



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 15:54 ` Andreas Schwab
  2014-11-13 16:01   ` Perry E. Metzger
@ 2014-11-13 16:04   ` Dani Moncayo
  2014-11-13 16:06   ` Karl Fogel
  2 siblings, 0 replies; 14+ messages in thread
From: Dani Moncayo @ 2014-11-13 16:04 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Emacs development discussions

>> Also, I've cloned the repo like this:
>>
>>   git clone http://git.savannah.gnu.org/cgit/emacs.git
>
> You should use http://git.savannah.gnu.org/r/emacs.git instead.

That seems to work, indeed (It's still "receiving objects").  Thank you.

But what about:

  http://git.savannah.gnu.org/cgit/emacs.git/log/

not showing commits newer than the "Git transition patch" one?

They appear in the "summary" tab, but not in the "log" tab.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 15:54 ` Andreas Schwab
  2014-11-13 16:01   ` Perry E. Metzger
  2014-11-13 16:04   ` Dani Moncayo
@ 2014-11-13 16:06   ` Karl Fogel
  2014-11-13 16:19     ` Andreas Schwab
  2 siblings, 1 reply; 14+ messages in thread
From: Karl Fogel @ 2014-11-13 16:06 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Emacs development discussions, Dani Moncayo

Andreas Schwab <schwab@suse.de> writes:
>Dani Moncayo <dmoncayo@gmail.com> writes:
>> Also, I've cloned the repo like this:
>>   git clone http://git.savannah.gnu.org/cgit/emacs.git
>You should use http://git.savannah.gnu.org/r/emacs.git instead.

For those of us not keeping score at home, can you explain what the "r"
is?  Or rather, what's the difference between Lars' recommendation of

  $ git clone git://git.savannah.gnu.org/emacs.git

for non-developers and your recomemndation of

  $ git clone http://git.savannah.gnu.org/r/emacs.git

for Dani just now?  Is it just that one is git:// and the other is
http:// ?

(I'm wondering if "git://git.savannah.gnu.org/emacs.git" is for those
who don't have commit-er-I-mean-push access, then what's the right Git
URL for those who do have commit access?  I'm sure someone posted the
answer at some point on this list, but it's buried in a thousand emails,
and the Savannah front page hasn't been updated yet.)

Best,
-Karl



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 16:06   ` Karl Fogel
@ 2014-11-13 16:19     ` Andreas Schwab
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Schwab @ 2014-11-13 16:19 UTC (permalink / raw)
  To: Karl Fogel; +Cc: Emacs development discussions, Dani Moncayo

Karl Fogel <kfogel@red-bean.com> writes:

> Andreas Schwab <schwab@suse.de> writes:
>>Dani Moncayo <dmoncayo@gmail.com> writes:
>>> Also, I've cloned the repo like this:
>>>   git clone http://git.savannah.gnu.org/cgit/emacs.git
>>You should use http://git.savannah.gnu.org/r/emacs.git instead.
>
> For those of us not keeping score at home, can you explain what the "r"
> is?

It's a path element in a URL.  Nothing more, nothing less.

> Or rather, what's the difference between Lars' recommendation of
>
>   $ git clone git://git.savannah.gnu.org/emacs.git
>
> for non-developers and your recomemndation of
>
>   $ git clone http://git.savannah.gnu.org/r/emacs.git
>
> for Dani just now?  Is it just that one is git:// and the other is
> http:// ?

Yes.  You can use whatever fits your need.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 15:23 Newer commits on the git repo Dani Moncayo
  2014-11-13 15:32 ` Lars Magne Ingebrigtsen
  2014-11-13 15:54 ` Andreas Schwab
@ 2014-11-14  7:53 ` Dani Moncayo
  2014-11-14  8:02   ` Fabián Ezequiel Gallina
  2014-11-17  8:02 ` Dani Moncayo
  3 siblings, 1 reply; 14+ messages in thread
From: Dani Moncayo @ 2014-11-14  7:53 UTC (permalink / raw)
  To: Emacs development discussions

On Thu, Nov 13, 2014 at 4:23 PM, Dani Moncayo <dmoncayo@gmail.com> wrote:
> Hello,
>
> When I open this URL
>
>   http://git.savannah.gnu.org/cgit/emacs.git/log/
>
> the last commit shown there is still "Git transition patch" (from
> Eric, 22 hours ago), when there are newer commits in the repo.

The "log" tab still fails to show newer commits in the master branch.

I hope someone will fix this, because it's the only web-based way (I
know of) for browing the history.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-14  7:53 ` Dani Moncayo
@ 2014-11-14  8:02   ` Fabián Ezequiel Gallina
  2014-11-14  8:07     ` Dani Moncayo
  0 siblings, 1 reply; 14+ messages in thread
From: Fabián Ezequiel Gallina @ 2014-11-14  8:02 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: Emacs development discussions

Dani Moncayo <dmoncayo@gmail.com> writes:

> On Thu, Nov 13, 2014 at 4:23 PM, Dani Moncayo <dmoncayo@gmail.com> wrote:
>
> The "log" tab still fails to show newer commits in the master branch.
>

This might be useful for you while this gets fixed properly:
http://git.savannah.gnu.org/cgit/emacs.git/log/?h=master




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-14  8:02   ` Fabián Ezequiel Gallina
@ 2014-11-14  8:07     ` Dani Moncayo
  2014-11-14  8:58       ` Andreas Schwab
  0 siblings, 1 reply; 14+ messages in thread
From: Dani Moncayo @ 2014-11-14  8:07 UTC (permalink / raw)
  To: Fabián Ezequiel Gallina; +Cc: Emacs development discussions

> This might be useful for you while this gets fixed properly:
> http://git.savannah.gnu.org/cgit/emacs.git/log/?h=master

Good to know, thank you.

It seems that, by default, the "log" tab shows the history for the
"origin/master" branch of that repo, instead of the "master" branch.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-14  8:07     ` Dani Moncayo
@ 2014-11-14  8:58       ` Andreas Schwab
  2014-11-14  9:07         ` Dani Moncayo
  0 siblings, 1 reply; 14+ messages in thread
From: Andreas Schwab @ 2014-11-14  8:58 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: Fabián Ezequiel Gallina, Emacs development discussions

Dani Moncayo <dmoncayo@gmail.com> writes:

> It seems that, by default, the "log" tab shows the history for the
> "origin/master" branch of that repo, instead of the "master" branch.

I have deleted that now.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-14  8:58       ` Andreas Schwab
@ 2014-11-14  9:07         ` Dani Moncayo
  0 siblings, 0 replies; 14+ messages in thread
From: Dani Moncayo @ 2014-11-14  9:07 UTC (permalink / raw)
  To: Andreas Schwab
  Cc: Fabián Ezequiel Gallina, Emacs development discussions

>> It seems that, by default, the "log" tab shows the history for the
>> "origin/master" branch of that repo, instead of the "master" branch.
>
> I have deleted that now.

Good, but if I click on the "log" tab, I still see "Git transition
patch" as the most recent commit (and BTW, in the list of commits, the
"Age" column is wrong, because that commit is older than 22 hours, as
stated there).

Strange...

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Newer commits on the git repo
  2014-11-13 15:23 Newer commits on the git repo Dani Moncayo
                   ` (2 preceding siblings ...)
  2014-11-14  7:53 ` Dani Moncayo
@ 2014-11-17  8:02 ` Dani Moncayo
  3 siblings, 0 replies; 14+ messages in thread
From: Dani Moncayo @ 2014-11-17  8:02 UTC (permalink / raw)
  To: Emacs development discussions

> When I open this URL
>
>   http://git.savannah.gnu.org/cgit/emacs.git/log/
>
> the last commit shown there is still "Git transition patch" (from
> Eric, 22 hours ago), when there are newer commits in the repo.

For the record: this issue seems already fixed.

Thank you.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-11-17  8:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-13 15:23 Newer commits on the git repo Dani Moncayo
2014-11-13 15:32 ` Lars Magne Ingebrigtsen
2014-11-13 15:39   ` Dani Moncayo
2014-11-13 15:54 ` Andreas Schwab
2014-11-13 16:01   ` Perry E. Metzger
2014-11-13 16:04   ` Dani Moncayo
2014-11-13 16:06   ` Karl Fogel
2014-11-13 16:19     ` Andreas Schwab
2014-11-14  7:53 ` Dani Moncayo
2014-11-14  8:02   ` Fabián Ezequiel Gallina
2014-11-14  8:07     ` Dani Moncayo
2014-11-14  8:58       ` Andreas Schwab
2014-11-14  9:07         ` Dani Moncayo
2014-11-17  8:02 ` Dani Moncayo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).