author | Andrew Garber <andrew@andrewgarber.com> | |
Thu, 7 Apr 2011 06:01:21 +0000 (02:01 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 7 Apr 2011 07:37:45 +0000 (00:37 -0700) | ||
commit | c3f6163b0b6e2cfae1422050c9607db1130cded0 | |
tree | 03a3b26e3e0b22c863af5edfe7c900462320393f | tree | snapshot |
parent | 6be0559183ac0b40680df314748141d1bdf28e41 | commit | diff |
git-p4: replace each tab with 8 spaces for consistency
Note that the majority of git-p4 uses spaces, not tabs, for indentation.
Consistent indentation is a good hygiene for Python scripts, and mixing
tabs and spaces in Python can lead to hard-to-find bugs.
Signed-off-by: Andrew Garber <andrew@andrewgarber.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Note that the majority of git-p4 uses spaces, not tabs, for indentation.
Consistent indentation is a good hygiene for Python scripts, and mixing
tabs and spaces in Python can lead to hard-to-find bugs.
Signed-off-by: Andrew Garber <andrew@andrewgarber.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4 | diff | blob | history |