From: Junio C Hamano Date: Mon, 9 Sep 2013 21:27:11 +0000 (-0700) Subject: Merge branch 'ms/fetch-prune-configuration' X-Git-Tag: v1.8.5-rc0~174 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a5e10f8bc1db418fc806abb7574bb1e468948d19?hp=a5e10f8bc1db418fc806abb7574bb1e468948d19 Merge branch 'ms/fetch-prune-configuration' Allow fetch.prune and remote.*.prune configuration variables to be set, and "git fetch" to behave as if "--prune" is given. "git fetch" that honors remote.*.prune is fine, but I wonder if we should somehow make "git push" aware of it as well. Perhaps remote.*.prune should not be just a boolean, but a 4-way "none", "push", "fetch", "both"? * ms/fetch-prune-configuration: fetch: make --prune configurable ---