1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-26 11:46:12 +02:00
git/git_remote_helpers
Junio C Hamano af655431f5 Merge branch 'sr/remote-helper-export'
* sr/remote-helper-export:
  t5800: testgit helper requires Python support
  Makefile: Simplify handling of python scripts
  remote-helpers: add tests for testgit helper
  remote-helpers: add testgit helper
  remote-helpers: add support for an export command
  remote-helpers: allow requesing the path to the .git directory
  fast-import: always create marks_file directories
  clone: also configure url for bare clones
  clone: pass the remote name to remote_get

Conflicts:
	Makefile
2010-05-21 04:02:15 -07:00
..
git remote-helpers: add testgit helper 2010-03-31 21:40:16 -07:00
.gitignore Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
Makefile Correct references to /usr/bin/python which does not exist on FreeBSD 2010-03-24 14:33:54 -07:00
__init__.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
setup.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
util.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00