Changes between Version 41 and Version 42 of StartModMaint


Ignore:
Timestamp:
Dec 22, 2013, 4:01:05 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v41 v42  
    3838The {{{git submodule update}}} may switch submodules back to the detached state, depending on the working copy's exact situation.
    3939
    40 The following table, based on actual tests run using git version 1.8.4.msysgit.0, shows the effect of {{{git submodule update}}} on a submodule:
    41 
    42 || '''Branch''' || '''Contents''' || '''Super Origin''' || '''Changes''' ||
     40The following table, based on actual tests run using git version 1.8.4.msysgit.0, shows the effects on a submodule of the above commands.
     41
     42|| '''Submodule Branch''' || '''Submodule Contents''' || '''Submodule relative to super-project''' || '''Effects''' ||
    4343|| Detached || Unmodified || Up-to-date || None ||
    44 || Detached || Unmodified || Behind || Updated ||
     44|| Detached || Unmodified || Behind || Content updated ||
    4545|| Detached || Uncommitted change || Up-to-date || error: Your local changes to the following files would be overwritten by checkout: ... Please, commit your changes or stash them before you can switch branches. Aborting Unable to checkout (SHA...) in submodule path '...' ||
    4646|| Detached || Uncommitted change || Behind || error: Your local changes to the following files would be overwritten by checkout: ... Please, commit your changes or stash them before you can switch branches. Aborting Unable to checkout (SHA ...) in submodule path '...' ||
    4747|| Detached || Committed change || Up-to-date || Detached ||
    48 || Detached || Committed change || Behind || Detached, updated ||
     48|| Detached || Committed change || Behind || Detached, content updated ||
    4949|| {{{master}}} || Unmodified || Up-to-date || Detached ||
    50 || {{{master}}} || Unmodified || Behind || Updated (but '''not detached''') ||
     50|| {{{master}}} || Unmodified || Behind || Content updated (but '''not detached''') ||
    5151|| {{{master}}} || Uncommitted change || Up-to-date || error: Your local changes to the following files would be overwritten by checkout: ... Please, commit your changes or stash them before you can switch branches. Aborting Unable to checkout (SHA...) in submodule path '...' ||
    5252|| {{{master}}} || Uncommitted change || Behind || error: Your local changes to the following files would be overwritten by checkout: ... Please, commit your changes or stash them before you can switch branches. Aborting Unable to checkout (SHA...) in submodule path '...' ||
    5353|| {{{master}}} || Committed change || Up-to-date || Detached ||
    54 || {{{master}}} || Committed change || Behind ||  Detached, updated ||
     54|| {{{master}}} || Committed change || Behind ||  Detached, content updated ||
    5555|| {{{develop}}} || Unmodified || Up-to-date || Detached ||
    56 || {{{develop}}} || Unmodified || Behind || Detached, updated ||
     56|| {{{develop}}} || Unmodified || Behind || Detached, content updated ||
    5757|| {{{develop}}} || Uncommitted change || Up-to-date || error: Your local changes to the following files would be overwritten by checkout: ... Please, commit your changes or stash them before you can switch branches. Aborting Unable to checkout (SHA...) in submodule path '...' ||
    5858|| {{{develop}}} || Uncommitted change || Behind || error: Your local changes to the following files would be overwritten by checkout: ... Please, commit your changes or stash them before you can switch branches. Aborting Unable to checkout (SHA...) in submodule path '...' ||
    5959|| {{{develop}}} || Committed change || Up-to-date || Detached ||
    60 || {{{develop}}} || Committed change || Behind || Detached, updated ||
     60|| {{{develop}}} || Committed change || Behind || Detached, content updated ||
    6161
    6262To get more information about submodules: