[PATCH 0/4] Make the documentation consistent for --track and --notrack
From: Federico Mena Quintero <hidden> Date: 2016-06-15 22:43:35
Hi,
Here is the patchset I sent before, hopefully in a format more palatable
to the list.
The first three patches try to improve the documentation for git-branch
and git-checkout, adding docs for --track and --notrack to
git-branch.txt, and improving the ones that were in git-checkout.txt.
The last patch is for git-pull.sh; it gives the user a hint of what to
do when there's no branch configured to merge from.
Federico