Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.
/ git-new-workdir Public archive

A port of the new-workdir command from git/git:contrib, with added support for submodules

Notifications You must be signed in to change notification settings

Khan/git-new-workdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

A port of git new-workdir to support submodules

The main git repo includes contrib/workdir/, which is a command that allows sharing objects in the .git/ folder between repos. This is useful on jenkins and other platforms where you might have the same repo checked out in several different directories.

Newer versions of git have added support for this functionality in a different way, via GIT_ALTERNATE_OBJECT_DIRECTORIES. But it doesn't work very well with submodules. Neither does the original git-workdir. But this version does!

About

A port of the new-workdir command from git/git:contrib, with added support for submodules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages