git-commit: fix coding style.
git-commit.sh was using a mixture of spaces and tabs for indentation. This is changed to one tab per indentation level. No code changes. Signed-off-by: Martin Waitz <tali@admingilde.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
a144154f85
commit
3de63c3f9f
@ -175,7 +175,8 @@ $1"
|
|||||||
no_edit=t
|
no_edit=t
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-n|--n|--no|--no-|--no-v|--no-ve|--no-ver|--no-veri|--no-verif|--no-verify)
|
-n|--n|--no|--no-|--no-v|--no-ve|--no-ver|--no-veri|--no-verif|\
|
||||||
|
--no-verify)
|
||||||
verify=
|
verify=
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
@ -202,7 +203,8 @@ $1"
|
|||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--ree|--reed|--reedi|--reedit|--reedit-|--reedit-m|--reedit-me|\
|
--ree|--reed|--reedi|--reedit|--reedit-|--reedit-m|--reedit-me|\
|
||||||
--reedit-mes|--reedit-mess|--reedit-messa|--reedit-messag|--reedit-message)
|
--reedit-mes|--reedit-mess|--reedit-messa|--reedit-messag|\
|
||||||
|
--reedit-message)
|
||||||
case "$#" in 1) usage ;; esac
|
case "$#" in 1) usage ;; esac
|
||||||
shift
|
shift
|
||||||
log_given=t$log_given
|
log_given=t$log_given
|
||||||
@ -243,9 +245,9 @@ $1"
|
|||||||
verbose=t
|
verbose=t
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-u|--u|--un|--unt|--untr|--untra|--untrac|--untrack|--untracke|--untracked|\
|
-u|--u|--un|--unt|--untr|--untra|--untrac|--untrack|--untracke|\
|
||||||
--untracked-|--untracked-f|--untracked-fi|--untracked-fil|--untracked-file|\
|
--untracked|--untracked-|--untracked-f|--untracked-fi|--untracked-fil|\
|
||||||
--untracked-files)
|
--untracked-file|--untracked-files)
|
||||||
untracked_files=t
|
untracked_files=t
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user