mirror of
https://github.com/git/git.git
synced 2024-10-29 21:37:53 +01:00
docs: typo: s/go/to/
Signed-off-by: Michael Witten <mfwitten@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
cae598d998
commit
42ce44e00a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Calling sequence
|
|||
it is invoked.
|
||||
|
||||
* For each commit, call `graph_next_line()` repeatedly, until
|
||||
`graph_is_commit_finished()` returns non-zero. Each call go
|
||||
`graph_is_commit_finished()` returns non-zero. Each call to
|
||||
`graph_next_line()` will output a single line of the graph. The resulting
|
||||
lines will not contain any newlines. `graph_next_line()` returns 1 if the
|
||||
resulting line contains the current commit, or 0 if this is merely a line
|
||||
|
|
Loading…
Reference in a new issue