This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
git
Watch
1
Star
0
Fork
You've already forked git
0
mirror of
https://github.com/git/git.git
synced
2024-11-02 07:17:58 +01:00
Code
Activity
a95f067e3f
git
/
git_remote_helpers
/
.gitignore
4 lines
33 B
Text
Raw
Normal View
History
Unescape
Escape
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>
2013-01-20 14:15:33 +01:00
/GIT-PYTHON-VERSION
Add Python support library for remote helpers This patch introduces parts of a Python package called "git_remote_helpers" containing the building blocks for remote helpers written in Python. No actual remote helpers are part of this patch, this patch only includes the common basics needed to start writing such helpers. The patch includes the necessary Makefile additions to build and install the git_remote_helpers Python package along with the rest of Git. This patch is based on Johan Herland's git_remote_cvs patch and has been improved by the following contributions: - David Aguilar: Lots of Python coding style fixes - David Aguilar: DESTDIR support in Makefile Cc: David Aguilar <davvid@gmail.com> Cc: Johan Herland <johan@herland.net> Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com> Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-11-18 02:42:32 +01:00
/build
/dist
Copy permalink