git-prompt.zsh icon indicating copy to clipboard operation
git-prompt.zsh copied to clipboard

Remove --show-stash workaround once Git 2.35 is more wide-spread

Open woefe opened this issue 1 year ago • 0 comments

#40 introduced an optimization for Git 2.35.0 or newer. Once 2.35 is more wide-spread the old workaround should be removed and the code cleaned up.

In 2027, when Ubuntu 22.04 LTS becomes ESM, might be a good time to remove it.

  • [ ] Require Git 2.35.0
  • [ ] Remove --show-stash workaround
  • [ ] Replace GIT_OPTIONAL_LOCKS=0 with --no-optional-locks

woefe avatar Dec 22 '23 22:12 woefe