119 Commits (0af85f84bd6d1755b3b8559ccfd99383c2928ac3)

Author SHA1 Message Date
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jeff King 94425552f3 ident: do not ignore empty config name/email 8 years ago
Jeff King 13b9a24e58 ident: reject all-crud ident name 8 years ago
Jeff King 862e80a413 ident: handle NULL email when complaining of empty name 8 years ago
Jeff King afb6c30b27 ident: mark error messages for translation 8 years ago
Jeff King c375a7efa3 ident: handle NULL ai_canonname 8 years ago
Vasco Almeida 166e55e328 i18n: ident: mark hint for translation 8 years ago
Jeff King 4d9c7e6f45 am: reset cached ident date for each patch 9 years ago
Nguyễn Thái Ngọc Duy a26f4ed682 ident.c: use warning_errno() 9 years ago
Marios Titas d3c06c1969 ident: give "please tell me" message upon useConfigOnly error 9 years ago
Marios Titas 734c7789aa ident: check for useConfigOnly before auto-detection of name/email 9 years ago
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 11 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 12 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 13 years ago
Jonathan Nieder 8a55caa8a3 ident: check /etc/mailname if email is unknown 13 years ago