damn_server.list_of.user_commits

damn_server.list_of.user_commits(author, since=None, before=None, after=None, that_are_distinct=False)

Return the list of author’s commits with maximum length of 1024.

Parameters:
  • author (ConstrainedStrValue) – The author of the commits to return.

  • since (datetime) – The date/time since the commits were created.

  • before (int) – Commits with identifier (cid) less than before.

  • after (int) – Commits with identifier (cid) greater than after.

  • that_are_distinct (bool) – Return only the last commit for each area.