Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitweb: We do longer need the --parents flag in rev-list.
We only want to know the direct parents of a given commit object, these parents are available in the --header output of rev-list. If --parents is supplied with --full-history the output includes merge commits that aren't relevant. Signed-off-by: Robert Fitzsimons <robfitz@273k.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information