Insert section showing unpulled or recent commits.
If an upstream is configured for the current branch and it is
ahead of the current branch, then show the missing commits.
Otherwise, show the last magit-log-section-commit-count
commits.
Insert section showing the last magit-log-section-commit-count
commits.
How many recent commits magit-insert-recent-commits
and
magit-insert-unpulled-or-recent-commits
(provided there are no
unpulled commits) show.
Insert section showing unpulled commits.
Like magit-insert-unpulled-commits
but prefix each commit
that has not been applied yet (i.e., a commit with a patch-id
not shared with any local commit) with "+", and all others
with "-".
Insert section showing unpushed commits.
Like magit-insert-unpushed-commits
but prefix each commit
which has not been applied to upstream yet (i.e., a commit with
a patch-id not shared with any upstream commit) with "+" and
all others with "-".