Csound Csound-dev Csound-tekno Search About

[Csnd] modification time of git repository files

Date2013-11-11 15:36
FromDavid Worrall
Subject[Csnd] modification time of git repository files
There are a number of files in the git repository that are either out of date or irrelevant.

Does anyone know how to get the last modification time of repository file?
That might the a clue to what can be ignored….

thanks,

David


______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33
91058 Erlangen
Telefon  +49 (0) 91 31 / 7 76-62 44
Fax      +49 (0) 91 31 / 7 76-20 99
E-Mail: david.worrall@iis.fraunhofer.de
Internet: www.iis.fraunhofer.de 





Date2013-11-11 16:23
FromVictor Lazzarini
SubjectRe: [Csnd] modification time of git repository files
You can use git log for that, for instance

git log -1 --format="%ad”  

https://www.kernel.org/pub/software/scm/git/docs/git-log.html

Victor
On 11 Nov 2013, at 15:36, David Worrall  wrote:

> There are a number of files in the git repository that are either out of date or irrelevant.
> 
> Does anyone know how to get the last modification time of repository file?
> That might the a clue to what can be ignored….
> 
> thanks,
> 
> David
> 
> 
> ______________________________________
> Prof. Dr. David Worrall
> Emerging Audio Research (EAR)
> Audio Department
> International Audio Laboratories Erlangen
> Fraunhofer-Institut für Integrierte Schaltungen IIS
> Am Wolfsmantel 33
> 91058 Erlangen
> Telefon  +49 (0) 91 31 / 7 76-62 44
> Fax      +49 (0) 91 31 / 7 76-20 99
> E-Mail: david.worrall@iis.fraunhofer.de
> Internet: www.iis.fraunhofer.de 
> 
> 
> 
> 



Date2013-11-11 16:44
FromDavid Worrall
SubjectRe: [Csnd] modification time of git repository files
Thanks.. turns out that that log query it doesn't work on a depth=1 pull, but it does on anything but a full repository. 
Not sure if it works on anything less.

David


On 11.11.2013, at 17:23, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:

You can use git log for that, for instance

git log -1 --format="%ad”  <filename>

https://www.kernel.org/pub/software/scm/git/docs/git-log.html

Victor
On 11 Nov 2013, at 15:36, David Worrall <david.worrall@iis.fraunhofer.de> wrote:

There are a number of files in the git repository that are either out of date or irrelevant.

Does anyone know how to get the last modification time of repository file?
That might the a clue to what can be ignored….

thanks,

David


______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33
91058 Erlangen
Telefon  +49 (0) 91 31 / 7 76-62 44
Fax      +49 (0) 91 31 / 7 76-20 99
E-Mail: david.worrall@iis.fraunhofer.de
Internet: www.iis.fraunhofer.de







Send bugs reports to the Sourceforge bug trackers
csound6:
           https://sourceforge.net/p/csound/tickets/
csound5:
           https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33
91058 Erlangen
Telefon  +49 (0) 91 31 / 7 76-62 44
Fax      +49 (0) 91 31 / 7 76-20 99
E-Mail: david.worrall@iis.fraunhofer.de
Internet: www.iis.fraunhofer.de 





Date2013-11-11 16:47
FromDavid Worrall
SubjectRe: [Csnd] modification time of git repository files
Apologies for my English (I think it's turning into German :-)

What I meant to say was:

Thanks.. it turns out that that log query doesn't work on a depth=1 pull, but it does on a full repository. 
Not sure if it works on anything less.

David


On 11.11.2013, at 17:23, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:

You can use git log for that, for instance

git log -1 --format="%ad”  <filename>

https://www.kernel.org/pub/software/scm/git/docs/git-log.html

Victor
On 11 Nov 2013, at 15:36, David Worrall <david.worrall@iis.fraunhofer.de> wrote:

There are a number of files in the git repository that are either out of date or irrelevant.

Does anyone know how to get the last modification time of repository file?
That might the a clue to what can be ignored….

thanks,

David


______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33
91058 Erlangen
Telefon  +49 (0) 91 31 / 7 76-62 44
Fax      +49 (0) 91 31 / 7 76-20 99
E-Mail: david.worrall@iis.fraunhofer.de
Internet: www.iis.fraunhofer.de







Send bugs reports to the Sourceforge bug trackers
csound6:
           https://sourceforge.net/p/csound/tickets/
csound5:
           https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



______________________________________
Prof. Dr. David Worrall
Emerging Audio Research (EAR)
Audio Department
International Audio Laboratories Erlangen
Fraunhofer-Institut für Integrierte Schaltungen IIS
Am Wolfsmantel 33
91058 Erlangen
Telefon  +49 (0) 91 31 / 7 76-62 44
Fax      +49 (0) 91 31 / 7 76-20 99
E-Mail: david.worrall@iis.fraunhofer.de
Internet: www.iis.fraunhofer.de