mbox series

[v2,0/2,Outreachy] make stash work if user.name and user.email are not configured

Message ID 20181114221218.3112-1-slawica92@hotmail.com (mailing list archive)
Headers show
Series make stash work if user.name and user.email are not configured | expand

Message

Slavica Djukic Nov. 14, 2018, 10:12 p.m. UTC
Changes since v1:
	
	*extend test to check whether git stash executes under valid ident
	(and not under fallback one) when there is such present
	*add prepare_fallback_ident() function to git-stash.sh to 
	provide fallback identity

Slavica Djukic (2):
  [Outreachy] t3903-stash: test without configured user.name and
    user.email
  [Outreachy] stash: tolerate missing user identity

 git-stash.sh     | 17 +++++++++++++++++
 t/t3903-stash.sh | 23 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)