]> git.proxmox.com Git - libgit2.git/commit - include/git2/revwalk.h
revwalk: allow simplifying by first-parent
authorCarlos Martín Nieto <cmn@dwim.me>
Sat, 7 Sep 2013 22:52:26 +0000 (00:52 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Mon, 9 Sep 2013 18:31:14 +0000 (20:31 +0200)
commit15f7b9b8d9bdfb68ca52d582be40cf6112464e77
tree5f2654223d4e34d04e3630c0ee95fc02a8d6db4e
parentef6389ad504037e7a4311adbf14f1fa5a5aa4190
revwalk: allow simplifying by first-parent

When enabled, only the first parent of each commit will be queued,
enabling a simple way of using first-parent simplification.
include/git2/revwalk.h
src/revwalk.c
src/revwalk.h
tests-clar/revwalk/simplify.c [new file with mode: 0644]