If a whole directory is classified as "other", show just its name (with a trailing slash) and not its whole contents\&.
.TP
+\-\-no\-empty\-directory
+Do not list empty directories\&. Has no effect without \-\-directory\&.
+
+.TP
\-u|\-\-unmerged
Show unmerged files in the output (forces \-\-stage)
An example:
-.IP
+.nf
$ cat \&.git/ignore
# ignore objects and archives, anywhere in the tree\&.
*\&.[oa]
\-\-exclude='Documentation/*\&.[0\-9]' \\
\-\-exclude\-from=\&.git/ignore \\
\-\-exclude\-per\-directory=\&.gitignore
+.fi
+
.SH "SEE ALSO"
D\-\-\-E\-\-\-F\-\-\-G master
.fi
+
+In case of conflict, git\-rebase will stop at the first problematic commit and leave conflict markers in the tree\&. After resolving the conflict manually and updating the index with the desired resolution, you can continue the rebasing process with
+
+.nf
+git am \-\-resolved \-\-3way
+.fi
+
+
+Alternatively, you can undo the git\-rebase with
+
+.nf
+git reset \-\-hard ORIG_HEAD
+rm \-r \&.dotest
+.fi
+
.SH "OPTIONS"
.TP