commit | 7b69b873faf3cfd592bb64a496c6982a540aa7ea | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Tue Jul 24 00:39:50 2007 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 24 17:28:10 2007 -0700 |
tree | 6142de722c399ccfbc5a61e880e129d3d01cdd05 | |
parent | 2d8ae400d134c326f3ab0ec15ae522fb74cd0b1d [diff] |
git log -g: Complain, but do not fail, when no reflogs are there When asking "git log -g --all", clearly you want to see only those refs that do have reflogs, but you do not want it to fail, either. So instead of die()ing, complain about it, but move on to the other refs. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>