Skip to content

Commit 4139dd4

Browse files
committed
doc: link to libgit2 ticket for git_log
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".
1 parent 9358911 commit 4139dd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/recipes/git-log.rst

+4
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ References
4040

4141
- git-log_.
4242

43+
- `libgit2 discussion about walker behavior
44+
<https://github.com/libgit2/libgit2/issues/3041>`_. Note that the libgit2's
45+
walker functions differently than ``git-log`` in some ways.
46+
4347
.. _git-log: https://www.kernel.org/pub/software/scm/git/docs/git-log.html

0 commit comments

Comments
 (0)