Re: [git-users] Re: A few GIT questions.

2013-10-30 Thread Sam Roberts
I don't think you can add desciptions to files, though you can add
notes to commits:

http://alblue.bandlem.com/2011/11/git-tip-of-week-git-notes.html

You have a pretty specific work-flow, I don't think any tool is going
to do this out of the box, much less have IDE integration, but using
git notes might help, and you could use them as basis for some custom
tooling.

I have to ask, why not add structured comments in your files? Then add
some scripts to list the 1234.sql filename, along with the '% NAME:
readable-name.sql' comment.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Re: A few GIT questions.

2013-10-28 Thread daveyjay1
Forgot to mention - our files need to be named in special ways - for 
example AA112233.sql - so it would be very helpful if there was someway to 
add a description to the file (we currently do this in our access database 
- the script would have a name 'AA112233.sql' and then a description to 
describe what it does 'lists all users active on the system'). Is there a 
way to add a description to files which would be easy to view without 
having to open each file to look at comments on the file itself?
 
 

>   
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.