99 Commits (037438a533da86e8eb3b801edcd98b436b5a30a0)

Author SHA1 Message Date
Dan Aloni 4d5c295696 ident: add user.useConfigOnly boolean for when ident shouldn't be guessed 9 years ago
Jeff King 59f929596b fmt_ident: refactor strictness checks 9 years ago
Junio C Hamano 1f3b1efd18 ident.c: read /etc/mailname with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Jeff King 58d29ececf ident: fix undefined variable when NO_IPV6 is set 9 years ago
Jeff King 92bcbb9b33 ident: loosen getpwuid error in non-strict mode 9 years ago
Jeff King 19ce497cf5 ident: keep a flag for bogus default_email 9 years ago
Jeff King e850194c83 ident: make xgetpwuid_self() a static local helper 9 years ago
Elia Pinto 00bce77fe5 ident.c: add support for IPv6 9 years ago
Jeff King c33ddc2e33 date: use strbufs in date-formatting functions 11 years ago
Matthieu Moy 9830534e40 config --global --edit: create a template file if needed 11 years ago
Jeff King 03818a4a94 split_ident: parse timestamp from end of line 11 years ago
Jeff King 662cc30cd0 format-patch: print in-body "From" only when needed 12 years ago
Jonathan Nieder dc342a25d1 ident: do not drop username when reading from /etc/mailname 12 years ago
Jeff King d6991ceedc ident: keep separate "explicit" flags for author and committer 12 years ago
Jeff King 452802309c ident: make user_ident_explicitly_given static 12 years ago
Junio C Hamano dad148c359 ident.c: mark private file-scope symbols as static 13 years ago
Junio C Hamano e27ddb6456 split_ident_line(): make best effort when parsing author/committer line 13 years ago
Jeff King 8c5b1ae1b2 ident: reject bogus email addresses with IDENT_STRICT 13 years ago
Jeff King f9bc573fda ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT 13 years ago
Jeff King c15e1987ae ident: let callers omit name with fmt_indent 13 years ago
Jeff King 359b27add3 ident: refactor NO_DATE flag in fmt_ident 13 years ago
Jeff King b00f6cfcd7 ident: reword empty ident error message 13 years ago
Jeff King d9955fd60f fix off-by-one error in split_ident_line 13 years ago
Jeff King be641abdb5 ident: trim whitespace from default name/email 13 years ago
Jeff King c96f0c8d0a ident: use a dynamic strbuf in fmt_ident 13 years ago
Jeff King f8254d321c ident: use full dns names to generate email addresses 13 years ago
Jeff King 2f70587502 ident: report passwd errors with a more friendly message 13 years ago
Jeff King 8587ead78a drop length limitations on gecos-derived names and emails 13 years ago
Jeff King 060d4bb3d6 ident: don't write fallback username into git_default_name 13 years ago
Jeff King b9f0ac1710 fmt_ident: drop IDENT_WARN_ON_NO_NAME code 13 years ago
Jeff King 132f4b6ccb ident: trim trailing newline from /etc/mailname 13 years ago
Jeff King 2d4b4fcebd move git_default_* variables to ident.c 13 years ago
Jeff King 9597921b6c move identity config parsing to ident.c 13 years ago
Jeff King bcb2b0044b ident: split setup_ident into separate functions 13 years ago
Junio C Hamano 4b340cfab9 ident.c: add split_ident_line() to parse formatted ident line 13 years ago
Jonathan Nieder d855e4d35d ident: do not retrieve default ident when unnecessary 14 years ago
Jonathan Nieder 8a55caa8a3 ident: check /etc/mailname if email is unknown 14 years ago
Rafael Gieschke 590e081dea ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd 14 years ago
Rafael Gieschke c0336ff27a copy_gecos: fix not adding nlen to len when processing "&" 14 years ago
Jeff King 4579bb418c ident: die on bogus date format 14 years ago
Tarmigan Casebolt 8b770a2a24 ident.c: replace fprintf with fputs to suppress compiler warning 15 years ago
Junio C Hamano 1a893064d7 user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere 15 years ago
Junio C Hamano 5aeb3a3a83 user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere 15 years ago
Junio C Hamano 99178c831e ident.c: treat $EMAIL as giving user.email identity explicitly 15 years ago
Junio C Hamano 91c38a2108 ident.c: check explicit identity for name and email separately 15 years ago
Junio C Hamano 18e95f279e ident.c: remove unused variables 15 years ago
Jonathan Nieder c27b39252f Suppress warnings from "git var -l" 15 years ago
Linus Torvalds d404bf0288 Add backslash to list of 'crud' characters in real name 16 years ago
Todd Zullinger 5354a56fe7 Replace uses of "git-var" with "git var" 17 years ago