From: Michael J Gruber <hidden> Date: 2016-06-15 22:46:07
"git notes show" barks 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...
The main achivement in v2 is the correction of typos in the commit
messages and comments, as well as the addition of proper s-o-b (son of
a...) lines.
Additionally, v2 incorporates input from the two J's. We test explicitly
for return code 1 now.
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(-)
From: Michael J Gruber <hidden> Date: 2016-06-15 22:46:07
Add a test for the handling of empty notes by "git notes show".
Signed-off-by: Michael J Gruber <redacted>
---
t/t3301-notes.sh | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
From: Michael J Gruber <hidden> Date: 2016-06-15 22:46:07
Currently, git-notes barks when asked to show an empty (i.e.
non-existing) note. Change this to explicitly say there is none.
Signed-off-by: Michael J Gruber <redacted>
---
git-notes.sh | 2 ++
t/t3301-notes.sh | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
From: Thomas Rast <hidden> Date: 2016-06-15 22:46:10
Michael J Gruber wrote:
Michael J Gruber (2):
git notes show: test empty notes
handle empty notes gracefully
Tested-by: Thomas Rast <redacted>
The previous message was especially annoying because it would fire up
the pager on narrow terminals.
--
Thomas Rast
trast@{inf,student}.ethz.ch