nvie / git-toolbelt

A suite of useful Git commands that aid with scripting or every day command line usage
BSD 3-Clause "New" or "Revised" License
1.25k stars 111 forks source link

'git-active-branches' relies on third-party 'ifne' utility #33

Closed ernstki closed 4 years ago

ernstki commented 4 years ago

git-active-branches is making use of ifne from Joey Hess' moreutils.

This is fine for Linux people with moreutils just a sudo command away, and Mac people with Homebrew or MacPorts already set up, but creates a bit of a challenge if someone is using, say, Git for Windows (#29).

pmlandwehr commented 4 years ago

Has this entirely purged the dependency on moreutils? If so, the README needs a tweak removing a mention of it. (I can do a pull, if that helps.)

nvie commented 4 years ago

Has this entirely purged the dependency on moreutils? If so, the README needs a tweak removing a mention of it. (I can do a pull, if that helps.)

I believe so! Please feel free to :)