Merge branch 'maint'
authorShawn O. Pearce <spearce@spearce.org>
Tue, 10 Jul 2007 01:28:27 +0000 (21:28 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 10 Jul 2007 01:28:27 +0000 (21:28 -0400)
* maint:
Clarify documentation of fast-import's D subcommand

1  2 
Documentation/git-fast-import.txt
index 5eacab08dc2141360209534bc38a5fc8b7a05b75,87e70fe12d09e8e4f2b1995967d9fc1180907190..c66af7c8763bea55302036ba1706b0622b764982
@@@ -481,8 -481,9 +481,9 @@@ It is recommended that `<path>` always 
  
  `filedelete`
  ^^^^^^^^^^^^
- Included in a `commit` command to remove a file from the branch.
- If the file removal makes its directory empty, the directory will
+ Included in a `commit` command to remove a file or recursively
+ delete an entire directory from the branch.  If the file or directory
+ removal makes its parent directory empty, the parent directory will
  be automatically removed too.  This cascades up the tree until the
  first non-empty directory or the root is reached.
  
        'D' SP <path> LF
  ....
  
- here `<path>` is the complete path of the file to be removed.
+ here `<path>` is the complete path of the file or subdirectory to
+ be removed from the branch.
  See `filemodify` above for a detailed description of `<path>`.
  
  `filedeleteall`
@@@ -908,3 -910,4 +910,3 @@@ Documentation by Shawn O. Pearce <spear
  GIT
  ---
  Part of the gitlink:git[7] suite
 -