mirror of
https://github.com/tj/git-extras.git
synced 2026-09-14 01:16:31 -04:00
Remove unused var.
This commit is contained in:
parent
4fd095b741
commit
4ff5dc1ee0
|
|
@ -6,7 +6,6 @@ GIT_LOG_FORMAT="$(git config changelog.format)"
|
|||
[[ -z "$GIT_LOG_FORMAT" ]] && GIT_LOG_FORMAT=' * %s'
|
||||
GIT_EDITOR="$(git var GIT_EDITOR)"
|
||||
PROGNAME="git-changelog"
|
||||
PROCLIST=()
|
||||
|
||||
_usage() {
|
||||
cat << EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue