#733174 git-extras: some observations and improvement proposals

Package:
git-extras
Source:
git-extras
Submitter:
Cristian Ionescu-Idbohrn
Date:
2013-12-26 17:57:10 UTC
Severity:
wishlist
#733174#5
Date:
2013-12-26 17:56:27 UTC
From:
To:
Thanks for packaging.

1. there are a few scripts that don't need the bash-shebang line;
   `checkbashisms' don't report any:
	- /usr/bin/git-effort
	- /usr/bin/git-pull-request
   or can be very easily be unbashified

2. the scripts can be improved; mainly, using shell builtins instead of
   forking external applications; see attached patch proposals; I'm prepared
   to put in some more effort into it, if you're interested

3. there would be nice if zsh-completion was also provided; there are some
   efforts to do so; see:
https://github.com/visionmedia/git-extras/issues/70
https://github.com/robbyrussell/oh-my-zsh
https://github.com/tlvince/git-extras/blob/zsh-completion/etc/zsh_completion.zsh