Autogenerated manpages for v1.5.3.3-131-g34c6d
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 1 Oct 2007 16:23:20 +0000 (16:23 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 1 Oct 2007 16:23:20 +0000 (16:23 +0000)
man1/git-stash.1
man7/git.7

index cad88e33bc6837690b7241897924742132aa7f7e..15b5afac67276cc77137ada6f0f034f78ae2f69b 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-STASH" "1" "08/08/2007" "Git 1.5.3.rc4.29.g74276" "Git Manual"
+.TH "GIT\-STASH" "1" "10/01/2007" "Git 1.5.3.3.131.g34c6d" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -40,10 +40,12 @@ stash@{1}: On master: 9cc0589... Add git\-stash
 show [<stash>]
 Show the changes recorded in the stash as a diff between the the stashed state and its original parent. When no <stash> is given, shows the latest one. By default, the command shows the diffstat, but it will accept any format known to git\-diff (e.g., git\-stash show \-p stash@{1} to view the second most recent stash in patch form).
 .TP
-apply [<stash>]
+apply [\-\-index] [<stash>]
 Restore the changes recorded in the stash on top of the current working tree state. When no <stash> is given, applies the latest one. The working directory must match the index.
 
 This operation can fail with conflicts; you need to resolve them by hand in the working tree.
+
+If the \-\-index option is used, then tries to reinstate not only the working tree's changes, but also the index's ones. However, this can fail, when you have conflicts (which are stored in the index, where you therefore can no longer apply the changes as they were originally).
 .TP
 clear
 Remove all the stashed states. Note that those states will then be subject to pruning, and may be difficult or impossible to recover.
index f60e11abfd61871e70118c618da3899e6b9e0a50..c3c46ce0172466bd99242a11282a9581ed539400 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT" "7" "09/26/2007" "Git 1.5.3.2.111.g5166" "Git Manual"
+.TH "GIT" "7" "10/01/2007" "Git 1.5.3.3.131.g34c6d" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)