This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gitified


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]