summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-04-06style: collapse braced completions `match`Erich Gubler
2024-04-06refactor: s/args_clone/cmd/Erich Gubler
2024-04-06refactor: use `derive` interface of `clap`Erich Gubler
2024-03-24Add nushell completionsPi-Cla
2024-03-24Use get_flag instead of contains_idPi-Cla
2024-03-22Upgrade to clap 4Pi-Cla
2024-02-23introduce git config option `absorb.oneFixupPerCommit`Kipras Melnikovas
2023-07-25Add option to create one fixup per commit.Robert Bartlensky
2023-04-06nit to make flag names consistenttummychow
2023-04-06src: lib.rs: add whole-file match optionNuno Sa
2020-11-02Tweak option long nameStephen Jung
2020-11-02feat: adding terminal completion generationhk
2020-10-07apply clippy lintsAlexandru Macovei
2019-07-15Add --and-rebase flag to run `git rebase` automaticallyNickolay Ponomarev
2018-12-11cargo fmt with rustfmt v1.0tummychow
2018-03-11actually do dry runtummychow
2018-03-11remove superfluous braces in slog fnvaluestummychow
2018-03-10only add line/module to log in verbose modetummychow
2018-02-26remove some use statementstummychow
2018-02-15add failuretummychow
2018-02-15support custom base for absorb stacktummychow
2018-02-15wait for async logger to droptummychow
2018-02-15add slogtummychow
2018-02-15add cli argstummychow
2018-02-15add claptummychow
2018-02-15add lib and testtummychow
2018-02-15cargo inittummychow