summaryrefslogtreecommitdiffstats
path: root/src/stack.rs
AgeCommit message (Expand)Author
2024-02-23refactor git-config utils into config.rsKipras Melnikovas
2022-07-04note --force for detached HEADtummychow
2021-10-09fmttummychow
2021-10-05Allow --force to continue past "HEAD is not a branch" check.Ryan Davis
2020-10-08switch error handling lib from failure to anyhowAlexandru Macovei
2020-10-07replace deprecated and unmaintained tempfile 0.3 with tempdir 3.1Alexandru Macovei
2020-10-07apply clippy lintsAlexandru Macovei
2020-10-07propagate results from revwalk operationsAlexandru Macovei
2020-09-28Activate simplify_first_parent in revwalkSebastian Buck
2019-07-17Fall back gracefully if user.{name,email} not setAlyssa Ross
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
2018-12-11clean up commit message patchtummychow
2018-12-11cargo fmt with rustfmt v1.0tummychow
2018-11-07bump git2 dependencytummychow
2018-03-11rename base in stacktummychow
2018-02-16move stack to a moduletummychow