tummychow / git-absorb

git commit --fixup, but automatic
https://crates.io/crates/git-absorb
BSD 3-Clause "New" or "Revised" License
4.66k stars 71 forks source link

`-V`/`--version` does not work #115

Closed jrwrigh closed 3 months ago

jrwrigh commented 3 months ago
$ git absorb -V
error: unexpected argument '-V' found

Usage: git-absorb [OPTIONS]

For more information, try '--help'.

$ git absorb --version
error: unexpected argument '--version' found

  tip: a similar argument exists: '--verbose'

Usage: git-absorb <--base <BASE>|--dry-run|--force|--verbose|--and-rebase|--gen-completions <GEN_COMPLETIONS>|--whole-file|--one-fixup-per-commit>

For more information, try '--help'.

This is on arch, with the following install information:

$ pacman -Qi git-absorb
Name            : git-absorb
Version         : 0.6.15-1
Description     : git commit --fixup, but automatic
Architecture    : x86_64
URL             : https://github.com/tummychow/git-absorb
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : libgit2
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 1591.09 KiB
Packager        : Caleb Maclennan <alerque@archlinux.org>
Build Date      : Mon 08 Jul 2024 02:41:45 AM MDT
Install Date    : Mon 08 Jul 2024 10:33:02 AM MDT
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
jrwrigh commented 3 months ago

Reverting to arch package version 0.6.13-2 successfully runs the version flag:

$ git absorb -V
git-absorb 0.6.13
tummychow commented 3 months ago

huh. we must have broken it in https://github.com/tummychow/git-absorb/pull/110 somehow

halkeye commented 2 days ago

Whats the plan to get this released?

tummychow commented 1 day ago

https://github.com/tummychow/git-absorb/releases/tag/0.6.16

halkeye commented 1 day ago

wow, you rock thanks