gitified
Wenji Huang
wenji.huang@oracle.com
Wed Apr 16 09:27:00 GMT 2008
Hi Frank,
Frank Ch. Eigler wrote:
> Hi -
>
> As of this morning, we're using git as the primary source control
> system for systemtap. Bits other than /src (/htdocs, ...) remain
> under CVS control for now. Here are some hints for the simplest
> developer usage:
>
> # to start
> % git clone ssh://sources.redhat.com/git/systemtap.git
>
> # to update all remote branches you track
> % git pull
>
> # to make changes in mainline
> % git checkout master
> % vi files.cxx
> % git commit -a
> % git push
>
Just made a small change in scsi.stp and pushed it to remote repository
as above instructions.
Very strange to found that there are lots of trivial mergering logs from
me,
also others. But the scsi.stp is my first pushing since we change to git.
I check the git-web for kernel, no such records/displays.
I guess I am not in the right way of using git. Any suggestions?
Best regards,
Wenji
More information about the Systemtap
mailing list