Thomas Moschny wrote:
> Btw, topgit is awaiting review [2] ;)
Will trade[1] :) .
--Ben
http://blipper.dev.benboeckel.net/files/fedora-hs-review-requests.txt
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
2010/9/8 Daniel P. Berrange :
> When maintaining a proper GIT branch against upstream and cherry picking
> patches, the fact that you might end up with 100's of patches is not
> really a burden anymore. GIT does all the hardwork for you. You can
> automate patchfile creation with git format-patch,
On Wed, Sep 08, 2010 at 10:02:27AM +0100, Richard W.M. Jones wrote:
> On Wed, Sep 08, 2010 at 10:44:27AM +0200, Andreas Schwab wrote:
> > "Richard W.M. Jones" writes:
> >
> > > For libguestfs I'm doing it manually. I have my own git repo which is
> > > a clone of the upstream libguestfs git repo
On Wed, Sep 08, 2010 at 10:44:27AM +0200, Andreas Schwab wrote:
> "Richard W.M. Jones" writes:
>
> > For libguestfs I'm doing it manually. I have my own git repo which is
> > a clone of the upstream libguestfs git repo. In that git repo I have
> > the base stable version (eg. 1.4.3) plus cherry
"Richard W.M. Jones" writes:
> For libguestfs I'm doing it manually. I have my own git repo which is
> a clone of the upstream libguestfs git repo. In that git repo I have
> the base stable version (eg. 1.4.3) plus cherry-picked patches on top
> of that. I use 'git rebase' when a new stable ve
On Tue, Sep 07, 2010 at 07:24:58PM -0400, Neal Becker wrote:
> I need to make a minor edit to one of the sources of a package. I want the
> sources on my machine in a state so that emacs will recognize the files are
> under git control and act accordingly, so I can do my edits and use emacs
> v
On Tue, Sep 07, 2010 at 19:24:58 -0400,
Neal Becker wrote:
> I need to make a minor edit to one of the sources of a package. I want the
> sources on my machine in a state so that emacs will recognize the files are
> under git control and act accordingly, so I can do my edits and use emacs
>
I need to make a minor edit to one of the sources of a package. I want the
sources on my machine in a state so that emacs will recognize the files are
under git control and act accordingly, so I can do my edits and use emacs
vc-mode stuff to commit, diff, etc. I tried using fedpkg clone + fedp