summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-11refactor stack into iterator, part 1stack-refactortummychow
2018-03-11bump cargo.lock version as welltummychow
2018-03-11bump version for dry run feature0.2.0tummychow
2018-03-11actually do dry runtummychow
2018-03-11rename base in stacktummychow
2018-03-11remove trailing whitespacetummychow
2018-03-11remove superfluous dereftummychow
2018-03-11more todostummychow
2018-03-11make anchors a method on hunktummychow
2018-03-11remove superfluous braces in slog fnvaluestummychow
2018-03-11list global todostummychow
2018-03-10more usage notestummychow
2018-03-10fix badge linktummychow
2018-03-10add install notes and crates badgetummychow
2018-03-10clean up cargo.toml for crates.iotummychow
2018-03-10add readme0.1.0tummychow
2018-03-10actually create absorb commitstummychow
2018-03-10assemble tree with a hunk appliedtummychow
2018-03-10only add line/module to log in verbose modetummychow
2018-03-10remove option from patch pathstummychow
2018-03-10add logging to commute looptummychow
2018-03-10lower parsing output to trace loggingtummychow
2018-02-26implement basic absorb commute looptummychow
2018-02-26remove some use statementstummychow
2018-02-26index paths in diff structuretummychow
2018-02-25tweak uniform to take an IntoIteratortummychow
2018-02-25remove superfluous braces in closuretummychow
2018-02-25add some explanatory comments to teststummychow
2018-02-25implement commuting against an entire patchtummychow
2018-02-25use std::iter in commutetummychow
2018-02-25make commute publictummychow
2018-02-21remove result from commutationtummychow
2018-02-21fix commutation againtummychow
2018-02-21implement interleave checktummychow
2018-02-21use rc for block lines vectortummychow
2018-02-20fix commutationtummychow
2018-02-16implement hunk commutationtummychow
2018-02-16use usize for line numberstummychow
2018-02-16remove prefix in owned moduletummychow
2018-02-16move stack to a moduletummychow
2018-02-16make all stack breakpoints into warningstummychow
2018-02-16remove extraneous clone()tummychow
2018-02-16refactor diff_options againtummychow
2018-02-16compute diffs for stacktummychow
2018-02-16use len on exact size iteratortummychow
2018-02-16move parsed objects to another moduletummychow
2018-02-16rudimentary diff parsingtummychow
2018-02-15add failuretummychow
2018-02-15add test helper to compare commit chainstummychow
2018-02-15remove static lifetimetummychow