diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-12-01 10:28:14 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-12-01 10:28:14 +0100 |
| commit | 1fe2a9403fafa810af25062c7e6b20be8e6be480 (patch) | |
| tree | 3a9452c5da00996cddfd8178f9be00d0a4e7806d /.gitmodules | |
| parent | 4b1831f66fd3fe319bf537381c8b64de4a1461fc (diff) | |
| download | gitdb-1fe2a9403fafa810af25062c7e6b20be8e6be480.tar.gz | |
setup .gitmodules to use a trackin branch automatically
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9f06f7d..3db4c67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "async"] path = gitdb/ext/async url = git://github.com/gitpython-developers/async.git + branch = master |
