aboutsummaryrefslogtreecommitdiff
path: root/git.spec.in
diff options
context:
space:
mode:
authorJon Seymour <jon.seymour@gmail.com>2011-08-05 21:31:30 +1000
committerJunio C Hamano <gitster@pobox.com>2011-08-05 10:01:30 -0700
commit6021be866f904914e901d55f07adee980335d07d (patch)
treead7e03bd9832963b4139b2249b217fe0fe0ed9a8 /git.spec.in
parent88d78911accc2b6c44732a1b6f6e9540c519d463 (diff)
downloadgit-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 'git.spec.in')
0 files changed, 0 insertions, 0 deletions