diff options
author | Jon Seymour <jon.seymour@gmail.com> | 2011-08-05 21:31:30 +1000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-05 10:01:30 -0700 |
commit | 6021be866f904914e901d55f07adee980335d07d (patch) | |
tree | ad7e03bd9832963b4139b2249b217fe0fe0ed9a8 /upload-pack.c | |
parent | 88d78911accc2b6c44732a1b6f6e9540c519d463 (diff) | |
download | git-6021be866f904914e901d55f07adee980335d07d.tar.gz git-6021be866f904914e901d55f07adee980335d07d.tar.xz |
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>
Diffstat (limited to 'upload-pack.c')
0 files changed, 0 insertions, 0 deletions