Cannot commit with empty e-mail.
Offen
bug
- Vorherrschende Sprache
- Rust
- Sterne
- 22.5k
- Forks
- 773
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Describe the bug**
When git is configured with an empty e-mail address, `gitui` does not allow commits.
**To Reproduce**
Steps to reproduce the behavior:
```
git config --global user.email "<>"
git init foo
cd foo
echo "some content" > a_file.txt
gitui
# Stage a_file.txt
# Hit "c" to start a commit
# Type any commit message and hit enter
```
**Expected behavior**
A new commit should be created.
**Screenshots**

**Context (please complete the following information):**
- Fedora 39
- GitUI 0.24.3
- Git 2.44.0
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.