Skip to content

Make --prune a configurable parameter in fetching a git remote

Stan Hu requested to merge sh-make-prune-optional-in-git-fetch into master

By default, --prune is added to the command-line of a git fetch operation, but for a new clone, this prune step isn't necessary. This change allows for that but does not actually change current behavior.

Edited by Stan Hu

Merge request reports