git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] git notes show: handle empty notes gracefully
@ 2009-02-06 15:19 Michael J Gruber
  2009-02-06 15:19 ` [PATCH 1/2] git notes show: test empty notes Michael J Gruber
  2009-02-06 15:37 ` [PATCH 0/2] git notes show: handle empty notes gracefully Michael J Gruber
  0 siblings, 2 replies; 9+ messages in thread
From: Michael J Gruber @ 2009-02-06 15:19 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, Junio C Hamano

"git notes show" barfs when there is no note to show. This introduces a
test (yes, a test!) and, in a second round, reacts more gracefully to
empty notes and adjust the expected test output accordingly.

Note that in both cases (before/after the patch) the return code is
non-zero: It's 128 in the ungraceful case, 1 when "dieing gracefully",
uhm...

Michael J Gruber (2):
  git notes show: test empty notes
  handle empty notes gracefully

 git-notes.sh     |    2 ++
 t/t3301-notes.sh |    5 +++++
 2 files changed, 7 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-02-06 15:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-06 15:19 [PATCH 0/2] git notes show: handle empty notes gracefully Michael J Gruber
2009-02-06 15:19 ` [PATCH 1/2] git notes show: test empty notes Michael J Gruber
2009-02-06 15:19   ` [PATCH 2/2] handle empty notes gracefully Michael J Gruber
2009-02-06 15:38     ` Johannes Schindelin
2009-02-06 15:49       ` Johannes Sixt
2009-02-06 15:50       ` Michael J Gruber
2009-02-06 15:36   ` [PATCH 1/2] git notes show: test empty notes Johannes Schindelin
2009-02-06 15:42     ` Michael J Gruber
2009-02-06 15:37 ` [PATCH 0/2] git notes show: handle empty notes gracefully Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).