Skip to content

Commit

Permalink
doc: link to libgit2 ticket for git_log
Browse files Browse the repository at this point in the history
The libgit2 walker is close to git-log in simple cases, but it does not
work quite the same way. For example, I've found that it does not return
the same number of commits compared to running "git log ref1..ref2".
  • Loading branch information
ktdreyer committed Jul 10, 2018
1 parent 9358911 commit 4139dd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/recipes/git-log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ References

- git-log_.

- `libgit2 discussion about walker behavior
<https://github.com/libgit2/libgit2/issues/3041>`_. Note that the libgit2's
walker functions differently than ``git-log`` in some ways.

.. _git-log: https://www.kernel.org/pub/software/scm/git/docs/git-log.html

0 comments on commit 4139dd4

Please sign in to comment.