On Tue, Mar 13, 2012 at 04:08:43PM -0400, Jeff King wrote:
quoted
checkout without -q:
Switched to a new branch 'projects/DUH-11'
Branch projects/DUH-11 set up to track remote branch projects/DUH-11 from origin.
checkout with -q:
Branch projects/DUH-11 set up to track remote branch projects/DUH-11 from origin.
Bug or feature? If feature, how do I get it "more q'ey"?
Bug, I think. You'd need something like the patch below, except that:
Here it is cleaned up and with commit messages.
[1/2]: checkout: suppress tracking message with "-q"
[2/2]: teach "git branch" a --quiet option
Nobody commented on my "something like this" patch, but I think that is
largely because this topic is insanely boring.
-Peff