Lines Matching defs:commits
1000 """Completes commits attributes upon request."""
1377 """Reverse chronological list of git repository's commits
1389 ## --topo-order: don't mix commits from separate branches.
1508 for commit in section["commits"]:
1570 for commit in section["commits"]:
1723 :param include_merge: whether to include merge commits in the log or not
1759 die("No commits matching given revlist: %s" % (" ".join(revlist),))
1797 commits = repository.log(
1804 for commit in commits:
1844 {"label": k, "commits": sections[k]} for k in section_order if k in sections
1868 :param unreleased_version_label: version label for untagged commits
1892 die("Empty changelog. No commits were elected to be used as entry.")