mirror of
https://github.com/git/git.git
synced 2026-07-07 15:18:58 +00:00
d63efae2816a277e40a379eb5c5f23f2a656fddc
Since git-commit also checks that the user has a GIT_COMMITTER_IDENT value before it lets the user make a commit we should do the same check here in git-gui. We cache the result and assume that the user won't do something which would change the status of GIT_COMMITTER_IDENT while we are running. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Description
Languages
C
50%
Shell
39.4%
Perl
4.3%
Tcl
3%
Python
0.8%
Other
2.3%