public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* git is live
@ 2013-10-22  7:01 Tom Tromey
  2013-10-22  7:34 ` Andreas Schwab
                   ` (13 more replies)
  0 siblings, 14 replies; 99+ messages in thread
From: Tom Tromey @ 2013-10-22  7:01 UTC (permalink / raw)
  To: GDB Development; +Cc: Binutils Development

Hi everybody.  Git is now live and the master repository for binutils
and gdb.


Maybe I made some enormous mistake!  While I'd prefer to be finished
with this project, if there is a mistake, please be reassured that we
have not taken any truly irreversible action.  CVS commits are disabled,
but all the data is still there.

I hope you feel reassured now.


Pedro pointed out today that the history of the existing repository is
weird around the point at which the src repository is stitched onto the
older devo repository.  "Weird" here means that there are some commits
that delete nearly everything, only to have it all restored a commit or
two later.  I spent some time trying to fix this; but in fact, far too
much time, and in the end I decided that we will just have to live with
it.


It was pointed out to me on irc that not everybody has already used git.
I'm reliably informed that this is a good git book, and it is available
online:

    http://git-scm.com/book

I'm sure there are others as well.

A couple of small hints.  You will want to set your username and email
address in your git config before pushing your first commit.  I'm sure
the book explains this early on.

I've set things up to reject "non-fast-forward" merge commits to master.
What this means is that if you commit something and try to push, and
then it fails, you will want to "git pull --rebase", or use "git rebase
-i", before trying again.  This is basically analogous to "cvs
update"ing before trying to commit again.


I named the new repository "binutils-gdb".  First, sorry to all who
backed "src".  I was swayed by the hue and cry to choose a URL whose
importance is undeniable despite the second argument to git clone.
Second, gdbers, I chose the name alphabetically.

The URLs:

    git://sourceware.org/git/binutils-gdb.git
    ssh://sourceware.org/git/binutils-gdb.git

I believe only the latter form allows pushing.


Please report any problems to me or to the list.  I'll be around fixing
any problems.  You can also join us on #gdb and ask git questions if you
like.

I still have a few final tasks to do for the transition, but nothing too
pressing.  E.g., I will check in my changes to the gdbadmin scripts
soon, when I'm readier to debug them; but meanwhile they will pull from
CVS without harm.

Tom

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

end of thread, other threads:[~2013-11-15  7:01 UTC | newest]

Thread overview: 99+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-22  7:01 git is live Tom Tromey
2013-10-22  7:34 ` Andreas Schwab
2013-10-22  7:54 ` Jonas Maebe
2013-10-22  8:00 ` Christian Groessler
2013-10-22  8:10   ` Andreas Schwab
2013-10-22  8:21     ` Christian Groessler
2013-10-22  8:04 ` Mark Kettenis
2013-10-22 15:19   ` Tom Tromey
2013-10-22 15:34   ` Eli Zaretskii
2013-10-22  9:59 ` Richard Sandiford
2013-10-22 10:52   ` Fred Cooke
2013-10-22 15:20     ` Tom Tromey
2013-10-22 15:22       ` Fred Cooke
2013-10-22 17:44       ` Pedro Alves
2013-10-22 17:49         ` Jeff Law
2013-10-22 17:51           ` Tom Tromey
2013-10-22 17:57             ` Jeff Law
2013-10-22 18:27           ` Jan-Benedict Glaw
2013-10-22 19:16         ` Andreas Schwab
2013-10-22 15:36   ` Eli Zaretskii
2013-10-22 17:09   ` Jan-Benedict Glaw
2013-10-22 18:41 ` Cary Coutant
2013-10-22 19:07   ` Pedro Alves
2013-10-22 20:41     ` Tom Tromey
2013-10-28 22:35     ` Cary Coutant
2013-10-29  0:37       ` asmwarrior
2013-10-29  1:53       ` Tom Tromey
2013-10-29 18:12         ` Cary Coutant
2013-10-29 19:25           ` Pedro Alves
2013-10-29 19:39             ` Tom Tromey
2013-10-29  6:33       ` Yao Qi
2013-10-29 19:19       ` Pedro Alves
2013-10-22 18:42 ` Andrew Pinski
2013-10-22 20:42   ` Tom Tromey
2013-10-22 19:19 ` DJ Delorie
2013-10-22 20:43   ` Tom Tromey
2013-10-22 20:46     ` Fred Cooke
2013-10-22 20:50       ` Tom Tromey
2013-10-22 20:57         ` Fred Cooke
2013-10-23  4:58       ` Sergio Durigan Junior
2013-10-23 13:13   ` Tom Tromey
2013-10-23 17:31     ` DJ Delorie
2013-10-23  7:21 ` John Darrington
2013-10-23 13:14   ` Tom Tromey
2013-10-24  5:12     ` John Darrington
2013-10-24  7:30       ` Andreas Schwab
2013-10-24 13:35         ` Paul Smith
2013-10-24  7:36       ` Joel Brobecker
2013-10-24 13:52         ` Tom Tromey
2013-10-24 14:05           ` Tristan Gingold
2013-10-24 14:16             ` Tristan Gingold
2013-10-24 17:05               ` Joel Brobecker
2013-10-24 17:21                 ` Tom Tromey
2013-10-24 17:52                   ` Joel Brobecker
2013-10-25  3:08                     ` Fred Cooke
2013-10-25 12:10                       ` Paul Smith
2013-10-25 12:38                         ` Joel Brobecker
2013-10-25 17:25                           ` John Darrington
2013-10-25 18:27                             ` web sites (was: Re: git is live) Paul Smith
2013-10-23 13:21 ` git is live Gary Benson
2013-10-25 13:51 ` Peter Bergner
2013-10-25 13:55   ` Ian Lance Taylor
2013-11-14 10:58     ` Richard Earnshaw
2013-11-14 11:12       ` Joel Brobecker
2013-11-14 16:39         ` Eli Zaretskii
2013-11-14 16:55           ` Ian Lance Taylor
2013-11-14 17:21             ` Eli Zaretskii
2013-11-14 17:25             ` H.J. Lu
2013-11-14 18:15               ` Joel Brobecker
2013-11-14 18:25                 ` Andrew Pinski
2013-11-15  7:01                   ` Joel Brobecker
2013-10-25 14:09   ` Fred Cooke
2013-10-25 16:40     ` Peter Bergner
2013-10-25 16:49       ` Fred Cooke
2013-10-25 17:12         ` Peter Bergner
2013-10-25 18:01           ` Tom Tromey
2013-10-25 16:01   ` Tom Tromey
2013-10-25 16:48     ` Peter Bergner
2013-10-29 22:23 ` Alan Modra
2013-10-30  0:37   ` Alan Modra
2013-10-30  1:39   ` Tom Tromey
2013-10-30 13:16     ` Tom Tromey
2013-11-04 18:25 ` H.J. Lu
2013-11-05 14:32   ` Tom Tromey
2013-11-05 14:46     ` Tom Tromey
2013-11-06 17:02       ` H.J. Lu
2013-11-06 17:11         ` Will Newton
2013-11-06 17:22         ` Tom Tromey
2013-11-08 17:29           ` H.J. Lu
2013-11-08 18:04           ` H.J. Lu
2013-11-08 18:34             ` Tom Tromey
2013-11-08 18:43               ` H.J. Lu
2013-11-08 19:09                 ` Tom Tromey
2013-11-08 19:10                 ` Paul Smith
2013-11-08 19:21                   ` Tom Tromey
2013-11-08 19:30                     ` Andreas Schwab
2013-11-08 19:40                       ` Tom Tromey
2013-11-06 19:41 ` Andrew Pinski
2013-11-06 20:01   ` Peter Bergner

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).