Re: [PATCH] rebase docs: fix "gitlink" typo

2019-03-02 Thread Junio C Hamano
Martin Ågren writes: > On Thu, 28 Feb 2019 at 03:44, Kyle Meyer wrote: > >> Change it to "linkgit" so that the reference is properly rendered. > >> have `` as direct ancestor will keep their original branch point, >> -i.e. commits that would be excluded by gitlink:git-log[1]'s >> +i.e. commits

Re: [PATCH] rebase docs: fix "gitlink" typo

2019-02-28 Thread Martin Ågren
On Thu, 28 Feb 2019 at 03:44, Kyle Meyer wrote: > Change it to "linkgit" so that the reference is properly rendered. > have `` as direct ancestor will keep their original branch point, > -i.e. commits that would be excluded by gitlink:git-log[1]'s > +i.e. commits that would be excluded by linkg

[PATCH] rebase docs: fix "gitlink" typo

2019-02-27 Thread Kyle Meyer
Change it to "linkgit" so that the reference is properly rendered. Signed-off-by: Kyle Meyer --- Documentation/git-rebase.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 5629ba4c5d..6363d674b7 100644 --- a/