Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; '16,': 0.03; 'subject:: [': 0.04; 'cpython': 0.05; 'repository': 0.05; 'discard': 0.07; 'revision': 0.07; 'subject:Question': 0.07; 'branching': 0.09; 'cest': 0.09; 'git': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; 'wrote': 0.14; 'question.': 0.14; 'agree.': 0.16; 'clone': 0.16; 'differs': 0.16; 'finney': 0.16; 'labelled': 0.16; 'merely': 0.16; 'moderation,': 0.16; 'pep8': 0.16; 'presume': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'relevant.': 0.16; 'strong,': 0.16; 'subject:branches': 0.16; 'topics': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'discussion': 0.18; 'do.': 0.18; 'bit': 0.19; 'subject:] ': 0.20; '>>>': 0.22; 'header:User- Agent:1': 0.23; 'either.': 0.24; 'question': 0.24; 'source': 0.25; 'posts': 0.26; 'post': 0.26; 'least': 0.26; 'asking': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'topic': 0.29; 'posting': 0.31; '>>>>': 0.31; "d'aprano": 0.31; 'sep': 0.31; 'steven': 0.31; 'writes:': 0.31; 'entirely': 0.33; 'agree': 0.35; '(2)': 0.35; 'editor': 0.35; 'but': 0.35; 'there': 0.35; 'programming,': 0.36; 'should': 0.36; 'too': 0.37; 'list.': 0.37; 'ben': 0.38; 'filter': 0.38; 'to:addr :python-list': 0.38; 'list,': 0.38; 'use.': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'experts': 0.60; 'is.': 0.60; 'hope': 0.61; 'here': 0.66; 'frank': 0.68; 'user,': 0.69; '4:00': 0.84; 'received:fios.verizon.net': 0.84; 'received:108': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: [OT] Question about Git branches Date: Tue, 16 Sep 2014 14:39:26 -0400 References: <1410854450.821.BPMail_high_noncarrier@web163801.mail.gq1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-108-16-203-145.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <1410854450.821.BPMail_high_noncarrier@web163801.mail.gq1.yahoo.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 47 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410892806 news.xs4all.nl 2879 [2001:888:2000:d::a6]:37594 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77941 On 9/16/2014 4:00 AM, Albert-Jan Roskam wrote > On Tue, Sep 16, 2014 9:37 AM CEST Steven D'Aprano wrote: >> Ben Finney wrote: >>> "Frank Millman" writes: >>>> I know there some Git experts on this list, so I hope you don't mind >>>> me posting this question here >>> I do. There may be experts on parquetry flooring in this forum, but a >>> topic is not on-topic merely because some people here may know about it. I agree. If a post on parquet flooring were held for moderation, I would discard it. Threads that wander off into parquet flooring type topics are best let die. >> (1) Frank labelled the post [OT] so that people not interested in off-topic >> posts can filter it. >> (2) Parquetry flooring has nothing to do with Python programming, while >> source control is very relevant. Asking questions about revision control is >> at least as on-topic as asking what editor one should use for Python >> programming, The proper parallel is revision control for Python versus editor for Python. Since Frank is a known Python user, I presume 'for Python' was part of his question. Revision control for word processing would be a bit far afield for this list. >> a question I note you have been known to respond to :-) git, in particular, is used for both development *of* CPython and development *with* Python. At least one of the git sites has a clone of the cpython hg repository that some have used to develop patches. On the core-mentorship list, there has also been discussion about git branching and how it differs from hg use. > I entirely agree with Steven. VCS is about good software craftmenship. > It is just as on-topic as PEP8 is. I think that is too strong, but Frank did not claim that either. -- Terry Jan Reedy