Added documentation in the README for gac-add-additional-flag
Added gac-commit-additional-flag to add flags to git commit as an analog for gac-add-additional-flag, along with documentation
Added gac-silent-message-p to have a completely silent commit message, fixing issue #28. I'm not exactly sure what the semantics are of call-process-shell-command vs shell-command, but seems to be working fairly well so far.
gac-add-additional-flag
gac-commit-additional-flag
to add flags togit commit
as an analog forgac-add-additional-flag
, along with documentationgac-silent-message-p
to have a completely silent commit message, fixing issue #28. I'm not exactly sure what the semantics are ofcall-process-shell-command
vsshell-command
, but seems to be working fairly well so far.