[Csnd] modification time of git repository files
Date | 2013-11-11 15:36 |
From | David 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 |
Date | 2013-11-11 16:23 |
From | Victor Lazzarini |
Subject | Re: [Csnd] modification time of git repository files |
You can use git log for that, for instance git log -1 --format="%ad” |
Date | 2013-11-11 16:44 |
From | David Worrall |
Subject | Re: [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 ______________________________________ 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 |
Date | 2013-11-11 16:47 |
From | David Worrall |
Subject | Re: [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 ______________________________________ 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 |