From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Adam Subject: Re: git add "This file is for the blah class" Date: Sun, 19 Aug 2012 18:03:43 -0500 Message-ID: References: <004a01cd7e59$58332b70$08998250$@com> <02ad01cd7e5c$e95b7af0$bc1270d0$@com> Reply-To: git-users-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b33c85c9aa51a04c7a66721 Cc: git-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: git-users-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org X-From: git-users+bncCLC3jq6SGBDQ4cWBBRoEwTsinw-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mon Aug 20 01:03:48 2012 Return-path: Envelope-to: gcggu-git-users@m.gmane.org Received: from mail-yw0-f58.google.com ([209.85.213.58]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T3EX5-00074S-0E for gcggu-git-users@m.gmane.org; Mon, 20 Aug 2012 01:03:47 +0200 Received: by yhmm54 with SMTP id m54sf5661785yhm.3 for ; Sun, 19 Aug 2012 16:03:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=JOKJ8HUjJJ4Poa0JiEOH5beZTAA45eY2G7vuzB5DN6Q=; b=uLRfg4q19L/u6l2QSvEYrnXwm0x3qFh9lN9Vam+hx+XZFrbmKKGyCSqlbgRhGqDfN/ PbN6Nq30D2AxkW8zVc+//eI3j72tSQW8HgmTKX83vi9Rc/5z2Vz+alpXfrx77GbzmlaD w88alzWh8uNTZtitPgZFTEC1ZpwRTgoN0lW0c= Received: by 10.68.189.228 with SMTP id gl4mr1768295pbc.4.1345417424664; Sun, 19 Aug 2012 16:03:44 -0700 (PDT) X-BeenThere: git-users-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Received: by 10.68.115.110 with SMTP id jn14ls1807981pbb.3.gmail; Sun, 19 Aug 2012 16:03:43 -0700 (PDT) Received: by 10.66.74.40 with SMTP id q8mr1606006pav.19.1345417423744; Sun, 19 Aug 2012 16:03:43 -0700 (PDT) Received: by 10.66.74.40 with SMTP id q8mr1606005pav.19.1345417423730; Sun, 19 Aug 2012 16:03:43 -0700 (PDT) Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by gmr-mx.google.com with ESMTPS id p7si2461245pby.0.2012.08.19.16.03.43 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Aug 2012 16:03:43 -0700 (PDT) Received-SPF: pass (google.com: domain of dreamingforward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org designates 209.85.160.44 as permitted sender) client-ip=209.85.160.44; Received: by pbbrr4 with SMTP id rr4so7694026pbb.3 for ; Sun, 19 Aug 2012 16:03:43 -0700 (PDT) Received: by 10.68.229.228 with SMTP id st4mr21953150pbc.106.1345417423529; Sun, 19 Aug 2012 16:03:43 -0700 (PDT) Received: by 10.68.72.201 with HTTP; Sun, 19 Aug 2012 16:03:43 -0700 (PDT) In-Reply-To: <02ad01cd7e5c$e95b7af0$bc1270d0$@com> X-Original-Sender: dreamingforward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of dreamingforward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org designates 209.85.160.44 as permitted sender) smtp.mail=dreamingforward-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org; dkim=pass header.i=@gmail.com Precedence: list Mailing-list: list git-users-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org; contact git-users+owners-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-ID: X-Google-Group-Id: 934228491576 List-Post: , List-Help: , List-Archive: Sender: git-users-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Subscribe: , List-Unsubscribe: , Archived-At: --047d7b33c85c9aa51a04c7a66721 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Sun, Aug 19, 2012 at 5:49 PM, NightShade wrote= : > Maybe something like > > Create initial version of class file or files =93maybe even empty files= =94 > then use git add and git commit to store them in the repo and finally git > notes to add the description.**** > > ** ** > > Since I mainly use git with drupal and just need to record when I create = a > site specific folder or add / update a module I have a very basic working > knowledge of git. Based on how I interpret the below excerpt from the > git-notes man page I think the above would work as long as there is not a > commit between the initial addition/commit of the class files and the not= e. > **** > > ** ** > > This is from the git-notes man page at kernel.org**** > > A typical use of notes is to supplement a commit message without changing > the commit itself. Notes can be shown by *git log* along with the > original commit message.**** > > ** ** > > > Yes, that's all decent, but I'm trying to create a habitual methodology about the documentation of files so that it helps the community as standard practice. The perfect place is really on the git add command line. I would suggest it at the main dev list, but I recently signed on and have established any status there.... So will wait... mark --=20 You received this message because you are subscribed to the Google Groups "= Git for human beings" group. To post to this group, send email to git-users-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to git-users+unsubscribe@googleg= roups.com. For more options, visit this group at http://groups.google.com/group/git-us= ers?hl=3Den. --047d7b33c85c9aa51a04c7a66721 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable
On Sun, Aug 19, 2012 at 5:49 PM, NightShade <nightshade1632-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

<= span style=3D"color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size= :11pt">Maybe something like

Create initial version of class file or files =93maybe even em= pty files=94 then use git add and git commit to store them in the repo and = finally git notes to add the description.

=A0<= /p>

Since I mainly use git= with drupal and just need to record when I create a site specific folder o= r add / update a module I have a very basic working knowledge of git. Based= on how I interpret the below excerpt from the git-notes man page I think t= he above would work as long as there is not a commit between the initial ad= dition/commit of the class files and the note.

=A0<= /p>

This is from the git-n= otes man page at kernel.org=

A typical use of notes is to supplement a commit mes= sage without changing the commit itself. Notes can be shown by git log<= /em> along with the original commit message.

=A0


Yes, that's all decent, but I'm = trying to create a habitual methodology about the documentation of files so= that it helps the community as standard practice. =A0The perfect place is = really on the git add command line. =A0I would suggest it at the main dev l= ist, but I recently signed on and have established any status there.... =A0= So will wait...

mark

--
You received this message because you are subscribed to the Google Groups "= Git for human beings" group.
To post to this group, send email to git-users-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to git-users+unsubscribe@googleg= roups.com.
For more options, visit this group at http://groups.google.com/group/git-us= ers?hl=3Den.
--047d7b33c85c9aa51a04c7a66721--