Merge branch 'wk/user-manual'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 16:27:17 +0000 (08:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 16:27:17 +0000 (08:27 -0800)
Further updates to the user manual.

* wk/user-manual:
user-manual: Flesh out uncommitted changes and submodule updates
user-manual: Use request-pull to generate "please pull" text
user-manual: Reorganize the reroll sections, adding 'git rebase -i'

1  2 
Documentation/user-manual.txt
index 1076588d6fd2ca5b75f86d4b71025a04b7082a39,bb03bc88b8cd80b98712edc1a6420aeac4c75371..5f36f8115ffdceec7d3f9e57c9f2c645f3936ad1
@@@ -3721,10 -3739,12 +3740,12 @@@ module 
  
  NOTE: The changes are still visible in the submodule's reflog.
  
- This is not the case if you did not commit your changes.
+ If you have uncommitted changes in your submodule working tree, `git
+ submodule update` will not overwrite them.  Instead, you get the usual
+ warning about not being able switch from a dirty branch.
  
  [[low-level-operations]]
 -Low-level git operations
 +Low-level Git operations
  ========================
  
  Many of the higher-level commands were originally implemented as shell