Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/doc/en/developer/advanced_git.rst: Mention git log --first-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 9, 2022
1 parent 88b04d4 commit fc7aa4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/en/developer/advanced_git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ successfully, it would be possible to merge in our branch
``some_code`` into develop. This would produce the same source files
and avoid unnecessary recompilations. However, it makes reading git's
history very unpleasant: For example, it is hard to keep track of changes etc.,
as one cannot simply pursue the first parent of each git commit.
as one cannot simply pursue the first parent of each git commit
(``git log --first-parent``).


.. _section-git-recovery:
Expand Down

0 comments on commit fc7aa4f

Please sign in to comment.