Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: Ding Mailing List <ding@gnus.org>
Subject: Re: Gnus Git repository info and comitters: need updated password
Date: Wed, 14 Apr 2010 06:07:48 -0500	[thread overview]
Message-ID: <87eiiijnqz.fsf@lifelogs.com> (raw)
In-Reply-To: <87bpdpgsj9.fsf@gate450.dyndns.org>

For those who use the plain http repo 
("git clone http://git.gnus.org/gnus.git"), make sure to remove the old
clone and redo your clone.  I redid it completely on the server last night
(2010-04-13) so it's a clean replay of the repo.or.cz mirror now.

Comitters, if you sent me an updated password it's been added (thanks!).
You can test with (GIT_CURL_VERBOSE is optional):

GIT_SSL_NO_VERIFY=1 GIT_CURL_VERBOSE=1 git clone https://git.gnus.org/gnus.git
cd gnus
git config http.sslVerify false

The third line is necessary or you'll have to prefix all your Git
commands with GIT_SSL_NO_VERIFY=1.  If Lars gets a SSL certificate for
ding.gnus.org it won't be necessary, but I'm OK with it personally.  We
could also install a custom CA but that's IMHO a bigger pain.

If you are new to Git, you'll probably like Magit.  It's a very good
wrapper around basic Git functionality like staging, committing,
pushing/pulling, and ammending.  I use it most of the time and drop to a
shell when needed.  You can also use the vc-dir functionality but that's
much less Git-specific so it may not work for you.

I still consider this experimental so don't rely on it.  We'll probably
go live this week.

Ted

p.s. Remember to also configure your Git user.email and user.name.
Here's my .gitconfig, with some convenient (I'm used to Subversion)
aliases:

% cat ~/.gitconfig               
[user]
        name = Ted Zlatanov
        email = tzz@lifelogs.com
[color]
        diff = auto
        status = auto
        branch = auto
        interactive = auto

[alias]
        st = status
        ci = commit
        co = checkout
        staged = "diff --cached"
        unstaged = diff
        both = "diff HEAD"
        oneline = "log --pretty=oneline"
        amend = "commit --ammend"



  parent reply	other threads:[~2010-04-14 11:07 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-12  2:25 Ted Zlatanov
2010-04-12  8:31 ` David Engster
2010-04-12 10:20   ` Adam Sjøgren
2010-04-12 17:36   ` Andreas Schwab
2010-04-12 17:52   ` Ted Zlatanov
2010-04-12 18:57     ` Andreas Schwab
2010-04-14 10:38       ` Ted Zlatanov
2010-04-14 11:24         ` Andreas Schwab
2010-04-14 13:10           ` Ted Zlatanov
2010-04-14 16:59             ` Andreas Schwab
2010-04-15  3:07               ` Ted Zlatanov
2010-04-15  7:57                 ` Andreas Schwab
2010-04-12 17:27 ` Andreas Schwab
2010-04-12 17:49   ` Ted Zlatanov
2010-04-12 18:29     ` Bjørn Mork
2010-04-12 19:01       ` Ted Zlatanov
2010-04-12 18:53     ` Andreas Schwab
2010-04-12 19:12 ` Andreas Schwab
2010-04-12 19:18   ` Ted Zlatanov
2010-04-12 19:29     ` Andreas Schwab
     [not found] ` <87bpdpgsj9.fsf@gate450.dyndns.org>
2010-04-14 11:07   ` Ted Zlatanov [this message]
2010-04-14 11:34     ` Romain Francoise
2010-04-15  6:50     ` Katsumi Yamaoka
2010-04-15 13:46       ` Ted Zlatanov
2010-04-15 17:04         ` Andreas Schwab
2010-04-15 22:54           ` Andreas Seltenreich
2010-04-16  1:25             ` Ted Zlatanov
2010-04-16 21:49               ` Andreas Schwab
2010-04-17 21:00                 ` Ted Zlatanov
2010-04-17  8:24             ` Andreas Seltenreich
2010-04-17 10:01               ` Andreas Schwab
2010-04-17 16:52                 ` Andreas Seltenreich
2010-04-17 10:29               ` Andreas Schwab
2010-04-17 21:02                 ` Ted Zlatanov
2010-04-17 21:28                   ` Ted Zlatanov
2010-04-17 22:00                     ` Ted Zlatanov
2010-04-17 23:26                       ` Tim Landscheidt
2010-04-18  9:51                         ` Andreas Seltenreich
2010-04-18 11:53                         ` Ted Zlatanov
2010-04-18 12:10                           ` Leo
2010-04-18 15:26                             ` Ted Zlatanov
2010-04-18 21:04                               ` Gnus, git, www.gnus.org (was: Gnus Git repository info and comitters: need updated password) Reiner Steib
2010-04-19 17:49                                 ` Gnus, git, www.gnus.org Reiner Steib
2010-04-19 18:10                                   ` Ted Zlatanov
2010-04-19 19:21                                     ` Andreas Schwab
2010-04-19 20:12                                       ` Ted Zlatanov
2010-04-19 23:28                                     ` Tim Landscheidt
2010-04-20  3:41                                       ` Ted Zlatanov
2010-04-22 17:31                                         ` Sivaram Neelakantan
2010-04-22 19:48                                           ` Andreas Schwab
2010-04-22 23:49                                             ` Ted Zlatanov
2010-04-23  0:35                                               ` Harry Putnam
2010-04-23  1:28                                                 ` Russ Allbery
2010-04-23 10:00                                               ` Bjørn Mork
2010-04-23 13:01                                                 ` Ted Zlatanov
2010-04-23 13:08                                                   ` Greg Troxel
2010-04-23 13:20                                                     ` Ted Zlatanov
2010-04-23  9:18                                             ` Sivaram Neelakantan
2010-04-23 12:54                                               ` Andreas Schwab
2010-04-23 16:41                                                 ` Sivaram Neelakantan
2010-04-18 13:06                           ` Gnus Git repository info and comitters: need updated password Andreas Seltenreich
2010-04-18 15:20                             ` Ted Zlatanov
2010-04-18 15:32                               ` Ted Zlatanov
2010-04-18 16:35                                 ` Andreas Seltenreich
2010-04-18 23:37                                   ` Ted Zlatanov
2010-04-19  1:01                                     ` Ted Zlatanov
2010-04-19  6:12                                       ` James Cloos
2010-04-20  3:11                                         ` Ted Zlatanov
2010-04-23  9:54                           ` Tim Landscheidt
2010-04-23 13:16                             ` SSL certificate issues for git.gnus.org (was: Gnus Git repository info and comitters: need updated password) Ted Zlatanov
2011-02-25 21:58                               ` SSL certificate issues for git.gnus.org Ted Zlatanov
2011-02-25 22:39                                 ` Adam Sjøgren
2011-02-25 22:54                                   ` Ted Zlatanov
2011-02-25 22:59                                     ` Adam Sjøgren
2011-02-26  7:51                                       ` Julien Danjou
2011-02-26 13:14                                         ` Adam Sjøgren
2011-02-26 14:59                                           ` Steinar Bang
2011-02-28 19:33                                       ` Ted Zlatanov
2011-02-28 21:01                                         ` Steinar Bang
2011-03-01 10:38                                           ` Ted Zlatanov
2011-03-01 10:53                                             ` Steinar Bang
2011-03-05 12:04                                               ` Lars Magne Ingebrigtsen
2011-03-05 20:00                                                 ` Steinar Bang
2011-03-07 17:26                                                 ` Ted Zlatanov
2011-03-10  9:44                                                   ` Simon Josefsson
2011-03-10 11:55                                                     ` Steinar Bang
2011-03-10 21:50                                                       ` Simon Josefsson
2011-03-10 22:01                                                         ` Ted Zlatanov
2011-03-11  5:57                                                           ` Simon Josefsson
2011-03-13 22:24                                                             ` Lars Magne Ingebrigtsen
2011-03-14  8:59                                                               ` Simon Josefsson
2011-03-14  9:30                                                                 ` Matthias Andree
2011-03-15 15:45                                                                 ` Lars Magne Ingebrigtsen
2011-03-15 16:03                                                                   ` Ted Zlatanov
2011-03-16 10:59                                                                     ` Ted Zlatanov
2011-03-16 11:31                                                                       ` Greg Troxel
2011-03-16 13:21                                                                         ` Ted Zlatanov
2011-03-17 11:07                                                                     ` Ted Zlatanov
2011-03-10 15:52                                                     ` Ted Zlatanov
2011-03-10 19:43                                                       ` James Cloos
2011-03-21 19:54                                         ` Adam Sjøgren
2011-03-21 22:41                                           ` Ted Zlatanov
2011-03-21 22:45                                             ` Adam Sjøgren
2011-02-26  9:24                                 ` Steinar Bang
2010-04-18  8:47                     ` Gnus Git repository info and comitters: need updated password Andreas Schwab
2010-04-16  6:14         ` Katsumi Yamaoka
2010-04-16  9:47           ` Ted Zlatanov
2010-04-16  8:19     ` Didier Verna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eiiijnqz.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).