>>>>> "Jakub" == Jakub Pavlík <[email protected]> writes:
Jakub> Hi,
Jakub> I have a large project containing many small scores (in large
Jakub> files each containing a bundle of scores) which often change.
Jakub> The project is stored in a git repository. I would like to be
Jakub> able to get the date of last modification for each of the
Jakub> scores from git. Does anyone have an idea how to do it?
Try
git log -1 --pretty=%ai filename
to get the last modification date for that filename.
git log -- get the revision log for the filename
-1 -- Just the most recent revision
--pretty=%ai -- Print the author's commit date in ISO format.
Peter C
--
Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au ERTOS within National ICT Australia
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user