Skip to content

Commit 18f9829

Browse files
committed
git-filter-repo.txt: fix nested bullets to render correctly
Signed-off-by: Elijah Newren <[email protected]>
1 parent 1dae85e commit 18f9829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-filter-repo.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,9 +1049,9 @@ the user when it detects an issue:
10491049
* When rewriting commit hashes in commit messages, there are a variety
10501050
of cases when the hash will not be updated (whenever this happens, a
10511051
note is written to `.git/filter-repo/suboptimal-issues`):
1052-
* if a commit hash does not correspond to a commit in the old repo
1053-
* if a commit hash corresponds to a commit that gets pruned
1054-
* if an abbreviated hash is not unique
1052+
** if a commit hash does not correspond to a commit in the old repo
1053+
** if a commit hash corresponds to a commit that gets pruned
1054+
** if an abbreviated hash is not unique
10551055

10561056
* Pruning of empty commits can cause a merge commit to lose an entire
10571057
ancestry line and become a non-merge. If the merge commit had no

0 commit comments

Comments
 (0)