diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-04-16 12:28:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-16 12:28:04 +0200 |
commit | 6d281f70cc82327838188a729d9903ce2c470d6f (patch) | |
tree | 331884718f99602a24c1bc7e9062463bde158ddd /Documentation/rev-list-options.txt | |
parent | Merge branch 'ma/asciidoctor-fixes' (diff) | |
parent | Documentation: turn middle-of-line tabs into spaces (diff) | |
download | git-6d281f70cc82327838188a729d9903ce2c470d6f.tar.xz git-6d281f70cc82327838188a729d9903ce2c470d6f.zip |
Merge branch 'ma/asciidoctor-fixes-more'
Documentation mark-up fixes.
* ma/asciidoctor-fixes-more:
Documentation: turn middle-of-line tabs into spaces
git-svn.txt: drop escaping '\' that ends up being rendered
git.txt: remove empty line before list continuation
config/fsck.txt: avoid starting line with dash
config/diff.txt: drop spurious backtick
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r-- | Documentation/rev-list-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index ca959a7286..9cf983d24d 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -743,7 +743,7 @@ explicitly-given commit or tree. --filter-print-omitted:: Only useful with `--filter=`; prints a list of the objects omitted - by the filter. Object IDs are prefixed with a ``~'' character. + by the filter. Object IDs are prefixed with a ``~'' character. --missing=<missing-action>:: A debug option to help with future "partial clone" development. |