Eric Blake wrote: > | If in 6 months sometimes says "my gnulib > | is version 0.0.430-8915-dirty", how do I find out what date it is? > > git log 8915
Works fine. Thank you. > At any rate, the '-dirty' suffix is > only present if you have uncommitted changes still in your tree. Ah, then I would call it "-modified". The opposite of "clean" is "dirty" when you talk about your socks, but "modified" when talking about a source code tree. (There is no "git wash" command ;-)) Bruno
