Is it possible to setup trac with git to do the following.
1.) Given a ticket, identify which files were changed.
2.) (The inverse) - given a file, identify for which tickets it was modified.
Is there a way to setup this functionality with trac and git integration by - Where upon commit the ticket number is specified in the commit message causing the file names to be associated with the trac ticket in question.