Updated Submodule modes (org)
authorJens Lehmann <Jens.Lehmann@web.de>
Thu, 9 Jan 2014 19:44:22 +0000 (11:44 -0800)
committerJens Lehmann <Jens.Lehmann@web.de>
Thu, 9 Jan 2014 19:44:22 +0000 (11:44 -0800)
Submodule-modes.org

index 230bfc8cf82c99bc5a2b63c118674150d13bc437..5d480ceb16aba7508996018dd5175dfcd906f17b 100644 (file)
@@ -2,4 +2,4 @@ Depending on the [[Submodule use cases][Submodule use case]] a different mode of
 
 | Submodule mode | exact | branch | floating |
 | Description | The SHA-1 recorded for the superproject is checked out as a detached HEAD | A local branch is used to integrate both local and upstream changes, still a SHA-1 is recorded to denote the exact submodule commit used | A local branch follows a remote branch, the SHA-1 only serves as an initial starting point and may be updated to record releases or other special occasions, but doesn't have to |
-| Configuration | <none> | /???/ | =submodule.<name>.branch=: set to the upstream branch |
\ No newline at end of file
+| Configuration | <none> | =submodule.<name>.update=: set to =merge= or =rebase= depending on the desired update method | =submodule.<name>.branch=: set to the upstream branch |
\ No newline at end of file