summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-09-28Activate simplify_first_parent in revwalkSebastian Buck
2019-12-06Fix --and-rebase when last commit is the repository rootCollin Styles
2019-07-17Fall back gracefully if user.{name,email} not setAlyssa Ross
2019-07-15Use Rust 2018 editionNickolay Ponomarev
2019-07-15Add --and-rebase flag to run `git rebase` automaticallyNickolay Ponomarev
2019-07-15Oops, forgot to run rustfmt the last timeNickolay Ponomarev
2019-07-15Let --force override the "foreign author" check and change the messageNickolay Ponomarev
2019-07-15Try to be more helpful when git-absorb does nothing or stops earlyNickolay Ponomarev
2019-07-15Move the parsing of `--base` into Commit to working_stack()Nickolay Ponomarev
2019-07-14delete default limit testtummychow
2019-07-14Fix handling of multiple hunks in one fileNickolay Ponomarev
2019-07-14Make it clearer why the previous fix was correctNickolay Ponomarev
2019-07-14Properly create fixup commits for hunks with line removalsNickolay Ponomarev
2019-07-14Move the "skipped non-modified hunk" check to the outer loopNickolay Ponomarev
2019-07-14Introduce `Hunk::header()`Nickolay Ponomarev
2019-07-14End "fixup!" commit messages with newlineNickolay Ponomarev
2018-12-11fix some clippy lintstummychow
2018-12-11clean up commit message patchtummychow
2018-12-11cargo fmt with rustfmt v1.0tummychow
2018-12-11Use commit message instead of the SHA in fixupMartin Mauch
2018-11-07bump git2 dependencytummychow
2018-11-07clean up subfolder patchtummychow
2018-06-07Support modifications in sub-directoriesDan Aloni
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-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