This series is intended to be applied on top js/bisect-no-checkout. The first patch ensures all leading whitespace is encoded with tabs, where possible. The second patch replaces constructs of the form: if cond-statement; then then-statement fi with: if cond-statement then then-statement fi Jon Seymour (2): bisect: cleanup whitespace errors in git-bisect.sh. bisect: replace "; then" with "\n<tab>*then" git-bisect.sh | 283 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 146 insertions(+), 137 deletions(-) -- 1.7.6.354.g7f57d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html