88 Commits (1b6a53431c0ffba4fb2428ef09018a5e889f52f8)

Author SHA1 Message Date
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 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 13 years ago
Jonathan Nieder 8a55caa8a3 ident: check /etc/mailname if email is unknown 13 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
Santi Béjar bb1ae3f6ff commit: Show committer if automatic 17 years ago
Santi Béjar 6c293d408d ident.c: reword error message when the user name cannot be determined 17 years ago
Jim Meyering 790296fd88 Fix grammar nits in documentation and in code comments. 17 years ago
Junio C Hamano 774751a8bc Re-fix "builtin-commit: fix --signoff" 17 years ago
David Symonds 8e7425da78 Change from using email.com to example.com as example domain, as per RFC 2606. 17 years ago
Alex Riesen f64c81d428 Simplify crud() in ident.c 17 years ago
Junio C Hamano d9ccfe7711 Fix --signoff in builtin-commit differently. 17 years ago
Johannes Schindelin 13208572fb builtin-commit: fix --signoff 17 years ago
Steffen Prohaska 180787c48f Improved hint on how to set identity 18 years ago