diff options
author | Francis Daly <francis@daoine.org> | 2006-03-22 10:53:57 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-22 20:06:19 +0100 |
commit | b0d08a504bee17dfc46f761e166ff2c20c59a91a (patch) | |
tree | 0ecf7ee4508d8eb21a4051d6a923a6f95e4824a0 /Documentation/git-whatchanged.txt | |
parent | git-apply: do not barf when updating an originally empty file. (diff) | |
download | git-b0d08a504bee17dfc46f761e166ff2c20c59a91a.tar.xz git-b0d08a504bee17dfc46f761e166ff2c20c59a91a.zip |
Format tweaks for asciidoc.
Some documentation "options" were followed by independent preformatted
paragraphs. Now they are associated plain text paragraphs. The
difference is clear in the generated html.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-whatchanged.txt')
-rw-r--r-- | Documentation/git-whatchanged.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-whatchanged.txt b/Documentation/git-whatchanged.txt index f02f939baa..641cb7ea97 100644 --- a/Documentation/git-whatchanged.txt +++ b/Documentation/git-whatchanged.txt @@ -47,9 +47,9 @@ OPTIONS By default, differences for merge commits are not shown. With this flag, show differences to that commit from all of its parents. - - However, it is not very useful in general, although it - *is* useful on a file-by-file basis. ++ +However, it is not very useful in general, although it +*is* useful on a file-by-file basis. Examples -------- |