All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann Dirson <ydirson@altern.org>
To: Catalin Marinas <catalin.marinas@gmail.com>
Cc: git@vger.kernel.org
Subject: [PATCH 0/7] [DRAFT 2] StGIT, remotes, and parent information
Date: Sat, 27 Jan 2007 18:22:28 +0100	[thread overview]
Message-ID: <20070127172129.27183.50432.stgit@gandelf.nowhere.earth> (raw)

Here is a new draft version, which re-implements stgit.config to call
git-repo-config (without any caching to get things working right now),
and with write support.

The 5 other patches were modified accordingly, so in this state we can
see:

stgit$ ./stg branch -c bar origin
Checking for changes in the working directory... done
Recording "refs/heads/origin" as parent branch.
Using "origin" remote to pull parent from.  
Branch "bar" created.
stgit$ git-repo-config --get-regexp 'branch\.bar\..*'
branch.bar.merge refs/heads/origin
branch.bar.remote origin

There are many rough edges when you shake it, but that should give the
idea.

It also applies on yesterday's head.  I'll rebase and adapt the
newly-added config parameters.

Best regards,
-- 
Yann Dirson    <ydirson@altern.org> |
Debian-related: <dirson@debian.org> |   Support Debian GNU/Linux:
                                    |  Freedom, Power, Stability, Gratis
     http://ydirson.free.fr/        | Check <http://www.debian.org/>

             reply	other threads:[~2007-01-27 17:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-27 17:22 Yann Dirson [this message]
2007-01-27 17:22 ` [PATCH 1/6] Make stgit.config use git-repo-config Yann Dirson
2007-01-27 17:22 ` [PATCH 2/6] Move identification of parent branch's remote def up into stack class Yann Dirson
2007-01-27 17:22 ` [PATCH 3/6] Allows extraction of information about remotes Yann Dirson
2007-01-27 17:22 ` [PATCH 4/6] Basic support for keeping a ref to the parent branch Yann Dirson
2007-01-27 17:22 ` [PATCH 5/6] Have 'stg branch --create' record parent information Yann Dirson
2007-01-27 17:22 ` [PATCH 6/6] Make 'stg pull' use git-fetch and not git-pull Yann Dirson
  -- strict thread matches above, loose matches on Subject: below --
2007-01-27 17:14 [PATCH 0/7] [DRAFT 2] StGIT, remotes, and parent information Yann Dirson

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=20070127172129.27183.50432.stgit@gandelf.nowhere.earth \
    --to=ydirson@altern.org \
    --cc=catalin.marinas@gmail.com \
    --cc=git@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.