index
:
git-absorb
master
stack-adapter
stack-refactor
Mirror of https://github.com/tummychow/git-absorb
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2024-07-20
add --version back
tummychow
2024-04-06
style: collapse braced completions `match`
Erich Gubler
2024-04-06
refactor: s/args_clone/cmd/
Erich Gubler
2024-04-06
refactor: use `derive` interface of `clap`
Erich Gubler
2024-03-24
Add nushell completions
Pi-Cla
2024-03-24
Use get_flag instead of contains_id
Pi-Cla
2024-03-22
Upgrade to clap 4
Pi-Cla
2024-02-23
introduce git config option `absorb.oneFixupPerCommit`
Kipras Melnikovas
2023-07-25
Add option to create one fixup per commit.
Robert Bartlensky
2023-04-06
nit to make flag names consistent
tummychow
2023-04-06
src: lib.rs: add whole-file match option
Nuno Sa
2020-11-02
Tweak option long name
Stephen Jung
2020-11-02
feat: adding terminal completion generation
hk
2020-10-07
apply clippy lints
Alexandru Macovei
2019-07-15
Add --and-rebase flag to run `git rebase` automatically
Nickolay Ponomarev
2018-12-11
cargo fmt with rustfmt v1.0
tummychow
2018-03-11
actually do dry run
tummychow
2018-03-11
remove superfluous braces in slog fnvalues
tummychow
2018-03-10
only add line/module to log in verbose mode
tummychow
2018-02-26
remove some use statements
tummychow
2018-02-15
add failure
tummychow
2018-02-15
support custom base for absorb stack
tummychow
2018-02-15
wait for async logger to drop
tummychow
2018-02-15
add slog
tummychow
2018-02-15
add cli args
tummychow
2018-02-15
add clap
tummychow
2018-02-15
add lib and test
tummychow
2018-02-15
cargo init
tummychow