Yes, git log <http://www.kernel.org/pub/software/scm/git/docs/git-log.html>can take two times as arguments.
git log --since "two weeks ago" --until yesterday You might also want to consider git whatchanged<http://www.kernel.org/pub/software/scm/git/docs/git-whatchanged.html> : git whatchanged --since "two weeks ago" --until yesterday The arguments accepted are pretty versatile. For details, see the Specifying Revisions section of git-rev-parse<http://www.kernel.org/pub/software/scm/git/docs/v1.5.0.7/git-rev-parse.html> . I don't have any more ideas on figuring out what the performance bottleneck could be though, sorry. Maybe someone on the main git list<http://vger.kernel.org/vger-lists.html#git>can help more? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
