Enhancement request that ask for 'git stash' to work even if
'user.name' and 'user.email' are not configured.
Due to an implementation detail, git-stash undesirably requires
'user.name' and 'user.email' to be set, but shouldn't.
Slavica Djukic(3):
[Outreachy] t3903-stash: test without configured user.name and
user.email
[Outreachy] ident: introduce set_fallback_ident() function
[Outreachy] stash: use set_fallback_ident() function
builtin/stash.c | 1 +
cache.h | 1 +
ident.c | 17 +++++++++++++++++
t/t3903-stash.sh | 15 +++++++++++++++
4 files changed, 34 insertions(+)
--
2.19.1.windows.1