diff options
author | 2011-08-05 21:31:30 +1000 | |
---|---|---|
committer | 2011-08-05 10:01:30 -0700 | |
commit | 6021be866f904914e901d55f07adee980335d07d (patch) | |
tree | ad7e03bd9832963b4139b2249b217fe0fe0ed9a8 /Documentation/git-send-pack.txt | |
parent | bisect: add documentation for --no-checkout option. (diff) | |
download | tgif-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 'Documentation/git-send-pack.txt')
0 files changed, 0 insertions, 0 deletions