HomeSort by: relevance | last modified time | path
    Searched defs:commits (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 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( variable
1804 for commit in commits:
1844 {"label": k, "commits": sections[k]} for k in section_order if k in section
    [all...]

Completed in 25 milliseconds