diff options
author | John Keeping <john@keeping.me.uk> | 2013-01-20 13:15:33 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-24 19:32:29 -0800 |
commit | fadf8c71510e3ff142afd1ecbc65703d7ff27c8b (patch) | |
tree | de7581b1b5426492f14bc4a1ce615c81ee67940f /git_remote_helpers/.gitignore | |
parent | git_remote_helpers: fix input when running under Python 3 (diff) | |
download | tgif-fadf8c71510e3ff142afd1ecbc65703d7ff27c8b.tar.xz |
git_remote_helpers: force rebuild if python version changes
When different version of python are used to build via distutils, the
behaviour can change. Detect changes in version and pass --force in
this case.
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git_remote_helpers/.gitignore')
-rw-r--r-- | git_remote_helpers/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git_remote_helpers/.gitignore b/git_remote_helpers/.gitignore index 2247d5f95a..cf040af3f5 100644 --- a/git_remote_helpers/.gitignore +++ b/git_remote_helpers/.gitignore @@ -1,2 +1,3 @@ +/GIT-PYTHON-VERSION /build /dist |