summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-16bump to 0.6.50.6.5tummychow
2020-10-08Merge pull request #33 from alexmaco/libStephen Jung
2020-10-08run cargo update to update lockfileAlexandru Macovei
2020-10-08switch error handling lib from failure to anyhowAlexandru Macovei
2020-10-07Merge pull request #32 from alexmaco/libStephen Jung
2020-10-07replace deprecated and unmaintained tempfile 0.3 with tempdir 3.1Alexandru Macovei
2020-10-07bump clap to 2.33Alexandru Macovei
2020-10-07apply clippy lintsAlexandru Macovei
2020-10-07propagate results from revwalk operationsAlexandru Macovei
2020-10-07bump memchr to 2.3Alexandru Macovei
2020-10-07update git2 to v~0.13Alexandru Macovei
2020-09-28bump to 0.6.40.6.4tummychow
2020-09-28Merge pull request #30 from betwo/masterStephen Jung
2020-09-28Activate simplify_first_parent in revwalkSebastian Buck
2020-05-29bump to 0.6.30.6.3tummychow
2020-05-29bump to slog-term 2.6tummychow
2020-05-23bump to 0.6.20.6.2tummychow
2020-05-23use upstream repo with fixtummychow
2020-05-23bump to 0.6.10.6.1tummychow
2020-05-23bump slog and use TERM=dumb fixtummychow
2020-05-14bump to 0.6.00.6.0tummychow
2019-12-06Merge pull request #26 from cstyles/fix-and-rebase-root-commitStephen Jung
2019-12-06Fix --and-rebase when last commit is the repository rootCollin Styles
2019-10-18Merge pull request #25 from nilbus/manStephen Jung
2019-10-18Remove backticks from link reference that are not renderedEdward Anderson
2019-10-18Support make clean to remove documentation filesEdward Anderson
2019-10-18Generate manpage from asciidoc source via makefileEdward Anderson
2019-07-17Merge pull request #22 from alyssais/sigStephen Jung
2019-07-17Fall back gracefully if user.{name,email} not setAlyssa Ross
2019-07-15bump to 0.5.00.5.0tummychow
2019-07-14Merge pull request #20 from nickolay/pr/run-rebaseStephen Jung
2019-07-15Update git2 to 0.9 and refresh Cargo.lockNickolay Ponomarev
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-14Merge pull request #17 from nickolay/pr/ergonomicsStephen Jung
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-14bump to 0.4.00.4.0tummychow
2019-07-14delete default limit testtummychow
2019-07-14Merge pull request #14 from nickolay/pr/issue6Stephen Jung
2019-07-14Remove manual test, as requestedNickolay Ponomarev
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
2019-07-14Update Cargo.lock with the autogenerated message added in newer cargoNickolay Ponomarev