[PATCH V3 1/2] fetch --prune: Always print header url

2014-01-02 Thread Tom Miller
If "fetch --prune" is run with no new refs to fetch, but it has refs to prune. Then, the header url is not printed as it would if there were new refs to fetch. Output before this patch: $ git fetch --prune remote-with-no-new-refs x [deleted] (none) -> origin/world Ou

Re: [PATCH V3 1/2] fetch --prune: Always print header url

2014-01-03 Thread Junio C Hamano
Tom Miller writes: > If "fetch --prune" is run with no new refs to fetch, but it has refs > to prune. Then, the header url is not printed as it would if there were > new refs to fetch. > > Output before this patch: > > $ git fetch --prune remote-with-no-new-refs >x [deleted]