Skip to content
Snippets Groups Projects
Commit 3de63c3f authored by Martin Waitz's avatar Martin Waitz Committed by Junio C Hamano
Browse files

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: default avatarMartin Waitz <tali@admingilde.org>
Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
parent a144154f
Branches
No related tags found
No related merge requests found
...@@ -175,7 +175,8 @@ $1" ...@@ -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" ...@@ -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" ...@@ -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
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment