RE: [git-users] git add This file is for the blah class

2012-08-19 Thread NightShade
Mark,

 

Have you looked into the notes subcommand for git? I have not personally
used it myself so I'm not certain if it will work for what you want or not
but it does sound like it would at least be a start for the type of
functionality your looking for.

 

Chris

From: git-users@googlegroups.com [mailto:git-users@googlegroups.com] On
Behalf Of theProphet
Sent: Sunday, August 19, 2012 12:46 PM
To: git-users@googlegroups.com
Cc: g...@vger.kernel.org
Subject: [git-users] git add This file is for the blah class

 

I'm finding it annoying when browsing repositories at github and such that
the description on every file and directory is only the last commit message
given for that file.

 

I think it would be much more organizationally useful if the git add
command accepted a message that will be associated with that file that
describes its purpose.  A file name just isn't adequate to do the job and
there's nowhere else where this is tracked.

 

Thanks guys!

 

mark

github/Social-Garden.

 

 

-- 
You received this message because you are subscribed to the Google Groups
Git for human beings group.
To view this discussion on the web visit
https://groups.google.com/d/msg/git-users/-/z8QL0uzNBCIJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/git-users?hl=en.

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] git add This file is for the blah class

2012-08-19 Thread Mark Adam
On Sun, Aug 19, 2012 at 5:24 PM, NightShade nightshade1...@gmail.comwrote:

 Mark,

 ** **

 Have you looked into the notes subcommand for git? I have not personally
 used it myself so I’m not certain if it will work for what you want or not
 but it does sound like it would at least be a start for the type of
 functionality your looking for.


Well, I'd like to tie the notes to specific files, so that github and the
like can use them in displaying code.  I don't think a generic notes will
do the job

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@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] git add This file is for the blah class

2012-08-19 Thread Mark Adam
On Sun, Aug 19, 2012 at 5:49 PM, NightShade nightshade1...@gmail.comwrote:

 Maybe something like

 Create initial version of class file or files “maybe even empty files”
 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 note.
 

 ** **

 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

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.