Re: git usage question

2010-09-08 Thread Ben Boeckel
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

Re: git usage question

2010-09-08 Thread Thomas Moschny
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,

Re: git usage question

2010-09-08 Thread Daniel P. Berrange
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

Re: git usage question

2010-09-08 Thread Richard W.M. Jones
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

Re: git usage question

2010-09-08 Thread Andreas Schwab
"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

Re: git usage question

2010-09-08 Thread Richard W.M. Jones
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

Re: git usage question

2010-09-07 Thread Bruno Wolff III
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 >

git usage question

2010-09-07 Thread Neal Becker
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