author | Jon Seymour <jon.seymour@gmail.com> | |
Fri, 5 Aug 2011 11:31:30 +0000 (21:31 +1000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 5 Aug 2011 17:01:30 +0000 (10:01 -0700) | ||
commit | 6021be866f904914e901d55f07adee980335d07d | |
tree | ad7e03bd9832963b4139b2249b217fe0fe0ed9a8 | tree | snapshot |
parent | 88d78911accc2b6c44732a1b6f6e9540c519d463 | commit | diff |
bisect: cleanup whitespace errors in git-bisect.sh.
All leading whitespace is now encoded with tabs.
After this patch, the following is true:
RAW=$(cat git-bisect.sh | md5sum) &&
ROUNDTRIP=$(cat git-bisect.sh | expand -i - | unexpand --first-only - | md5sum) &&
LEADING=$(sed -n "/^ */p" < git-bisect.sh | wc -l) &&
test $RAW = $ROUNDTRIP &&
test $LEADING = 0 &&
test -z "$(git diff -w HEAD~1 HEAD)"
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
All leading whitespace is now encoded with tabs.
After this patch, the following is true:
RAW=$(cat git-bisect.sh | md5sum) &&
ROUNDTRIP=$(cat git-bisect.sh | expand -i - | unexpand --first-only - | md5sum) &&
LEADING=$(sed -n "/^ */p" < git-bisect.sh | wc -l) &&
test $RAW = $ROUNDTRIP &&
test $LEADING = 0 &&
test -z "$(git diff -w HEAD~1 HEAD)"
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh | diff | blob | history |