jgit/org.eclipse.jgit.test
Robin Rosenberg eb63bfc1b8 Recognize Git repository environment variables
This makes the jgit command line behave like the C Git implementation
in the respect.

These variables are not recognized in the core, though we add support
to do the overrides there. Hence other users of the JGit library, like
the Eclipse plugin and others, will not be affected.

GIT_DIR
	The location of the ".git" directory.

GIT_WORK_TREE
	The location of the work tree.

GIT_INDEX_FILE
	The location of the index file.

GIT_CEILING_DIRECTORIES
	A colon (semicolon on Windows) separated list of paths that
	which JGit will not cross when looking for the .git directory.

GIT_OBJECT_DIRECTORY
	The location of the objects directory under which objects are
	stored.

GIT_ALTERNATE_OBJECT_DIRECTORIES
	A colon (semicolon on Windows) separated list of object directories
	to search for objects.

In addition to these we support the core.worktree config setting when
the git directory is set deliberately instead of being found.

Change-Id: I2b9bceb13c0f66b25e9e3cefd2e01534a286e04c
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-12-28 15:58:47 -08:00
..
.settings Eclipse IDE: Automatically remove trailing whitespace on save 2009-10-31 14:53:29 -07:00
META-INF Refactor RepositoryTestCase to use LocalDiskRepository instead 2009-11-02 17:53:58 -08:00
exttst/org/eclipse/jgit Move T0007_Index to exttst 2009-11-02 17:53:58 -08:00
tst/org/eclipse/jgit Recognize Git repository environment variables 2009-12-28 15:58:47 -08:00
tst-rsrc/org/eclipse/jgit Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
.classpath Switch pgm, test to proper plugin projects 2009-11-02 17:53:29 -08:00
.gitignore Refactor our Maven build to be modular 2009-11-02 17:53:58 -08:00
.project Refactor org.eclipse.jgit.test to be a bundle 2009-10-16 09:13:35 -07:00
build.properties Refactor org.eclipse.jgit.test to be a bundle 2009-10-16 09:13:35 -07:00
org.eclipse.jgit.core--All-External-Tests (Java 6).launch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
org.eclipse.jgit.core--All-External-Tests.launch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
org.eclipse.jgit.core--All-Tests (Java 6).launch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
org.eclipse.jgit.core--All-Tests.launch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
plugin.properties Refactor org.eclipse.jgit.test to be a bundle 2009-10-16 09:13:35 -07:00
pom.xml Refactor RepositoryTestCase to use LocalDiskRepository instead 2009-11-02 17:53:58 -08:00