On Thu, 29 Jan 2009, Zabre wrote: > Markus Heidelberg wrote: > > > > man git-commit-tree > > -> GIT_COMMITTER_DATE > > > > Though only in the git-commit-tree docs, it also works with git-commit. > > Maybe it should be added there, too. > > > > Thank you Markus, I'll have a look at this too ! You may want to consider whether those dates make most sense as the date of the commit, or the date the changes were done; git tracks both of these separately, in part because it's easy to have some work done at one time, and only make the commit that becomes part of the official project history much later (and these may be done by different people). The date for the changes being done is set with GIT_AUTHOR_DATE -Daniel *This .sig left intentionally blank* -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html