Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

64 lines (53 loc) · 4.09 KB

Changelog

v1.6.0 / 2024-05-20

  • #71 Install zsh completion with mode 644, add install-fish target (@mattst88)
  • #70 Fail script if git-commit fails (@keis)
  • #66 Add --all option (@jerome-reybert-tiempo)
  • #67 Add --amend option (@guludo)
  • #64 Fix tab completion for revisions in base parameter (@pe)
  • #63 Remove filenames in tab-completion in fish (@pe)
  • #62 Add short option -n for --no-verify (@bbannier)
  • #61 Fix default menu markdown link (@glensc)

v1.5.0 / 2022-05-24

  • #60 Add new options to completion scripts (@keis)
  • #59 Add --rebase option that calls rebase after commit (@FdelMazo)
  • #57 Recover lost git fixup <ref> functionality (@FdelMazo)
  • #56 Add --base option (#56) (@guludo)
  • #55 Use the option parsing plumbing of git-sh-setup (@keis)
  • #54 No-verify: doc and completion (@pe)

v1.4.0 / 2021-08-25

  • #52 Add --no-verify option to pass to git commit (@glensc)
  • #50 Add tab completion for the fish shell (@pe)
  • #49 replace readarray (@pe)
  • #47 Make the various options and config behave consistently (@keis)

v1.3.0 / 2020-02-14

  • #45 Use bash from PATH for brew (@glensc)
  • #43 Updates to zsh completion (@aschrab)

v1.2.0 / 2019-02-28

  • #39 Add the --commit option (@guludo)

v1.1.2 / 2018-04-26

  • #36 Fix completion for Zsh 5.3 (@eigengrau)
  • #34 Don’t use --invert-grep. (@mcepl)

v1.1.1 / 2016-08-11

  • #31 Use DESTDIR in Makefile (@Shir0kamii)
  • #28 Don't use symmetrical rev range (@keis)

v1.1.0 / 2015-12-22

  • #27 Exclude other fixups from recent commits (@keis)
  • #25 update zsh completion script (@keis)
  • #24 add support for squashing with the -s or --squash params (@joeshaw)

v1.0.2 / 2015-04-09

  • #22 add ISC license text (@keis)
  • #20 redirect error message to stderr (@keis)
  • #17 Add screenshot to README (@fixe)

v1.0.1 / 2015-02-26

  • #16 When installing, create any missing parent dirs. (@Josh-Tilles)
  • #15 Add brew install information to README (@nunofgs)

v1.0.0 / 2015-02-24

  • #13 no pager on git log please (@keis)
  • #12 fallback to all commits when rev range is empty (@keis)
  • #10 Update README (@fixe)
  • #8 Fix git blame file usage (@fixe)
  • #6 Simplify how the commit message is fetched (@fixe)
  • #4 git-fixup improvements (@cgiuffr)
  • #3 cd to toplevel before doing git blame (@keis)
  • #1 Create dir before installing to it (@alde)