All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] [DRAFT 2] StGIT, remotes, and parent information
@ 2007-01-27 17:14 Yann Dirson
  0 siblings, 0 replies; 2+ messages in thread
From: Yann Dirson @ 2007-01-27 17:14 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

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.

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/>

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

* [PATCH 0/7] [DRAFT 2] StGIT, remotes, and parent information
@ 2007-01-27 17:22 Yann Dirson
  0 siblings, 0 replies; 2+ messages in thread
From: Yann Dirson @ 2007-01-27 17:22 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

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/>

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

end of thread, other threads:[~2007-01-27 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-27 17:14 [PATCH 0/7] [DRAFT 2] StGIT, remotes, and parent information Yann Dirson
2007-01-27 17:22 Yann Dirson

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.